Skip to content
RedstoneFuture edited this page Jun 9, 2020 · 10 revisions
Node Description
lwc.* Full administrative access to LWC add lwc.protect and lwc.admin
lwc.protect The main permission node that is given to players by default. It allows players to:
  • Create and remove their own protections
  • Viewing the owner of any protection
  • Setting non-Admin flags and modes
  • Unlock password-protected chests

This permission node is effectively the same as the following permission nodes combined:
  • lwc.create.∗
  • lwc.modify
  • lwc.unlock
  • lwc.info
  • lwc.remove
  • lwc.flag.∗
  • lwc.autoprotect
lwc.admin Gives the player absolute access to LWC. It gives them destructive powers along with the ability to view and remove any protection at will. The player can essentially delete every protection if they are not careful with one command. They also have access to any command under /lwc admin
lwc.deny Prevents players with this node from interacting with anything LWC can protect. For example, from opening or destroying protected and unprotected chests, furnaces, etc if protectable.
lwc.mod Allows the player to open any LWC protection, but does not give them destructive powers such as being able to remove a protection or access to /lwc admin
lwc.shownotices Shows protection notices to the player. For example, when they click on a protection they can access, they will see Notice: This XXXX is protected by YYY. This is mainly useful for administrative roles so that you know that a chest you opened is protected by LWC and who it is protected by.

Advanced permissions

Node Description
lwc.admin.remove Allows the player to remove any protection using /remove or simply destroying the block normally.
lwc.admin.command Aside from lwc.admin.remove, any other lwc.admin permission only gives the command from /lwc admin.
For example, lwc.admin.cleanup will give the player access to just /lwc admin cleanup

Others permissions

Node Description
lwc.flag.* or lwc.allflags Gives you access to every usable flag.
  • lwc.flag.redstone
  • lwc.flag.magnet
  • lwc.flag.autoclose
  • lwc.flag.allowexplosions
lwc.mode.* or lwc.allmodes Gives you access to every usable mode, provided that they are enabled in the config.
  • lwc.mode.persist
  • lwc.mode.droptransfer
  • lwc.mode.nospam
lwc.autoprotect Gives you access to creating automatic protections, provided they are set to auto register in the config.
Clone this wiki locally