Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last week
Updated 2 days ago
ZInvisItemFrames
Allow players to craft and place invisible item frames. Folia-compatible invisible item frame plugin.
Features
- Craft invisible item frames
- Customizable crafting recipe. (Can choose ANY ITEM for the recipe)
- Empty invisible frames can have a glowing outline (configurable)
- MiniMessage support for all text formatting
Compatibility
- Paper 1.20.1 -> 1.21.4
- Folia-compatible
- Java 17+
Dependencies
Crafting Recipe
The default crafting recipe is 8 item_frame (or glow_item_frame) in a circle with one custom item in the middle.
You can change the middle-item with /ziif item
.
You can also configure how many invisible item frames are crafted from the recipe.
Commands
/ziif help
- Show help information/ziif item
- Set the recipe item to the item in your hand/ziif reload
- Reload the configuration/ziif give <player> <amount> [--glow]
- Give invisible item frames to a player
Permissions
zinvisitemframes.craft.item_frame
- Allow crafting invisible item frameszinvisitemframes.craft.glow_item_frame
- Allow crafting invisible glow item frameszinvisitemframes.place.item_frame
- Allow placing invisible item frameszinvisitemframes.place.glow_item_frame
- Allow placing invisible glow item frameszinvisitemframes.admin
- Access to all plugin commands
Installation
- Download the latest version of ZInvisItemFrames from Modrinth.
- Download the appropriate version of MCKotlin from Modrinth
- Place the downloaded
.jar
files into your server'splugins/
folder. - Restart your server.
- Configure the plugin to your liking by editing the
.yml
files in theplugins/ZInvisItemFrames/
folder.
Configuration
recipe:
item: [] # Set with `/ziif item` command
quantity: 8 # How many frames are crafted per recipe
check-permission: # Whether to check permissions for crafting/placing invis frames
craft: false
place: false
empty-frame:
glow: true # Whether empty frames should glow
visible: true # Whether empty invis frames should be visible
name:
invisible_item_frame: "<italic>Invisible Item Frame"
invisible_glow_item_frame: "<italic>Invisible Glow Item Frame"