rutgerkok / BlockLocker

Protect chests, doors and other blocks in Minecraft from being opened using protection signs
https://www.spigotmc.org/resources/blocklocker.3268/
MIT License
69 stars 43 forks source link

API add more feature(Ideas) #137

Closed Kokored7214 closed 11 months ago

Kokored7214 commented 2 years ago

Hey author! Can you add some more feature to the blocklocker api? Here is what i wants(or maybe suggest):

rutgerkok commented 1 year ago

For the record, other plugins can also listen to the PlayerInteractEvent, and interact with BlockLocker through the normal event system.

Other alternatives might include granting the player the blocklocker.bypass permission node (this can be done from a plugin) or to hook into the group system of BlockLocker (see README file).