connection-lost / LockettePro

LockettePro - A much better Lockette plugin for Bukkit [1.8 - 1.12]
42 stars 59 forks source link

Ditch PlayerInteractEvent and use BlockPlaceEvent all the way #47

Closed connection-lost closed 7 years ago

connection-lost commented 7 years ago

Inspired from issue #46

It is currently possible to ditch PlayerInteractEvent in quick-lock and use BlockPlaceEvent + ProtocolLib to deny sign editor to pop up. The potential gain is remove all unnecessary permission check and increase compatibility with block loggers.

connection-lost commented 7 years ago

Not possible at this moment. Right click a chest with sign no longer make the placing sign attempt.