1429221502
出现提示This world is full of islands please try later怎么解决

1429221502
出现This world is full of islands 怎么解决

q211316907
1429221502 发表于 2017-3-27 21:20
出现This world is full of islands 怎么解决

表示空岛世界中太多空岛了 我昨天汉化刚好看见这个了
config搜索 maxislands 后面改成0即可 或者改99999999999999

q211316907
tryndamere6r 发表于 2017-3-7 21:03
想問一下 我想擴大每個玩家的島嶼擁有距離

現在預設長度是100長X100寬

你需要重置空岛世界
(我8号本来有给你回的 结果网卡了 刚刚才发现没发送出去..)

alkkhsl
你好,请问空岛保护权限导致MOD的方块放置类机器无法自动放置方块怎么解决,比如方块放置机和自动执行机之类的。

q211316907
alkkhsl 发表于 2017-4-3 01:18
你好,请问空岛保护权限导致MOD的方块放置类机器无法自动放置方块怎么解决,比如方块放置机和自动执行机之 ...

让游客允许建筑 config 保护设置那里 你找找

2212426297
ping_guo_zhi 发表于 2017-3-5 09:47
把默认的地狱和末地改为空岛的生存区的玩家该怎么去地狱和末地啊???
或者互不影响? ...

互不影响的。。。空岛世界和空岛地狱是两个新世界

AS50
楼主我用了这个插件之后mod物品全都无法使用了要怎么解决

q211316907
AS50 发表于 2017-4-20 20:17
楼主我用了这个插件之后mod物品全都无法使用了要怎么解决

说清楚.

丶Anni

怎么回事?在线等!

丶Anni

怎么回事啊?

q211316907

转码啊- -

丶Anni

转那个文件?

丶Anni

我这个是windows 需要转什么码?

丶Anni

在不在啊?

a1047071193

不错的插件~
支持

二次元狂三
这就奇怪了==为什么我的是输入is lang 10才是中文

AS50

我先给服务器装好了mod并且确认了mod可以正常使用但是当我安装了你的插件之后我的NEI中依然显示mod物品但是我无法使用哪些mod物品一旦使用就会消失使用NEI直接拿物品会跳红字说物品ID不对

二次元狂三
空岛的任务系统有BUG啊,就是输入/C那个,比如说制作一个玻璃之后会给一个冰,点击之后,显示完成但是物品消失了,冰也没有给

1290457963
新人想请教下大家   为什么我下载以后没有jar文件???这不是插件本体吗??只有yml是什么...

q211316907
1290457963 发表于 2017-4-25 22:58
新人想请教下大家   为什么我下载以后没有jar文件???这不是插件本体吗??只有yml是什么... ...

你下jar去

a885228438
什么核心

无聊呐
最新版已更新至3.0.6.3求后续汉化

艾力
请问,输入is直接回到自己的岛,而不会出现GUI页面,和其他人的服务器不太一样,请问怎么实现输入is弹出GUI页面??

无聊呐
本帖最后由 无聊呐 于 2017-5-1 17:07 编辑
以下为3.0.6.3多出来的QAQ
  1. schematicsection:
  2.    # All schematics should be put in the schematics folder

  3.    # Schematic panel - if more than one schematic is available to the player
  4.    # Show a panel to choose. If this is false, no panel is shown and the starter
  5.    # island is picked by permission. If a player has more than one permission
  6.    # the island selected is undefined - the plugin will pick one.
  7.    # Permissions are taken from the below schematics section even if the GUI is
  8.    # not used.
  9.   useschematicspanel: true

  10.    # Random island, only apply when useschematicspanel is false - if set to false
  11.    # the plugin will choose the first island it found with the user permissions
  12.    # to generate a new island. If set to true, the plugin will generate an island
  13.    # randomly from the list of all islands available to the player.
  14.   chooseislandrandomly: false

  15.   # Hack skeleton spawners to also spawn wither skeletons in 1.11. This helps with
  16.   # older schematics that do not have explicit wither skeleton spawners. This setting
  17.   # is ignored by older servers.
  18.   hackskeletonspawners: false
  19.   
  20.   # This section lists all the schematics available
  21.   # Settings are:
  22.   # show - whether this island will show in the GUI or not. Typically used for partner
  23.   #        schematics, but can be used to temporarily hide schematics.
  24.   # icon - the icon to show in the GUI. It must be a known Material
  25.   # order - the priority for showing in the GUI. Lower numbers are shown first.
  26.   # name - a friendly short name for the schematic. Color codes okay.
  27.   # description - a longer description. Use | to split lines. Color codes okay.
  28.   # filename - the filename of the schematic in the schematic folder
  29.   # useDefaultChest - fill a chest on the island with the items in this config. If false
  30.   #                   the contents will come from the schematic.
  31.   # partnerSchematic - the island that will be pasted in the Nether.
  32.   # biome - the biome this island should have. All pasted blocks will have this biome.
  33.   # These next settings may cause lag if true. Default is false. Use judiciously.
  34.   # pasteentities - if the schematic has entities in it (mobs) this will paste them.
  35.   # usephysics - if true, causes lava or water to flow after being pasted.
  36.   # pasteair - Only set to true if you need to paste below sea level.
  37.   # permission - the permission required to use this schematic. It can be anything you like
  38.   # You can add or remove from this list. If this section is missing, only the default
  39.   # island works.
  40.   schematics:
  41.     # default heading is required
  42.     default:
  43.       # Icon - if this is missing or wrong, it will be a MAP
  44.       icon: DIRT
  45.       # Order of preference in listing
  46.       order: 1
  47.       # Short name - color codes with & okay
  48.       name: "The Original"
  49.       # Longer description. Use | for new lines. Color codes okay.
  50.       description: "Challenging|starter|island!"
  51.       # Filename of the schematic in the schematic folder
  52.       filename: island.schematic
  53.       # Use default chest if true, or use schematic chest contents if false
  54.       useDefaultChest: true
  55.       # Which schematic will be used in the opposite world if newnether:true
  56.       # If there is no partner, this island will be used
  57.       partnerSchematic: nether
  58.       #Level handicap zeros the initial island level.
  59.       levelHandicap: 3

  60.     # This is the default nether island - do not remove this section!
  61.     nether:
  62.       # Hide or show this schematic to players in the GUI
  63.       show: false
  64.       icon: NETHERRACK
  65.       # If the biome is HELL it is assumed this island goes in the Nether
  66.       biome: HELL
  67.       name: "NetherBlock Island"
  68.       description: "An island in the nether|overlooked by a mob tower"
  69.       filename: nether.schematic
  70.       # Nether schematics should generally use the schematic chest contents
  71.       useDefaultChest: false
  72.       # The partner to this schematic is the default island
  73.       partnerSchematic: default
  74.       # Schematics can include entities (mobs) in them and if pasteentities is true,
  75.       # mobs will be pasted.
  76.       pasteentities: true
  77.       # Usephysics causes lava or water to flow after being pasted. Change to false
  78.       # if it lags
  79.       usephysics: true
  80.       #Level handicap zeros the initial island level.
  81.       levelHandicap: 93
  82.   
  83.     # Additional heading names can be anything you like, but must be unique
  84.     island1:
  85.       # Credit to Antal1609 for this schematic!
  86.       icon: RED_ROSE
  87.       order: 2
  88.       name: "Island Duo"
  89.       description: "Two close islands!|Double the fun,|but a little easier.|&a[Credit] Antal1609"
  90.       filename: double.schematic
  91.       # Schematics can have biomes set when they are created
  92.       biome: FOREST
  93.       # If useDefaultChest is false, the items in the schematic will be used
  94.       # If false, the default chest items will be used, or the list below
  95.       useDefaultChest: true
  96.       # Chest items defined here will override the default chest items.
  97.       # You can set the chest items here in this list
  98.       # Material:Qty, or Material:Data:Qty
  99.       #chestItems:
  100.       #- MELON:1
  101.       #- ICE:1
  102.       # Your island companion. Overrides the default setting. If more than one is
  103.       # listed, one will be chosen at random.
  104.       # Recommended choices: COW, PIG, SHEEP, CHICKEN, VILLAGER, HORSE, IRON_GOLEM, OCELOT,
  105.       # RABBIT, WOLF, LLAMA or NOTHING.
  106.       companion:
  107.       - CHICKEN
  108.       # This is a list of names, picked at random that will apply to the companion
  109.       # You can add more if you like. If none are listed, the companion will not be
  110.       # named.
  111.       companionnames:
  112.       - "&9[player]'s chicken"
  113.       - "&dFree-Range Eggs"
  114.       partnerSchematic: nether
  115.       #permission: any.perm.you.like
  116.       #Level handicap zeros the initial island level.
  117.       levelHandicap: 9
  118.       # Cost - if an economy is in use, this can be used to require a fee
  119.       # Only works with the schematic panel
  120.       # The cost is a double and displayed in the description if [cost] is there
  121.       cost: 0

  122.     # New snowy schematic
  123.     extrahard:
  124.       icon: OBSIDIAN
  125.       order: 3
  126.       # Ski theme - a black diamond run is hard.
  127.       name: "&lBlack &bDiamonds"
  128.       description: "Experts only!|&aMinimal resources|&awith a few diamonds."
  129.       filename: harder.schematic
  130.       biome: COLD_BEACH
  131.       useDefaultChest: false
  132.       # Chest items defined here will override the default chest items.
  133.       # You can set the chest items here in this list
  134.       # Material:Qty, or Material:Data:Qty
  135.       #chestItems:
  136.       #- MELON:1
  137.       #- ICE:1
  138.       # Schematics that require water or lava to hover can prevent physics when pasting
  139.       usephysics: false
  140.       # Schematics may include entities (mobs) in them and if pasteentities is true,
  141.       # mobs will be pasted.
  142.       # Example: Setting this to true for this schematic will give a wolf.
  143.       pasteentities: false
  144.       partnerSchematic: nether
  145.       #permission: any.perm.you.like
  146.       # This optional block determines where the player will spawn. It must be unique in
  147.       # the schematic and will be replaced by air when pasted.
  148.       #spawnblock: SPONGE
  149.       #Level handicap zeros the initial island level.
  150.       levelHandicap: 1
  151.       # Cost - if an economy is in use, this can be used to require a fee
  152.       # Only works with the schematic panel
  153.       # The cost is a double and displayed in the description if [cost] is there
  154.       cost: 0
复制代码



无聊呐
艾力 发表于 2017-5-1 13:37
请问,输入is直接回到自己的岛,而不会出现GUI页面,和其他人的服务器不太一样,请问怎么实现输入is弹出GUI ...

请在config.yml中找到如下
  1.    # Use the control panel as the default display for /island
  2.    # /island will always create an island if one does not exist
  3.    # If the control panel is not used, then /island will teleport the player home
  4.    # Players can change this setting using /island cp on or /island cp off
  5.    # 是否让空岛的控制面板作为/is默认出现的东西 不知道啥是控制面板的输入/is cp看看
  6.    # 玩家也可以输入指令开启或关闭设置 /is cp on 或 /is cp off 对他们自己有效 每个人爱好不同
  7.    usecontrolpanel: false
复制代码

建议不开启,

艾力
无聊呐 发表于 2017-5-1 17:13
请在config.yml中找到如下
建议不开启,

谢谢这位大大

191540529
希望作者能够继续努力,多发更好的插件,已拿,谢谢、

2212426297
楼主空岛的基础变量有哪些?比如空岛等级前10名的排行榜。

fuzhiguang
1.7.10汉化方法  我的服务器无法汉化  或者怎么修改语言文件  求告诉

qq1404228959
问一下怎么清理长期无人在线的岛屿

1208341968
1.7.10KC端为毛一直汉化不了- -

q211316907
1208341968 发表于 2017-5-9 17:34
1.7.10KC端为毛一直汉化不了- -

转码!!!!!!!

q211316907
1208341968 发表于 2017-5-9 17:34
1.7.10KC端为毛一直汉化不了- -

转码!!!!!!!
说清楚!!!!

q211316907
qq1404228959 发表于 2017-5-7 23:32
问一下怎么清理长期无人在线的岛屿

配置里修改
不然只能手动清除了

q211316907
2212426297 发表于 2017-5-5 16:18
楼主空岛的基础变量有哪些?比如空岛等级前10名的排行榜。

官网上找下吧 我下次补上

q211316907
无聊呐 发表于 2017-5-1 17:04
以下为3.0.6.3多出来的QAQ

熊孩子别找事QAQ
最近忙着王者上分 这周末再补上这高级部分

1208341968
q211316907 发表于 2017-5-9 18:22
转码!!!!!!!
说清楚!!!!

转了啊- -都是三行红字  不然就是原来的样子

YouisBoy
防盗插件不见人thermos58的

q211316907
1208341968 发表于 2017-5-9 20:45
转了啊- -都是三行红字  不然就是原来的样子

图片....

背着书包丶
蓝图教程的图挂了,能补下吗

Not102
指令没汉化呢

Not102
为啥我输入is是直接创建岛=.=没出来菜单

Not102
我吧配置调成ansi然后输入is land 15 为什么是乱码来的

Not102
为何输入is lang 15 就是乱码?

Not102
ASkyBlock里面哪里来的schematic

Not102
Not102 发表于 2017-5-14 09:10
为何输入is lang 15 就是乱码?

等等并不是转码的那意思 是没那个消息的东西 我吧消息里面加了就可以了

q1a2g3
为什么,空岛里面,漏斗不能用

2212426297
1208341968 发表于 2017-5-9 20:45
转了啊- -都是三行红字  不然就是原来的样子

转码用Notepad++来转

aa2545784877
不能开死亡不掉落啊

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