虎水小骥
我想干嘛

想让玩家输入/is后能够选择岛屿

.schematic文件已经准备好

看别的服务器好像都可以...

like this




我这个爱心大使又来了


zhangjiaheng
island 可以用吗=-=

Forever_lg
插件问题 换个新版的

丛林水塘
删除岛屿配置文件,然后重新启动服务器,就能看见这四个选项。

GraXer
这是askyblock插件,可以自己下载地址:https://github.com/tastybento/askyblock
另外第四个地狱岛屿的开启,可以手动开启,打开askyblock-config-
nether:
      # Hide or show this schematic to players in the GUI
      show: false   <-----改为true
      icon: NETHERRACK
      # If the biome is HELL it is assumed this island goes in the Nether
      biome: HELL
      name: "&c&l>>>&e&l地狱空岛&c&l<<<"
      description: "&a&l>>>  &7高手的选择|&a&l>>>  &7地狱里生存"
      filename: nether.schematic
      # Nether schematics should generally use the schematic chest contents
      useDefaultChest: false
      # The partner to this schematic is the default island
      partnerSchematic: default
      # Schematics can include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      pasteentities: true
      # Usephysics causes lava or water to flow after being pasted. Change to false
      # if it lags
      usephysics: true   
    # Additional heading names can be anything you like, but must be unique

虎水小骥
已自行解决
我把配置的其中一段贴出来给大家看看吧
  1.   schematics:
  2.     # default heading is required
  3.     default:
  4.       show: true
  5.       # Icon - if this is missing or wrong, it will be a MAP
  6.       icon: DIRT
  7.       # Order of preference in listing
  8.       order: 1
  9.       # Short name - color codes with & okay
  10.       name: "&6普通空岛"
  11.       # Longer description. Use | for new lines. Color codes okay.
  12.       description: "&7典型的空岛风格"
  13.       # Filename of the schematic in the schematic folder
  14.       filename: island.schematic
  15.       # Use default chest if true, or use schematic chest contents if false
  16.       useDefaultChest: true
  17.       # Which schematic will be used in the opposite world if newnether:true
  18.       # If there is no partner, this island will be used
  19.       partnerSchematic: nether
  20.       #Level handicap zeros the initial island level.
  21.       levelHandicap: 3
  22.    
  23.     double:
  24.       show: true
  25.       # Icon - if this is missing or wrong, it will be a MAP
  26.       icon: GRASS
  27.       # Order of preference in listing
  28.       order: 2
  29.       # Short name - color codes with & okay
  30.       name: "&6双子空岛"
  31.       # Longer description. Use | for new lines. Color codes okay.
  32.       description: "&7有两个小岛,资源丰富|&c推荐"
  33.       # Filename of the schematic in the schematic folder
  34.       filename: double.schematic
  35.       # Use default chest if true, or use schematic chest contents if false
  36.       useDefaultChest: false
  37.       # Which schematic will be used in the opposite world if newnether:true
  38.       # If there is no partner, this island will be used
  39.       partnerSchematic: nether
  40.       #Level handicap zeros the initial island level.
  41.       levelHandicap: 0
  42.       
  43.     harder:
  44.       show: true
  45.       # Icon - if this is missing or wrong, it will be a MAP
  46.       icon: IRON_ORE
  47.       # Order of preference in listing
  48.       order: 3
  49.       # Short name - color codes with & okay
  50.       name: "&6矿产丰富"
  51.       # Longer description. Use | for new lines. Color codes okay.
  52.       description: "&7岛上有铁,箱子有钻石 |&c但是你能活下去吗?"
  53.       # Filename of the schematic in the schematic folder
  54.       filename: harder.schematic
  55.       # Use default chest if true, or use schematic chest contents if false
  56.       useDefaultChest: false
  57.       # Which schematic will be used in the opposite world if newnether:true
  58.       # If there is no partner, this island will be used
  59.       partnerSchematic: nether
  60.       #Level handicap zeros the initial island level.
  61.       levelHandicap: 0
  62.       
  63.     # This is the default nether island - do not remove this section!
  64.     nether:
  65.       # Hide or show this schematic to players in the GUI
  66.       show: true
  67.       icon: NETHERRACK
  68.       # If the biome is HELL it is assumed this island goes in the Nether
  69.       biome: HELL
  70.       name: "&6地狱空岛"
  71.       description: "&7冒险性的空岛,你敢挑战吗?"
  72.       filename: nether.schematic
  73.       # Nether schematics should generally use the schematic chest contents
  74.       useDefaultChest: false
  75.       # The partner to this schematic is the default island
  76.       partnerSchematic: default
  77.       # Schematics can include entities (mobs) in them and if pasteentities is true,
  78.       # mobs will be pasted.
  79.       pasteentities: true
  80.       # Usephysics causes lava or water to flow after being pasted. Change to false
  81.       # if it lags
  82.       usephysics: true
  83.       #Level handicap zeros the initial island level.
  84.       levelHandicap: 93
  85.       
复制代码

Suibiantwo
虎水小骥 发表于 2018-8-19 15:30
已自行解决
我把配置的其中一段贴出来给大家看看吧

一看就知道不是在原帖下载的插件地狱都显示出来了

Naive。
我记得某个论坛有这种汉化,还有你可以自己尝试配置

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