Skip to content

Special Features

Frank Wu edited this page Aug 11, 2016 · 15 revisions

Plugin Compatibility

For all compatible plugins, players will not be able to lock the block unless he is authorized to build at that position.

Timer Feature

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.

Permission Group Support

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.

"*" Feature and "-" Feature in Materials

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"

Clone this wiki locally