whiteyu1314
Askyblock怎么修改玩家空岛的范围

梦星桐
config文件前几行的2个range分别是空岛范围和空岛间距

嘉晚饭,赢
  1. island:
  2.    # Space between islands in blocks - NEVER change this mid-game.
  3.    # Values for a new world:
  4.    # 400 - puts players distance enough that they usually cannot see each other
  5.    # 200 - allows some expansion of the protected zone (recommended)
  6.    # 110 - for compatibility with established worlds. Cozy.
  7.    # 50 - minimum - not recommended
  8.    # IF YOU ARE UPGRADING YOU MUST USE YOUR OLD VALUE EXACTLY, E.G., 110
  9.    # OR RESET YOUR WORLD
  10.    # Value must be an even number
  11.    distance: 200

  12.    # Default protection range (even number). Min = 0, Recommended = 100
  13.    # Larger values will take longer to calculate the island level
  14.    # Admins can change protection sizes for players individually using /asadmin setrange
  15.    # or set this permission: askyblock.island.range.<number>
  16.    # For optimal performance, keep protection range at leat 16 blocks less than distance.
  17.    protectionRange: 100
复制代码


这两个就是了
要修改第一个的话必须删除之前所有的空岛数据

mcvimik
这俩个数据是空岛一开始的时候就应该设置好的。如果需要更改第一个  distance  那就必须删除之前的所有数据

给你解释一下这俩数据到底是什么意思
这是针对所有玩家岛屿大小的设置
distance: 200    这是空岛最大的大小  [每个玩家的岛屿不能大于200x200]
protectionRange: 100  这是保护大小[即为默认玩家初始岛屿大小]


怎么提升玩家岛屿大小[针对一个玩家]
asadmin setrange 玩家名 数字[此数字不能大于你设置的distance大小]   



解决请给最佳谢谢

Charlotte-Arthu
如果你用的是groupmanager权限组插件的话可以执行这个指令给玩家修改空岛范围
/manuaddp 玩家 askyblock.island.range.范围