WorldGuard Flags

From RetroMC
Jump to navigation Jump to search

Flag List

Command Parameters Description
passthrough Use allow to have this region treated as a region that doesn't check build permission (use this to make simple no-PVP, etc. zones). N/A State
build DON'T TOUCH THIS FLAG. Everything will work normally without changing this flag. This flag overrides all region build checks, either to blanket allow or blanket deny. Deny always takes precedence over allow. If you simply want to protect a region, you don't have to touch this flag. Just define the region, and addowner a player to the region, and everyone else is denied. N/A State
pvp Allow or block PvP. Allowed State
mob-damage Allow or block mob damage on players. Allowed State
mob-spawning Allow or deny mobs spawning Allowed State
creeper-explosion Allow or block creeper damage to terrain and players. Allowed State
ghast-fireball Allow or block fireballs damage to terrain and players. Allowed State
sleep Allow or block players from entering beds. Allowed State
tnt Allow or block TNT. Allowed State
lighter Allow or block flint and steel. Allowed State
fire-spread Allow or block the spread of fire Allowed State
lava-fire Allow or block whether lava can start fires Allowed State
lightning Allow or block lightning striking at all in a region Allowed State
chest-access Allow or block chest access Deny State
water-flow Allow or block flow of water. Allowed State
lava-flow Allow or block flow of lava. Allowed State
use Allow or block the ability to use doors, buttons, pressure plates, levers, etc Allowed State
vehicle-place Allow or block the ability to place vehicles Denied State
vehicle-destroy Allow or block the ability to remove vehicles Denied State
snow-fall Allow or block snow from forming in an area. Note that this will not block weather altogether, that can be done in the config. Allowed State
snow-melt Allow or block snow from melting in an area. Allowed State
ice-form Allow or block ice from forming in an area. Allowed State
ice-melt Allow or block ice from melting in an area. Allowed State
leaf-decay Allow or block leaves from decaying. Allowed State
grass-growth Allow or block grass from spreading to dirt. Allowed State
invincible Sets a temporary godmode on the player. This will also disable /god-mode if set to deny, unless the player has the worldguard.god.override-regions permission. None State
entry Allow or deny a group of players to enter an area Allowed State
entry-group Set the group to be considered when checking if a player is allowed entry. Non-members Group
exit Allow or deny a group of players to leave an area Allowed State
exit-group Set the group to be considered when checking if a player is allowed to leave. Non-members Group
greeting Message to show a player when they enter a region unset String
farewell Message to show a player when they leave a region unset String
notify-enter Sends a message to players with the worldguard.notify permission when a player enters a region. False Boolean
notify-leave Sends a message to players with the worldguard.notify permission when a player leaves a region. False Boolean
deny-spawn Set mobs that can't spawn within the region unset List
heal-delay Set the rate of healing in the region unset Integer
heal-amount Set the amount per heal time (see heal-delay) unset Integer
heal-min-health Minimum health the heal flags will drop a player to. unset Integer
heal-max-health Maximum health the heal flags will raise a player to. unset Integer
feed-delay Set the rate of food regeneration unset Integer
feed-amount Set the amount per hunger regen time (see feed-delay) unset Integer
feed-min-hunger Minimum hunger the feed flags will drop a player to. unset Integer
feed-max-hunger Maximum hunger the feed flags will raise a player to. unset Integer
blocked-cmds Sets the commands that will be blocked inside the region unset List
allowed-cmds Sets the commands allowed in the region. If this is set (not empty) it will act like a whitelist and ONLY commands from this list will be allowed. unset List

Types

State

This type of flag has three states: allow, none, and deny. allow will allow the event to happen in the region, deny will disallow the event to happen, and none will use the default behavior as if there was no region.

Note that the build flag is unique. If set to none (which it is by default) only members of the region can build.

String

This can be set to any arbitrary text. Note that if it is unset, it will usually disable the flag.

List

This flag can be set to a list of strings. Input values should be comma separated.

Integer

This flag can be any number, negative or positive, that does not have a fraction or decimal portion.

Double

This flag is like an integer, but accepts decimals.

Boolean

This flag can be either true or false. It differs from state flags in that it does not have a default position (none) to fall to.

Vector

This flag represents a location. It consists of an x, y, and z coordinate.

Group

This flag can be set to any of the following: members, nonmembers, owners, nonowners, or everyone, which will unset it.