Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
ClickThrough Server
A server side implementation of the ClickThrough mod. Right-clicking a wall sign, item frame, glow item frame, or painting opens the container mounted directly behind it, completely compatible with vanilla clients.
It allows players to individually disable it, with the command
/clickthrough [enable|disable]
Behaviour
This is configurable per entity type in config/clickthrough-server/config.json
{
"version": 2,
"modes": {
"SIGNS": "NORMAL_WHEN_SNEAKING",
"ITEM_FRAMES": "NORMAL_WHEN_SNEAKING",
"GLOW_ITEM_FRAMES": "NORMAL_WHEN_SNEAKING",
"PAINTINGS": "NORMAL_WHEN_SNEAKING"
}
}
Each field accepts one of:
NORMAL- click-through disabled, vanilla behaviour.NORMAL_WHEN_SNEAKING- click-through by default, normal while sneaking.CLICKTHROUGH_WHEN_SNEAKING- normal by default, click-through while sneaking.


