WorldGuard Plugin
Links
Plugin Home Page | https://dev.bukkit.org/projects/worldguard |
Plugin Source Code | https://github.com/EngineHub/WorldGuard/ |
Plugin Author | sk89q |
UniversalCraft Production Use | All Paper Servers (version 7.0.7+216b061, installed 12 Mar 2022) |
UniversalCraft Test Use | All Paper Servers (version 7.0.7+216b061, installed 12 Mar 2022) |
Introduction
This plugin is installed on all UniversalCraft servers and all of our words always have a region defined called “spawn-protection” in which the following WorldGuard flags are defined: “Use: ALLOW, mob-spawning: DENY, natural-hunger-drain: DENY, fire-spread: DENY”. Move away from the spawn protection region in order to begin building.
The /region command can be shortened to /rg instead.
Commands
/god [PlayerName]
Make yourself or the optionally specified player invincible.
(Min UniversalCraft group: admin)
/region addmember <RegionName> <PlayerName>
Add a player to the member list of a region.
(Min UniversalCraft group: admin)
/region addowner <RegionName> <PlayerName>
Add a player to the owner list of a region.
(Min UniversalCraft group: admin)
/region create <RegionName>
Create a region using the currently defined WorldEdit selected shape.
(Min UniversalCraft group: admin)
/region delete <RegionName>
Delete a WorldGuard region.
(Min UniversalCraft group: admin)
/region flag <RegionName> <FlagName> [ALLOW|DENY]
Set the specified flag value. To remove a flag from a region, don’t specify either ALLOW or DENY.
/region flags [RegionName]
Show an interactive list of flag values for the current region. Click the arrows to navigate between pages of flags. Flag values can be changed by clicking on them if you are in the owner group of that region.
(Min UniversalCraft group: player)
/region info
Display the information about the regions you are currently in. All players have access to this command on all servers and worlds.
/region removemember <RegionName> <PlayerName>
Remove a player from the member list of a region.
(Min UniversalCraft group: admin)
/region removeowner <RegionName> <PlayerName>
Remove a player from the owner list of a region.
(Min UniversalCraft group: admin)
/ungod [PlayerName]
Remove invincibility from yourself or the optionally specified player.
(Min UniversalCraft group: admin)
Configuration
config.yml
Prevent creeper explosions from damaging the surrounding blocks:
mobs: block-creeper-block-damage: false
Prevent crop damage:
crops: disable-creature-trampling: true disable-player-trampling: true
Required configuration change needed to run SimplePets plugin:
block-plugin-spawning: false