-
Notifications
You must be signed in to change notification settings - Fork 59
Special Features
Frank Wu edited this page Aug 11, 2016
·
15 revisions
For all compatible plugins, players will not be able to lock the block unless he is authorized to build at that position.
Player can write a line [Timer:x] where x is an integer. When used on doors, the doors will close automatically after that amount of time. The timer message is configurable in config.yml.
If [Group] is used as a user line where Group is a permission group name, the access will be granted for the corresponding permission group.
On the lockable section in config.yml, you may use "*" to make all blocks lockable, and use "-" before a material to exempt it. The following example is all blocks lockable except stone:
lockables:
- "*"
- "-STONE"