Flags
This is a list of all my/BangL's plugins that add flags to WorldGuard including the flag type and a brief description how they work. The list is sorted alphabetically and grouped by plugin.
| Flag | Plugin | Type | Description |
|---|---|---|---|
| allow-blocks | Block Restricter | EnumFlag of BlockType | Allows the placement and breaking of blocks that are denied at the location |
| deny-blocks | Block Restricter | EnumFlag of BlockType | Blocks the placement and breaking of a specific block type |
| chat-prefix | Chat Flags | StringFlag | Adds a prefix when a player chats |
| chat-suffix | Chat Flags | StringFlag | Adds a suffix when a player chats |
| chunk-unload | Chunk Flag | StateFlag (default allow) | Disables unloading of a region |
| cmds-block | Command Flags | EnumFlag of String | Blocks commands in a region |
| cmds-allow | Command Flags | EnumFlag of String | Allows commands that are blocked inside a region |
| allow-pickup | Drop Flags | StateFlag (default allow) | Set to deny to deny picking up of items in the region |
| death-drop-despawn-time | Drop Flags | IntegerFlag | Same as drop-despawn-time for items dropped on death |
| death-exp-despawn-time | Drop Flags | IntegerFlag | Same as exp-despawn-time for exp orbs dropped on death |
| drop-despawn-time | Drop Flags | IntegerFlag | Makes dropped items disappear after a short time |
| exp-despawn-time | Drop Flags | IntegerFlag | Makes exp orbs disappear after a shot time |
| enderpearls | EnderPearl Flag | StateFlag (default allow) | Blocks the using of enderpearls into and out of regions |
| allow-explosions | Explosion Flags | EnumFlag of ExplosionType | Allows explosions that were denied with deny-explosions |
| deny-explosions | Explosion Flags | EnumFlag of ExplosionType | Denies explosion types in a region |
| fly | Fly Flag | StateFlag (default deny) | If set to allow players are allowed to fly inside a region |
| instabreak | Instabreak Flag | StateFlag (default deny) | Allows players to instantly break blocks in a region |
| keep-inventory | Keep Inventory Flags | StateFlag (default deny) | Allows players to keep their inventory if they die in a region |
| keep-level | Keep Inventory Flags | StateFlag (default deny) | Allows players to keep their level if they die in a region |
| mob-damage-allow | Mob Damage Flags | EnumFlag of MobType | Allows players to damage mobs that were denied with mob-damage-deny |
| mob-damage-deny | Mob Damage Flags | EnumFlag of MobType | Denies players to damage mobs of a type in a region |
| allow-damage | Player Damage Flags | EnumFlag of DamageType | Allows damage of sources that had been disabled with deny-damage |
| deny-damage | Player Damage Flags | EnumFlag of DamageType | Denies damage sources in a region |
| player-enter-command | Region Commands | EnumFlag of String | Makes a player execute a command when he enters a region |
| player-leave-command | Region Commands | EnumFlag of String | Makes a player execute a command when he leaves a region |
| server-enter-command | Region Commands | EnumFlag of String | Makes the server execute a command when a player enters a region |
| server-leave-command | Region Commands | EnumFlag of String | Makes the server execute a command when a player leaves a region |
| effects | Region Effects | EnumFlag of EffectType | Gives a player potion effects while he is inside a region |
| signs-allow | Sign Flags | EnumFlag of String | Allows the player to place signs in a region that have been denied with signs-block |
| signs-block | Sign Flags | EnumFlag of String | Blocks the placement of signs in a region |
| respawn-location | Spawn Point Flag | LocationFlag | Sets the respawn location for player who die inside a region. |
| texturepack | Texture Pack Flag | StringFlag | Sets a texture pack for a region |
| delta-time | Time Flags | IntegerFlag | fixes the time of a region at a specific difference from the world's time |
| fix-time | Time Flags | IntegerFlag | fixes the time of a region at a specific value |
| max-time | Time Flags | IntegerFlag | sets a maximum time for a region |
| min-time | Time Flags | IntegerFlag | sets a minimum time for a region |
| treefarm | TreeFarm Flag | StateFlag (default deny) | makes a region a treefarm in which players are allows to break logs and saplings are planted automatically |