Skip to content

Latest commit

 

History

History
81 lines (73 loc) · 2.84 KB

World-Border-Module.md

File metadata and controls

81 lines (73 loc) · 2.84 KB

Installation

Put this module in the mods folder. If the Core is installed, it will be loaded.

Configuration

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

Penalties

Possible penalties

penalty nameeffecteffect options
damagehurts the player by the given valueAmount of damage in 1/2 hearts.
executecommandexecutes a given server command%p gets replaced with the players username
knockbackTeleports the player back to the start of the borderThis 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.
potionApplies a given potion (multiple possible) on a playerFormat like this: 'ID:duration:amplifier
serverkickKicks the playerMessage to send to the player on the kick screen.
smitePlayer is struck by lightningThis effect has no option.

Commands

Setting the border.

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.
## Filling the border. Permission node is "ForgeEssentials.WorldBorder.filler". Defaults to owners.
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.

Other Info

Written by Dries007, so you will most likely find some bugs. ;-)