New {time} placeholder
This version adds a new placeholder {time}, which is replaced with the current unix timestamp in seconds. This can be really useful to see how much time has passed between two things happening
handlers:
rightClick:
actions:
-
action: setVariable
name: "lastUsedTime"
value: "{time}"
-
action: sendMessage
message: "It's been {{time} - {variable.lastUsedTime}} seconds since you've used this item"
Bug fixes for 1.8 & 1.9
This version brings a few minor bug fixes to older versions with the new trigger editor in the /cui create GUI
Minor bug fixes with new GUI
This version makes a few minor bug fixes with the new item editing GUI
Minor bug fixes with custom block textures
Minor bug fixes with playerSetFlying
New "setPlayerFlying" action
You can now enable/disable flight with the "setPlayerFlying" action
action: setPlayerFlying
flying: true
Set the "fallDamage" parameter to false to make it so the player won't take fall damage when they stop flying (only the first time they take fall damage will be blocked — any fall damage after that will still be allowed)
action: setPlayerFlying
flying: false
fallDamage: false
Minor bug fixes with /cui list
This version fixes some minor bugs with /cui list if the item specified is invalid
Use placeholders in item amounts
This version makes it so you can use placeholders in item amounts
action: givePlayerItems
items:
"diamond": 1
"gold_ingot": "{player.level}"
"{global.third_item_to_give}": "{variable.third_item_amount_to_give + 1}"
NBT improvements for 1.17
This version brings some minor NBT improvements for 1.17
More minor 1.17 bug fixes
This version brings a few more minor bug fixes with NBT in 1.17
Bug fixes for 1.17
This version makes some minor bug fixes with NBT for 1.17
Minor improvements for 1.17
Built with 1.17
This version was built with MC 1.17
Bug fixes and improvements
- Bug fixes with playerRemoveItem action (3.9.9-SNAPSHOT)
- You can now use placeholders and item maps in more every action that uses items, like playerRemoveItem or targetGiveItem (3.9.8-SNAPSHOT2)
- This version makes a few minor improvements for 1.12 (3.9.8-SNAPSHOT)
- This version fixes a few minor bugs with certain recipes on 1.12 servers, and also fixes some minor issues with editing numbers from the in-game GUI (3.9.7-SNAPSHOT)
Minor improvements with number handling in the GUI
Snapshot
Bug fixes with playerRemoveItem action
This version fixes a minor bug that could sometimes cause crashes when the playerRemoveItem action was used to remove the same item that the player used in an interaction event
Snapshot
Use placeholders & item maps in more actions! (and some bug fixes)
You can now use placeholders and item maps in more every action that uses items, like playerRemoveItem or targetGiveItem
action: playerRemoveItem
item:
"magicStick": 7 # remove 7 magic sticks
"minecraft:DIAMOND": 1 # remove 1 diamond
"minecraft:DIRT": -1 # remove all dirt
This version also fixes some minor bugs with these actions when generated using the GUI
Snapshot
Minor improvements for 1.12
This version makes a few minor improvements for 1.12
Snapshot
More bug fixes
This version fixes a few minor bugs with certain recipes on 1.12 servers, and also fixes some minor issues with editing numbers from the in-game GUI