Pages: 1
Posted on 03-02-12, 04:42 pm
Banned for being a complete idiot.

Karma: 529
Posts: 747/987
Since: 07-09-11
What you need:
Craftbukkit
Lockette
Permissions (PermissionsBukkit or a permissions plugin that works with Lockette)

Steps:
1. Shutdown the server if it's already running
2. Make sure the following is set:
enable-protection-doors: true allow-admin-bypass: true enable-permissions: true

3. In your permissions config under the group default, set these permissions:
lockette.user.create.*: true lockette.admin.bypass: true

4. Whenever someone opens a door not claimed by them, a message will appear stating that person bypassed a door. To fix that, go to strings.yml in the Lockette config and change msg-admin-bypass's text to "". It will then look like this:
msg-admin-bypass: ""

Now whenever a person opens a door, a message won't show up. However, the server output will still show up.

And there you go! Now only Door timers work!
Pages: 1