-
Notifications
You must be signed in to change notification settings - Fork 0
Protection Flags
LWC has multiple protection flags which enhance similar block protections in very specific ways. You get the flag values of a block with the command /cinfo.
-
Permission:
lwc.flag.magnet
By default this flag will disable redstone mechanics on the protections. The default behavior you can configurate in the core.yml:
protections:
denyRedstone: trueThe redstone flag either disables or enables redstone use on the protection.
-
Command:
/lwc flag redstone <"true" or "false"> -
Permission:
lwc.flag.redstone
-
Permission:
lwc.flag.autoclose
By default, protected block get also destroy with explosions. With this flag you can prevent or allow the block destruction at explosions.
-
Command:
/lwc flag allowexplosions <"true" or "false"> -
Permission:
lwc.flag.allowexplosions
-
Permission:
lwc.flag.hopper
By default, hoppers can not interact with protections to prevent griefing. The default behavior you can configurate in the core.yml:
protections:
denyHoppers: trueThis flag sets the hopper behavior when they're built to insert / extract items from protected inventory blocks, such as chests.
Note: The "Hopperin" and "Hopperout" flag are childrends of the "Hopper" flag. Activate the behavior with a activation by one of them. Deactivate the behavior with a deactivation of the "Hopper" AND the "Hopperin" / "Hopperout" flag.
-
Command:
/lwc flag hopper <"true" or "false">
This flag sets the hopper behavior when they're built to insert items from protected inventory blocks, such as chests.
Note: This flag is a child of the "Hopper" flag. Activate the behavior with a activation by one of them. Deactivate the behavior with a deactivation of the "Hopper" AND the "Hopperin" flag.
-
Command:
/lwc flag hopperin <"true" or "false">
This flag sets the hopper behavior when they're built to extract items from protected inventory blocks, such as chests.
Note: This flag is a child of the "Hopper" flag. Activate the behavior with a activation by one of them. Deactivate the behavior with a deactivation of the "Hopper" AND the "Hopperout" flag.
-
Command:
/lwc flag hopperout <"true" or "false">
-
Permission:
lwc.flag.exemption