MC金苹果666
本帖最后由 MC金苹果666 于 2022-3-19 21:42 编辑

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

名副其实
但是每当登陆在水中时,他还是会开启飞行模式。

这就不是你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
名副其实 发表于 2022-3-19 21:45
这就不是你Ess能管得到的事情了,这是Authme的事情。

设置     restoreAllowFlight: 为 DISABLE ...


但是好像并不支持1.18.1诶

名副其实
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
名副其实 发表于 2022-3-19 22:09
plugin/Essentials/config.yml 下将该项修改为 false.

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

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

‮tcejorPoiK
lp插件输入指令来给自己取消权限,我测试是完全可以的
/lp user <id> permission set essentials.fly.safelogin false

第一页 上一页 下一页 最后一页