
OtherBounds creates a circular "soft" border. When a player walks across the border they will start to lose health until they cross back.
Just put the jar file in your plugins folder - it will create an example config on the first run (with a border radius of 200 but no damage).
"config.yml"
verbosity: normal # controls how many debug messages are sent to console (low, normal, high, highest) ticks: 40 # "OB cycle" - how often we check (& damage) players outside the boundary safeinsideboundary: false # if you have concentric boundaries set to false, if you have non-concentric set to true
"boundaries.yml"
boundaries: main_boundary_1: radius: 200 centre-x: 0 centre-z: 0 world: ALL damage: 1 # 1 half-heart per OB cycle except: [Xyzzy] # optional list of player names, eg. [plugh, xarqn, fred] exceptpermissions: [mainBoundary1Override] # give players otherbounds.custom.mainBoundary1Override (note, cannot include _ characters) messagedanger: "Warning - radiation detected." messagesafe: "You have returned to safer lands." main_boundary_2: radius: 400 centre-x: 0 centre-z: 0 world: ALL damage: 4 # 4 half-hearts per OB cycle except: [Xyzzy] # optional list of player names, eg. [plugh, xarqn, fred] exceptpermissions: [mainBoundary2Override] # give players otherbounds.custom.mainBoundary2Override (note, cannot include _ characters) messagedanger: "Warning - high radiation level detected, turn back." messagesafe: "The radiation is lower here but still dangerous."
/ob reload - reloads the config file (requires otherbounds.admin.reloadconfig permission) /ob (on|off) - turns OtherBounds on or off until next restart/reload (requires otherbounds.admin.enabledisable permission)
0.1 Release, fixed config file not writing on first startup. 0.1-beta First release
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
The plugin is inspired by croxis' BoundaryKill.
Many long nights are spent improving my plugins so if you like it please consider a donation to my coffee fund :)

OtherBounds uses Metrics for anonymous usage stats (learn more). From 0.1 only (0.1-beta1 does not include metrics).