Skip to content

Permissions

RedstoneFuture edited this page Jun 13, 2021 · 32 revisions

Note: All permissions and permission are define in the plugin.yml of LWCX.

Autoprotect

lwc.autoprotect: Gives you access to creating automatic protections, provided they are set to auto register in the core.yml.

Example: If a user place a chest and have the permission for autoprotect, it will instantly protect as "private".

    blocks:
        CHEST:
            enabled: true
            autoRegister: private

Protection Flags

Full tutorial about this feature: here

Node Description Default
Magnet flag lwc.flag.magnet false
Redstone flag lwc.flag.redstone false
Auto Close flag lwc.flag.autoclose false
Allow Explosions flag lwc.flag.allowexplosions false
Hopper, Hopperin and Hopperout flag lwc.flag.hopper false
Exemption flag lwc.flag.exemption false

lwc.allflags: Gives you access to every usable flag. (Default: false)

Player modes

Full tutorial about this feature: here

Node Description Default
Persist mode lwc.mode.persist false
Nolock mode lwc.mode.nolock false
Nospam mode lwc.mode.nospam false
Droptransfer mode lwc.mode.droptransfer false

lwc.allmodes: Gives you access to every usable mode, provided they are already disabled in the core.yml. (Default: false)

Clone this wiki locally