This plugin allows you to make your own world border.
Features:
- Give player effects when they cross it
- Kill them
Code (YAML):
# config.yml
borders:
world
:
# world name
x
: 80000
# x border (from x=0)
z
: 80000
# z border (from z=0)
effectsInterval
: 15
# time in seconds to run effect sequence
effects
:
# see https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
- POISON_1_15
# Poison 1 for 15 seconds
- POISON_2_15
- POISON_2_15-SLOW_1_15
- POISON_2_15-SLOW_2_15
- KILL
world_nether
:
# not adding effects will only show player info that they exited safe world
x
: 10000
z
: 10000
world_end:
x
: 100000
z
: 100000