Permissions
For command related permissions, see here.
Admin permissions
fawe.admin
(allow bypassing through/wea
command)fawe.bypass
(automatically bypass WorldEdit restrictions and limits)worldedit.anyblock
(bypassdisallowed-blocks
in theworldedit-config.yml
)worldedit.inventory.unrestricted
(bypass inventory restrictions if those are enabled)
User permissions
fawe.limit.<limitgroup>
(Grants the user the specific group of limits. With the limitgroupunlimited
all limits are infinite.)fawe.permpack.basic
(A bunch of WorldEdit perms which are okay to use on a creative server)worldedit.navigation.jumpto.tool
(Access to the "jumpto" tool)worldedit.navigation.thru.tool
(Access to the "thru" tool)
Region permissions
FAWE by default is restricted to regions, this is useful for servers wanting to give ordinary players access to WorldEdit. To enable region restrictions, set config setting region-restrictions
true, and give players the appropriate region permission. If you want an admin to be able to WorldEdit anywhere using //wea
command, give them the fawe.admin
permission.
WorldGuard
Restriction-Permissions if the Plugin WorldGuard is used.
fawe.worldguard
- Allow WorldGuard region owners (/rg addowner ...
) to use WorldEdit.fawe.worldguard.member
- Allow WorldGuard region members (/rg addmember ...
) to use WorldEdit.fawe.worldguardextraflags
- If you've installed WorldGuard Extra Flags this permission is also used.
PlotSquared
Restriction-Permissions if the Plugin PlotSquared is used.
fawe.plotsquared
- Allow PlotSquared owners (/plot setowner ...
) and trusted (/plot trust ...
) to use WorldEdit.fawe.plotsquared.member
- Allows PlotSquared members (/plot add ...
) to use WorldEdit.fawe.plotsquared.admin
- Allows WorldEdit in any PlotSquared plots (but not on roads).
The fawe.plotsquared
permission is activated by default in the plugin.yml! For a permission override it is advised to use this permission instead of the child fawe.plotsquared.trusted
because of a higher prioritization.
GriefPrevention
Restriction-Permissions if the Plugin GriefPrevention is used.
fawe.griefprevention
Towny Advanced
Restriction-Permissions if the Plugin Towny Advanced is used.
fawe.towny
fawe.towny.member
fawe.towny.*
PlotMe
Restriction-Permissions if the Plugin PlotMe is used. (Outdated plugin! Should not have been used for years.)
fawe.plotme
Extended WorldEdit permissions
worldedit.schematic.load.other
(allow loading of schematics in the main schematics folder via../
when per-player-schematics are enabled)worldedit.schematic.save.other
(allow saving of schematics in the main schematics folder via../
when per-player-schematics are enabled)
Last updated