Worlborder will expand if player collected advancement
I think game will be more interesting with my plugin and this will be a challenge for players
Also this is my first plugin
Changeable expand settings like expand size , seconds to expand,
Worlds where worldborder will expanded,
On/Off chat message, On/Off Sound
Custom chat message with placeholders
Sound volume,
Sound name,
Sound pitch,
Dividing nether worldborder expand size by 8.
P.S this advancement don`t showing on chat by mojang`s default
Code (YAML):
EnabledWorlds: -
"world_the_end" -
"world_nether" -
"world" DivideNether: true
#Divide world_nether`s ExpandBlocks by 8 ChatMsgToggle: true
EnableSound: true
SoundName: "ENTITY_PLAYER_LEVELUP" #Sound list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html SoundX: 0
SoundY: 80
SoundZ: 0
SoundVolume: 3000000
SoundPitch: 0.5
OnExpandMsg: "&a&lWorld was expanded by &e%displayname%!" #Placeholders: %displayname% - player display name, %name% - player original nickname ExpandBlocks: 10
ExpandSeconds: 5
debug: false