Minor bug fixes with bows
This version fixes a strange bug that would occur if "shootable" was set to true on a bow. You weren't supposed to be able to set "shootable" to true on a bow, so CustomItems flipped out.
Minor bug fixes
This version fixes some minor bugs with actions that damage native MC items, as well as certain block triggers interacting with the player's inventory (for example, the "damageItemUsed" action in the "blockBreak" handler)
Bug fixes with ifPlayerHasItem and ifTargetHasItem
Bug fixes with ifSneaking, ifFlying, ifSwimming, and ifCrawling
This version makes some minor bug fixes with ifSneaking, ifFlying, ifSwimming, and ifCrawling
Minor bug fixes with throwable items
This version brings some minor bug fixes with projectile handlers for throwable items like eggs, snowballs, and ender pearls
New format for conditions
This version adds a new format for doing conditions, and also makes conditions way more powerful:
if:
playerHasPermission: "myPermission"
targetHasPermission: "myPermission"
if:
playerHasPermission: "anotherPermission"
targetHasPermission: "anotherPermission"
combine: AND
combine: OR
action: sendMessage
message: "Either the you or the target has the permission 'cui.action.myPermission', or, you both have the permission 'cui.action.anotherPermission'. Conditions are fun!"
Of course, you can still use the old version of conditions, if you'd like.
Beta
New conditions format!
This version adds a new format for doing conditions, and also makes conditions way more powerful:
if:
playerHasPermission: "myPermission"
targetHasPermission: "myPermission"
if:
playerHasPermission: "anotherPermission"
targetHasPermission: "anotherPermission"
combine: AND
combine: OR
action: sendMessage
message: "Either the you or the target has the permission 'cui.action.myPermission', or, you both have the permission 'cui.action.anotherPermission'. Conditions are fun!"
New targetSpawnParticle action
This version adds a new "targetSpawnParticle" action, which is formatted exactly like the "playerSpawnParticle" action!
Minor bug fixes
This version fixes a few bugs that could sometimes cause errors to show up in the console
Fixed occasional console spam
This version fixes a bug that sometimes caused CustomItems to spam meaningless stack traces to the console for some users
Fixed bug with message sent when trying to place unplaceable items
New conditions for checking a target's permission
This version adds four new conditions: ifTargetHasPermission, ifTargetHasPermissionRaw, ifTargetNotHasPermission, ifTargetNotHasPermissionRaw. They function exactly like their respective conditions for players, but are checked against the targeted entity
Snapshot
Minor bug fixes with previous snapshot
Snapshot
New API actions
This version adds new API actions for breaking blocks, as well as getting the drops from broken blocks.
New "set all" option in /cui create GUI
You can now use "set all" when setting the item in the /cui create GUI to set all of the CustomItem's information to the item in your hand, including lore and the item display name (using only "set" does not set the lore or display name)
Bug fixes with block actions
This version brings some very minor bug fixes with block actions that could have been introduced in version 3.7.22
Bug fixes with ifCrop condition
This version makes some bug fixed with the ifCrop condition, and makes it work on versions older than MC 1.12
Snapshot
More bug fixes with crafting recipes
This version makes some more bug fixes with recipes (especially shaped ones that can be mirrored!)
Snapshot
Minor bug fixes with crafting
This version makes some minor bug fixes with crafting