This plugin makes it so right clicking signs or itemframes which are attached to chests will open the chest. This allows people to label their storage with itemframes without needing to click around it.
Permissions clickthrough.use - Allows a player to use the functionality. Without this node, the plugin does nothing.
Functionality To bypass the plugin when clicking, hold shift. The plugin will also not interfere if you are trying to dye or glow a sign.
Default Config
Code (YAML):
# The blocks which the plugin will look for behind item frames and signs. # Use values from https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html # Only items which have an actual inventory (such as chests and barrels) may be used, # except CRAFTING_TABLE, which may also be used. # Having SHULKER_BOX in this list allows for any color of shulker box. containers: - CHEST
- TRAPPED_CHEST
- BARREL
# Whether to automatically check for updates periodically check-for-updates: true