服务器EssentialsX插件如何关闭fly模块? - 联机问答 - Minecraft(我的世界)中文论坛 -.html

服务器EssentialsX插件如何关闭fly模块? - 联机问答 - Minecraft(我的世界)中文论坛 -

Minecraft(我的世界)中文论坛

 找回密码
 注册(register)

!header_login!

只需一步,立刻登录

查看: 975|回复: 6
打印 上一主题 下一主题

[插件应用] 服务器EssentialsX插件如何关闭fly模块?

 关闭 [复制链接]
MC金苹果666 当前离线
积分
213
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2020-3-23
查看详细资料

来自:上海

跳转到指定楼层
楼主
发表于 2022-3-19 21:36:49 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
30金粒
本帖最后由 MC金苹果666 于 2022-3-19 21:42 编辑

我开了一个1.18.1spigot服务器,装载了EssentialsX插件后,生存里不想使用飞行模式,而我是OP,想使用EssentialsX插件的其他指令,试过用LuckPerms插件来关闭essentials:fly和essential:.fly.safelogin,但是每当登陆在水中时,他还是会开启飞行模式。
所以有没有一种方法让飞行的方式回归原版(生存不能飞,创造可以飞),关闭essentials对飞行方式的改变呢?

最佳答案

查看完整内容

lp插件输入指令来给自己取消权限,我测试是完全可以的 /lp user permission set essentials.fly.safelogin false
帖子永久链接: 
‮tcejorPoiK 当前离线
积分
7842
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2014-2-15
查看详细资料

来自:浙江

沙发
发表于 2022-3-19 21:36:50 来自手机 | 只看该作者
lp插件输入指令来给自己取消权限,我测试是完全可以的
/lp user <id> permission set essentials.fly.safelogin false
回复

使用道具 举报

名副其实 当前离线
积分
26614
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2016-8-31
查看详细资料

来自:浙江

板凳
发表于 2022-3-19 21:45:10 | 只看该作者
但是每当登陆在水中时,他还是会开启飞行模式。

这就不是你Ess能管得到的事情了,这是Authme的事情。
  1. limbo:
  2.     persistence:
  3.         # Besides storing the data in memory, you can define if/how the data should be persisted
  4.         # on disk. This is useful in case of a server crash, so next time the server starts we can
  5.         # properly restore things like OP status, ability to fly, and walk/fly speed.
  6.         # DISABLED: no disk storage,
  7.         # INDIVIDUAL_FILES: each player data in its own file,
  8.         # DISTRIBUTED_FILES: distributes players into different files based on their UUID, see below
  9.         type: INDIVIDUAL_FILES
  10.         # This setting only affects DISTRIBUTED_FILES persistence. The distributed file
  11.         # persistence attempts to reduce the number of files by distributing players into various
  12.         # buckets based on their UUID. This setting defines into how many files the players should
  13.         # be distributed. Possible values: ONE, FOUR, EIGHT, SIXTEEN, THIRTY_TWO, SIXTY_FOUR,
  14.         # ONE_TWENTY for 128, TWO_FIFTY for 256.
  15.         # For example, if you expect 100 non-logged in players, setting to SIXTEEN will average
  16.         # 6.25 players per file (100 / 16).
  17.         # Note: if you change this setting all data will be migrated. If you have a lot of data,
  18.         # change this setting only on server restart, not with /authme reload.
  19.         distributionSize: SIXTEEN
  20.     # Whether the player is allowed to fly: RESTORE, ENABLE, DISABLE, NOTHING.
  21.     # RESTORE sets back the old property from the player. NOTHING will prevent AuthMe
  22.     # from modifying the 'allow flight' property on the player.
  23.     restoreAllowFlight: RESTORE
  24.     # Restore fly speed: RESTORE, DEFAULT, MAX_RESTORE, RESTORE_NO_ZERO.
  25.     # RESTORE: restore the speed the player had;
  26.     # DEFAULT: always set to default speed;
  27.     # MAX_RESTORE: take the maximum of the player's current speed and the previous one
  28.     # RESTORE_NO_ZERO: Like 'restore' but sets speed to default if the player's speed was 0
  29.     restoreFlySpeed: RESTORE_NO_ZERO
  30.     # Restore walk speed: RESTORE, DEFAULT, MAX_RESTORE, RESTORE_NO_ZERO.
  31.     # See above for a description of the values.
  32.     restoreWalkSpeed: RESTORE_NO_ZERO
复制代码

设置     restoreAllowFlight: 为 DISABLE
回复

使用道具 举报

MC金苹果666 当前离线
积分
213
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2020-3-23
查看详细资料

来自:亚太地区

地板
 楼主| 发表于 2022-3-19 22:05:11 | 只看该作者
名副其实 发表于 2022-3-19 21:45
这就不是你Ess能管得到的事情了,这是Authme的事情。

设置     restoreAllowFlight: 为 DISABLE ...


但是好像并不支持1.18.1诶
回复

使用道具 举报

名副其实 当前离线
积分
26614
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2016-8-31
查看详细资料

来自:浙江

5#
发表于 2022-3-19 22:09:28 | 只看该作者
MC金苹果666 发表于 2022-3-19 22:05
但是好像并不支持1.18.1诶
  1. # Toggles whether or not the fly status message should be sent to players on join
  2. send-fly-enable-on-join: true
复制代码

plugin/Essentials/config.yml 下将该项修改为 false.

☞ 使用 Ctrl + F 来打开查找框并找到页面内的指定文本。
回复

使用道具 举报

MC金苹果666 当前离线
积分
213
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2020-3-23
查看详细资料

来自:上海

6#
 楼主| 发表于 2022-3-19 22:35:03 | 只看该作者
名副其实 发表于 2022-3-19 22:09
plugin/Essentials/config.yml 下将该项修改为 false.

☞ 使用 Ctrl + F 来打开查找框并找到页面内的指 ...

好吧,貌似没有用,只是没有消息推送了,但还是能飞
回复

使用道具 举报

MC金苹果666 当前离线
积分
213
帖子
主题
精华
贡献
爱心
钻石
人气
下界之星
最后登录
1970-1-1
注册时间
2020-3-23
查看详细资料

来自:上海

7#
 楼主| 发表于 2022-3-19 22:45:41 | 只看该作者
Joket_abc 发表于 2022-3-19 22:36
lp插件输入指令来给自己取消权限,我测试是完全可以的
/lp user  permission set essentials.fly.safelogin ...

谢谢,可以用,我当时把essentials.fly.safelogin给打成essentials:fly.safelogin了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册(register)

本版积分规则

Archiver|小黑屋|Mcbbs.net ( 京ICP备15023768号-1 ) | 京公网安备 11010502037624号 | 手机版

GMT+8, 2023-4-23 13:36 , Processed in 0.041032 second(s), Total 22, Slave 21 queries, Release: Build.2023.03.15 0137, Gzip On, Redis On.

"Minecraft"以及"我的世界"为美国微软公司的商标 本站与微软公司没有从属关系

© 2010-2022 我的世界中文论坛 版权所有 本站内原创内容版权属于其原创作者,除作者或版规特别声明外未经许可不得转载