Click Through
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: folia paper purpur
标签: game-mechanics storage utility
ClickThrough – Sign & ItemFrame Click-Through Plugin
ClickThrough lets players click through signs and item frames (just like the ClickThrough mod), with sneak-bypass and hot-reload support via /clickthrough reload.
Join our Discord — discover other cool plugins, suggest new features, or get help with configurations.
Features ✨
-
Sign Click-Through
Allows clicks to pass through signs. -
ItemFrame Click-Through
Let clicks go through item frames. -
Sneak Bypass
Hold shift to interact normally with signs and item frames. -
Hot Reload
Reload the plugin config on-the-fly with/clickthrough reload.
Main config (config.yml) ⚙️
config.yml
```yaml
# Join our discord - https://discord.gg/YGzA4UxzFB you can find other cool plugins there.
# Permissions
# "clickThrough.reload" - permission required to use "/clickthrough reload" command
sign:
doClickThrough: true
# if player is sneaking, do not click through
# recommended true, otherwise player can't change sign text
ignoreWhenPlayerSneaking: true
itemFrame:
doClickThrough: true
# if player is sneaking, do not click through
# recommended true, otherwise player can't change item in ItemFrame
ignoreWhenPlayerSneaking: true
# if true, click through only if itemFrame has item
requiredItemInFrame: true
# supports MiniMessage
noPermissionToReload: "✘ You don't have permission to reload Config!"
configReloaded: "✔ Config reloaded!"
````
Permissions ?
| Permission Node | Description |
|---|---|
clickThrough.reload |
Allows reloading the plugin config |
Commands ?
| Command | Description |
|---|---|
/clickthrough reload |
Reload the plugin configuration |
请登录后举报
暂无评论,抢个沙发吧~