- Installation
- Configuration
- [Penalties] (#Penalties)
- Commands
- Other Info
Put this module in the mods folder. If the Core is installed, it will be loaded.
The configuration file for this can be found in ./ForgeEssentials/WorldBorder/config.cfg
Possible penalties
penalty name | effect | effect options |
---|---|---|
damage | hurts the player by the given value | 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 | This effect has no options. |
message | Message to send to the player. You can use color codes. | Message to send to the player. You can use color codes. |
potion | Applies a given potion (multiple possible) on a player | Format like this: 'ID:duration:amplifier |
serverkick | Kicks the player | Message to send to the player on the kick screen. |
smite | Player is struck by lightning | This effect has no option. |
The command name is "worldborder", or use "wb" as alias. Permission node is "ForgeEssentials.WorldBorder.admin". Defaults to owners.
Command | Description |
---|---|
/wb [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. |
Command | Description |
---|---|
/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. |
Written by Dries007, so you will most likely find some bugs. ;-)