Simple invisible frames for your server
Simple invisible frames for your server 1.21.11+
InvisibleFramesNew is a lightweight and optimized plugin created specifically for servers running the Folia (and Paper) core. It allows players to make item frames invisible without using commands, crafting, or complex menus.
To return the frame, repeat the action: Shift + RMB.
Note: If the
lock-frame: trueoption is enabled in the config, an invisible frame cannot be broken or items cannot be dropped from it until you make it visible again.
| Command | Description | Permission |
|---|---|---|
| - | Toggle visibility (Shift+RMB) | invisibleframes.toggle |
/ifreload |
Reload configuration | invisibleframes.reload |
config.yml)You can customize the plugin to suit your server's needs:
# Whether to lock the frame when invisible (prevents destruction and item drops)
# Recommended: true for survival servers
lock-frame: true
# Allow EMPTY frames to be invisible?
# false = The frame must contain an item to be invisible
toggle-empty: false
# List of items that cannot be hidden in frames
# Use Minecraft item IDs
blacklisted-items: []
# - "minecraft:diamond_block"
# - "minecraft:beacon"```