BlianBB
如何指定所有玩家只能在一个世界圈地而不是全部世界?

尊主
在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下

Lonely丶独独
找到\plugins\Residence\config.yml文件

Optimizations:
    CanTeleportIncludeOwner: false
    DefaultWorld: world   #默认世界
    DisabledWorlds:
      # 需要关闭使用的世界。
      List:
      - world_nether   #地狱
      - world_the_end  #末地

ABlueCat
打开配置文件的Global.Optimizations.DisabledWorlds.List
在里面填写需要禁用的世界即可。
例如
List:
- zy
- Otherworld

Xudada20
找到\plugins\Residence\config.yml文件
找到配置文件这一行,可以ctrl+f搜索
Optimizations:
    CanTeleportIncludeOwner: false
    DefaultWorld: world   #默认世界
    DisabledWorlds:
      # 需要关闭使用的世界。
      List:
      - 填写你要关闭的世界
      

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