Beta
Automatic Resource Pack Generator!
Improvements with custom blocks
This version makes a few minor improvements & bug fixes with custom blocks
Minor bug fixes
This version brings some minor bug fixes with the new /cui blockstorage verify command
Minor bug fixes
This version brings some minor bug fixes with the new /cui blockstorage verify command
ifMemberOfRegion condition
This version adds a new "ifMemberOfRegion" condition, which can be used to check whether or not a player is a member of the world guard region they're in. Like this:
ifMemberOfRegion: true
It also makes a minor change to how other WorldGuard actions are handled — now, instead of always being checked at the player's current location, WorldGuard conditions are checked at the block that the player interacted with, if there is one, and the player's location if there isn't one.
Improvements with Fallback Block Textures
This version brings some bug fixes and improvements with fallback block textures. Specifically, it fixed a bug that sometimes caused fallback block textures to not work for some users
Shift-Click for Crafting
This version adds support for shift-clicking in crafting, and also makes some bug fixes and speed improvements with all crafting mechanics!
inPlayerInventory handler
This version adds a new "inPlayerInventory" handler, which can be used like the other looped handlers like inHand and wearing
/cui repair
This version adds a new /cui repair command, which repairs the item in your main hand! The permission for the command is "customitems.repair"
Stability Improvements
This version brings some stability improvements for items with durability, stability improvements with the mending enchantment, and stability improvements with the behavior of items in the off hand.
This update is recommended for all users.
Improvements to /cui list
This version makes it so that categories are shown in /cui list even if they aren't configured in the inventories.yml file. It also make some stability improvements to the command
Set drops for native blocks
You can now set the drops for native Minecraft blocks! Just set "drops" under "block" in the item yml file.
Improvements with PaperSpigot and Windows