Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Permissions: Extended commands

CodeCo edited this page Apr 27, 2017 · 2 revisions

AsyncWorldEdit adds additional commands to WorldEdit. To allow access to those commands you need to add specific permission nodes to your players. All extended commands permission nodes start with awe.excommands.*

Schematic

  • awe.excommands.schematic.info - Allows the usage of /schematic info command
  • awe.excommands.schematic.place - Allows the usage of /schematic place command

Chunks

  • awe.excommands.chunk.clear - Allows the usage of /chunk clear command
  • awe.excommands.chunk.clone - Allows the usage of /chunk clone command
  • awe.excommands.chunk.copy - Allows the usage of /chunk copy command
  • awe.excommands.chunk.fill - Allows the usage of /chunk fill command
  • awe.excommands.chunk.paste - Allows the usage of /chunk paste command
  • awe.excommands.chunk.set - Allows the usage of /chunk set command
  • awe.excommands.chunk.setbiome - Allows the usage of /chunk setbiome command

Back to permissions

Clone this wiki locally