Displays items as item display entities instead of on maps
Will only work on 1.19.4+
Will be the new default
Can be changed in config
If you notice any bugs or are experiencing any issues please join
my Discord server and create a ticket - I will be happy to assist you.
If you're updating from a previous version and want to change the render style you will need to update the config yourself. I've pasted the new default config below for reference.
# Choose between DISPLAY and MAP # The traditional pre-display-entity render style is MAP # The more modern post-display-entity render style is DISPLAY rendering: "DISPLAY"
# 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. # Will not affect DISPLAY rendering adjust-hitbox: false
# If enabled, players will be able to access the crafting table # when interacting with the fake item frame. # Will not affect DISPLAY rendering enable-packet-listening: true
permission:
enable: false
perm: "my.cool.permission"
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"
If enabled the crafting inventory of players without the configured permission will not be visualized
If you're updating from a previous version and want to use the permission feature you need to add the permission section 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
permission:
enable: false
perm: "my.cool.permission"
Will move the frame's hitbox out of the way to allow players to access the crafting table from the top
Only works on 1.16.5
If you're updating from 1.0.0 and want to use the adjust-hitbox feature you need to add the adjust-hitbox 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