Added packet listening feature (can be disabled in config)
If enabled, players will be able to access the crafting table when interacting with the fake item frame.
Enabled by default
Should support every protection plugin (let me know if it doesn't)
If you're updating from a previous version and want to configure this feature you need to add the enable-packet-listening field to the config yourself. I've pasted the new default config below for reference.
# Will move the frame's hitbox out of the way to allow players to # access the crafting table from the top. This will only work on # 1.16.5, unfortunately. adjust-hitbox: false
# If enabled, players will be able to access the crafting table # when interacting with the fake item frame. enable-packet-listening: true
permission:
enable: false
perm: "my.cool.permission"