我的服是生存加rpg的,我想防止玩家在副本世界圈地和设置家,我该怎么做?
使用权限插件,分世界给权限
给不想让玩家圈地的世界设置负权限 -residence.create
给不想让玩家圈地的世界设置负权限 -residence.create
领地插件找到config.yml
Optimizations:
# This will slightly change behavior of groups file CanTeleport section which will include server owner into check
# When this is set to false and CanTeleport set to false, players will not have option to teleport to other player residences, only to their own
# When this is set to true and CanTeleport set to false, players will not have option to teleport to residences in general
# Keep in mind that this only applies for commands like /res tp
CanTeleportIncludeOwner: false
# Name of your main residence world. Usually normal starting world 'World'. Capitalization essential
DefaultWorld: world
DisabledWorlds:
# List Of Worlds where this plugin is disabled
List: 要禁止的世界
- fb
- world_nether
- world_the_end
Optimizations:
# This will slightly change behavior of groups file CanTeleport section which will include server owner into check
# When this is set to false and CanTeleport set to false, players will not have option to teleport to other player residences, only to their own
# When this is set to true and CanTeleport set to false, players will not have option to teleport to residences in general
# Keep in mind that this only applies for commands like /res tp
CanTeleportIncludeOwner: false
# Name of your main residence world. Usually normal starting world 'World'. Capitalization essential
DefaultWorld: world
DisabledWorlds:
# List Of Worlds where this plugin is disabled
List: 要禁止的世界
- fb
- world_nether
- world_the_end
禁止设置家 可以去找插件来禁止