Skip to content

World Border Module

Björn Zeutzheim edited this page Jul 18, 2015 · 5 revisions

OUTDATED !

Last updated for forgeessentials-1.7.10-1.4.0-beta1

CONFIGURATION
The configuration file for this can be found in /ForgeEssentials/WorldBorder/config.cfg

PENALTIES
Possible penalties

damage
Hurts the player by the given amount of damage in 1/2 hearts.

executecommand
Executes a given server command, %p gets replaced with the players username.

knockback
Teleports the player back to the start of the border.

message
Sends the player a message. You can use color codes.

potion
Applies a potion effect (multiple possible) to a player.
Format like this: ID:duration:amplifier

serverkick
Kicks the player from the server.
Message to send to the player on the kick screen.

smite
Player is struck by lightning.

COMMANDS

WorldBorder
fe.worldborder.admin
/wb <global|world|dimID> [info]
Gets info about the (global / world) border.

/wb <global|world|dimID> <enable|disable>
Enable or disable the border.

/wb <global|world|dimID> <center|radius|shape>
Set the center (<x y z>), radius (<size>) or shape (<square|round>) of the border.

Filling the border
Permission node is "ForgeEssentials.WorldBorder.filler". Defaults to owners.

/filler
Gets info on all running fillers.

/filler [world|dimID]
Gets info on the filler for that world.`

/filler <world|dimID> <start|stop>
Starts or stops the filler for that world. The progress gets saved and resumed.

/filler <world|dimID> <reset>
Start a new filler in that dimension. Progress made before is lost.

/filler <world|dimID> <speed> [newSpeed]
Gets or sets the fillers speed.

Clone this wiki locally