![]() ![]() |
想让玩家输入/is后能够选择岛屿 .schematic文件已经准备好 看别的服务器好像都可以... like this ![]() ![]() |
island 可以用吗=-=
插件问题 换个新版的
删除岛屿配置文件,然后重新启动服务器,就能看见这四个选项。
这是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
另外第四个地狱岛屿的开启,可以手动开启,打开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
已自行解决
我把配置的其中一段贴出来给大家看看吧
复制代码
我把配置的其中一段贴出来给大家看看吧
- schematics:
- # default heading is required
- default:
- show: true
- # Icon - if this is missing or wrong, it will be a MAP
- icon: DIRT
- # Order of preference in listing
- order: 1
- # Short name - color codes with & okay
- name: "&6普通空岛"
- # Longer description. Use | for new lines. Color codes okay.
- description: "&7典型的空岛风格"
- # Filename of the schematic in the schematic folder
- filename: island.schematic
- # Use default chest if true, or use schematic chest contents if false
- useDefaultChest: true
- # Which schematic will be used in the opposite world if newnether:true
- # If there is no partner, this island will be used
- partnerSchematic: nether
- #Level handicap zeros the initial island level.
- levelHandicap: 3
-
- double:
- show: true
- # Icon - if this is missing or wrong, it will be a MAP
- icon: GRASS
- # Order of preference in listing
- order: 2
- # Short name - color codes with & okay
- name: "&6双子空岛"
- # Longer description. Use | for new lines. Color codes okay.
- description: "&7有两个小岛,资源丰富|&c推荐"
- # Filename of the schematic in the schematic folder
- filename: double.schematic
- # Use default chest if true, or use schematic chest contents if false
- useDefaultChest: false
- # Which schematic will be used in the opposite world if newnether:true
- # If there is no partner, this island will be used
- partnerSchematic: nether
- #Level handicap zeros the initial island level.
- levelHandicap: 0
-
- harder:
- show: true
- # Icon - if this is missing or wrong, it will be a MAP
- icon: IRON_ORE
- # Order of preference in listing
- order: 3
- # Short name - color codes with & okay
- name: "&6矿产丰富"
- # Longer description. Use | for new lines. Color codes okay.
- description: "&7岛上有铁,箱子有钻石 |&c但是你能活下去吗?"
- # Filename of the schematic in the schematic folder
- filename: harder.schematic
- # Use default chest if true, or use schematic chest contents if false
- useDefaultChest: false
- # Which schematic will be used in the opposite world if newnether:true
- # If there is no partner, this island will be used
- partnerSchematic: nether
- #Level handicap zeros the initial island level.
- levelHandicap: 0
-
- # This is the default nether island - do not remove this section!
- nether:
- # Hide or show this schematic to players in the GUI
- show: true
- icon: NETHERRACK
- # If the biome is HELL it is assumed this island goes in the Nether
- biome: HELL
- name: "&6地狱空岛"
- description: "&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
- #Level handicap zeros the initial island level.
- levelHandicap: 93
-
我记得某个论坛有这种汉化,还有你可以自己尝试配置