PluginMIT
Invisible Frames New
Simple invisible frames for your server
12
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About Invisible Frames New
🖼️ InvisibleFramesNew
Simple invisible frames for your server 1.21.11+
✨ Description
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.
🚀 Features
- No need to craft special items or potions
- Simply Shift-right-click the frame
- An invisible frame can be "locked" (the item cannot be broken or dropped until it becomes visible again).
- Full support for Folia (Regionized Multithreading).
- Prevent certain items (such as diamonds or rare resources) from becoming invisible.
🎮 How to use?
- Place the frame and place the item in it.
- Hold Shift
- Right-click the frame.
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.
⚙️ Commands and Permissions
| Command | Description | Permission |
|---|---|---|
| - | Toggle visibility (Shift+RMB) | invisibleframes.toggle |
/ifreload |
Reload configuration | invisibleframes.reload |
📄 Configuration (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"```