Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Permissions

suerion edited this page Jul 6, 2020 · 16 revisions

Permission and their functionality

(Please change <REGION_NAME> to your regions name without < and >):

Permission for the User Interface

worldguard.ui: Permission to use the GUI with /wg

Permission for creating and modifying an region

worldguard.create: Allows creation of regions
worldguard.modify: Allows changes to a region
worldguard.delete: Allows deletion of a region

Permission for regions:

worldguard.enter.<REGION_NAME>: Allows entering region <REGION_NAME>
worldguard.leave.<REGION_NAME>: Allows leaving region <REGION_NAME>
worldguard.edit.<REGION_NAME>: Allows editing in region <REGION_NAME> (using a hoe on dirt for example is considering editing)

worldguard.block-place.<REGION_NAME> and worldguard.place.<REGION_NAME>: Allows player to places blocks in region <REGION_NAME> (This Permissions are the same, took one of these)
worldguard.block-break.<REGION_NAME> and worldguard.break.<REGION_NAME>: Allows player to break blocks in region <REGION_NAME> (This Permissions are the same, took one of these)

worldguard.eat.<REGION_NAME>: Allows player to bypass the eat flag in region <REGION_NAME>
worldguard.drop.<REGION_NAME>: Allows player to bypass the drop flag in region <REGION_NAME> worldguard.usechest.<REGION_NAME>: Allows use of chests in region <REGION_NAME>
worldguard.usechestender.<REGION_NAME>: Allows use of ender chests in region <REGION_NAME>
worldguard.usetrappedchest.<REGION_NAME>: Allows use of trapped chests in region <REGION_NAME>
worldguard.enchantingtable.<REGION_NAME>: Allows use of enchanting tables in region <REGION_NAME>
worldguard.usedoors.<REGION_NAME>: Allows use of doors in region <REGION_NAME>
worldguard.usegates.<REGION_NAME>: Allows use of gates in region <REGION_NAME>
worldguard.usetrapdoors.<REGION_NAME>: Allows use of trapdoors in region <REGION_NAME>
worldguard.usefurnaces.<REGION_NAME>: Allows use of furnaces in region <REGION_NAME>
worldguard.useanvil.<REGION_NAME>: Allows use of anvils in region <REGION_NAME>
worldguard.usecraftingtable.<REGION_NAME>: Allows use of crafting tables in region <REGION_NAME>
worldguard.usenoteblock.<REGION_NAME>: Allows use of noteblocks in region <REGION_NAME>
worldguard.usecauldron.<REGION_NAME>: Allows use of cauldrons in region <REGION_NAME>
worldguard.usebrewingstand.<REGION_NAME>: Allows use of brewingstands in region <REGION_NAME>
worldguard.usebeacons.<REGION_NAME>: Allows use of beacons in region <REGION_NAME> worldguard.usebutton.<REGION_NAME>: Allows use buttons in region <REGION_NAME> worldguard.usepressureplate.<REGION_NAME>: Allows use pressureplates in region <REGION_NAME>

Permission for bypassing in regions:

worldguard.bypass-cmd.<REGION_NAME>: Allows using any commands in region <REGION_NAME>
worldguard.bypass.gamemode<REGION_NAME>: Allows to bypassing the gamemode in region <REGION_NAME>

Permission for bypassing in regions that will be implemented in future:

worldguard.build-bypass: Allows building in all WG regions of an whole world.
worldguard.break-bypass: Allows block breaking in all WG regions of an whole world.