-
Notifications
You must be signed in to change notification settings - Fork 0
Permissions
RedstoneFuture edited this page Jun 13, 2021
·
32 revisions
Note: All permissions and permission are define in the plugin.yml of LWCX. Additionally, some Wildcard are defined in this file too, so if you have permisison priorisation problems, check this file to validate it.
Full tutorial: here
| Node | Description | Default |
|---|---|---|
| protection info | lwc.info |
false |
| unlock | lwc.unlock |
false |
| remove | lwc.remove |
false |
Full tutorial: here
| Node | Description | Default |
|---|---|---|
| Private protection | lwc.create.private |
false |
| Public protection | lwc.create.public |
false |
| Password protection | lwc.create.password |
false |
| Donation protection | lwc.create.donation |
false |
| Display protection | lwc.create.display |
false |
lwc.autoprotect: Gives you access to creating automatic protections. (Default: false)
This is 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: privateFull tutorial: 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)
Full tutorial: 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)