mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-22 02:25:53 +01:00
Page:
Permissions
Pages
API
Anvil API
AsyncWorld
Brushes
Clipboard API
Commands
Configuration
Copying a region to another world.
CreateFromImage
Download Instructions: Bukkit Spigot
Fawe TaskManager
FawePlayer
FaweQueue
Home
JavaScript API
Jobs API
Light API
NBT stream API
Packet sending
Pasting a schematic
Permissions
Progress API
Recovering corrupt NBT files (MCA Schematic etc.)
Region restriction API
Registering Custom Masks, Patterns and Transforms
Registering custom brushes or commands
Rollback API
Some tips when using the FAWE API
TaskBuilder
TextureUtil block and biome coloring
Third party loggers
Transforms
Web API
WorldEdit FAWE mask list
WorldEdit EditSession
WorldEdit World Player
WorldEdit and FAWE patterns
21
Permissions
Jesse Boyd edited this page 2018-08-28 03:18:41 +10:00
For command related permissions: See Here
Permissions:
Admin permissions:
fawe.admin
(allow bypassing through/wea
command)fawe.bypass
(automatically bypass worldedit restrictions)worldedit.anyblock
(bypass worldedit'sdisallowed-blocks
)worldedit.inventory.unrestricted
(bypass inventory restrictions if those are enabled)
User permissions:
fawe.limit.<limitgroup>
(Grants the user the specific group of limits.)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 wand)worldedit.navigation.thru.tool
(Access to the thru wand)
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 thefawe.admin
permission.
fawe.factions
fawe.plotsquared
fawe.plotsquared.member
- Allows members (/plot add
) to WorldEditfawe.plotsquared.admin
- Allows worldediting in any plot (but not roads)fawe.griefprevention
fawe.plotme
fawe.preciousstones
fawe.residence
fawe.towny
fawe.towny.member
fawe.towny.*
fawe.worldguard
fawe.worldguard.member
fawe.askyblock
fawe.askyblock.member
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)
This Wiki is for Legacy Versions (1.8 - 1.12.2). Check here for 1.13+ versions: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/