_From @blijgozertje on April 26, 2017 10:22_
Could you make an option to set a visual world border around every island that would look awesome (some servers already have this but idk how to do it)
_Copied from original issue: tastybento/ASkyBlock-Bugs-N-Features#157_
_From @VikingOmu on April 26, 2017 10:29_
Try with a schematic, modify the default schematics and add a border at the end of the island area. Try placing a 1 block height wall made by, maybe red wool, as your "border" then copy the schematic and save it.
I don't know how to do this...
_From @Poslovitch on April 27, 2017 8:15_
NMS. Display a "fake" worldborder around the island.
_From @blijgozertje on April 27, 2017 9:8_
I googled and some people said this?
https://github.com/ysl3000/WorldBorderAPI1.8-
_From @blijgozertje on April 27, 2017 9:8_
Ups didnt mean to close it.
_From @Poslovitch on April 27, 2017 14:3_
Looks good, but we'll have to implement it in the plugin itself, using an external API isn't so good.
_From @Poslovitch on April 27, 2017 14:4_
@tastybento ?
I've done it in the past with barrier blocks (see Beaconz) but they were transparent. Making it shimmer will probably require NMS like you say @Poslovitch . Let's look into it.
_From @Poslovitch on April 27, 2017 15:26_
I think barrier blocks are too much 芦spammy禄 for eyes. A fake worldborder would be better, the player will see it and will be able to go through.
Sure, it will be optionnal ^^
Island Enter Event -> getIsland -> get{center, range} ->
private Location center;
// Island range
private int range;
https://gist.github.com/ysl3000/e775fa58f786fb839839a779ccf10ded
The player won鈥檛 be able to move through the fake worldborder. You鈥檝e to reset the border when a player want to leave the island.
@tastybento can't you just use this? https://github.com/yannicklamprecht/WorldBorderAPI1.8-
P/S: Someone already said.
From @blijgozertje on April 27, 2017 9:8
I googled and some people said this?
https://github.com/ysl3000/WorldBorderAPI1.8-
Not sure if this is already known, but there is already a plugin that hooks into bentobox and displays a visual border.
https://www.spigotmc.org/resources/island-border-askyblock-bentobox-uskyblock-acidisland.56320/
But this a plugin, not an addon, so we might want to do that sometime
This can be good if it comes quickly.
This addon is now being worked on here: https://github.com/BentoBoxWorld/Border
Most helpful comment
_From @blijgozertje on April 27, 2017 9:8_
I googled and some people said this?
https://github.com/ysl3000/WorldBorderAPI1.8-