-
Notifications
You must be signed in to change notification settings - Fork 3
Protection
Brian Ronald edited this page May 14, 2014
·
2 revisions
Since StickyLocks doesn't try to protect your locked items from being destroyed by other players, it's important that some other plugin is used to protect against grief. A locked chest or door is completely vulnerable to somebody with an axe!
StickyLocks features a heuristic method of determining whether a block can be claimed for locking by a player. It pretends to break that block, and tracks the event. If anything cancels the event, the block is protected, and it refuses to allow the claim. Otherwise, it cancels the fake break event and allows the claim.