如何指定所有玩家只能在一个世界圈地而不是全部世界?
在config文件夹里找到
# 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: []
# Disables all listeners in included worlds
DisableListeners: true
# Disabled any command usage in included worlds
DisableCommands: true
# Delay in seconds between item pickups after residence flag prevents it
# Keep it at arround 10 sec to lower unesecery checks
将不想要的世界添加到list下
# 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: []
# Disables all listeners in included worlds
DisableListeners: true
# Disabled any command usage in included worlds
DisableCommands: true
# Delay in seconds between item pickups after residence flag prevents it
# Keep it at arround 10 sec to lower unesecery checks
将不想要的世界添加到list下
找到\plugins\Residence\config.yml文件
Optimizations:
CanTeleportIncludeOwner: false
DefaultWorld: world #默认世界
DisabledWorlds:
# 需要关闭使用的世界。
List:
- world_nether #地狱
- world_the_end #末地
Optimizations:
CanTeleportIncludeOwner: false
DefaultWorld: world #默认世界
DisabledWorlds:
# 需要关闭使用的世界。
List:
- world_nether #地狱
- world_the_end #末地
打开配置文件的Global.Optimizations.DisabledWorlds.List
在里面填写需要禁用的世界即可。
例如
List:
- zy
- Otherworld
在里面填写需要禁用的世界即可。
例如
List:
- zy
- Otherworld
找到\plugins\Residence\config.yml文件
找到配置文件这一行,可以ctrl+f搜索
Optimizations:
CanTeleportIncludeOwner: false
DefaultWorld: world #默认世界
DisabledWorlds:
# 需要关闭使用的世界。
List:
- 填写你要关闭的世界
找到配置文件这一行,可以ctrl+f搜索
Optimizations:
CanTeleportIncludeOwner: false
DefaultWorld: world #默认世界
DisabledWorlds:
# 需要关闭使用的世界。
List:
- 填写你要关闭的世界