
Custom Items 5.0
IN-GAME GUI ITEM+RECIPE DESIGNER | Make any item/block you imagine, without mods or replacing items!
3.6.10
Oct 10, 2020
3.6.10
Oct 10, 2020
Hex color code support!
This version adds support for hex color codes like aaff for 1.16 everywhere in CustomItems!
3.6.9
Oct 9, 2020
New health placeholders
This version adds three new placeholders — {target.health}, {target.maxHealth}, and {player.maxHealth}.
({player.health} already existed in previous versions)
({player.health} already existed in previous versions)
3.6.8
Oct 4, 2020
Bug fixes with commands
This version makes some minor bug fixes with the help command
3.6.7
Oct 2, 2020
Minor bug fixes
This version fixes a minor bug with custom projectiles that could sometimes cause a (harmless) error to be printed to the console
3.6.6
Sep 23, 2020
/cui take command
This version adds a the new /cui take command! To use it, just type /cui take [amount]. The permission to use the command is customitems.take
3.6.5
Sep 20, 2020
Improvements with Skript
This version brings a few minor improvements with Skript, including fixing a bug with checking the CustomItem block type.
3.6.4
Sep 19, 2020
Prevent console output
You can now prevent console output for the "consoleRunCommands" action by setting "silenceOutput" to true
action: consoleRunCommands
silenceOutput: true
commands:
- "say Hello, world!"
3.6.2
Sep 12, 2020
Bug fixes with item creation GUI
This version fixes a few minor bugs with the item creation GUI, including one that sometimes caused enchantments and "glowing" to not be saved correctly for some users
3.6.1
Sep 11, 2020
Minor improvements to JSON API
This version makes some minor improvements to CustomItem's JSON API
3.6
Sep 10, 2020
New Block Storage Format!
This version brings a new and (very) improved block storage format to CustomItems! If you aren't storing block yet, change "blockStorageFormat" to "CustomItems" in your config.yml. If you're already storing blocks, hang tight! The migrate command will support the new format soon!
3.5.4
Sep 8, 2020
Improvements for material matching for older versions of MC
This version makes some minor improvements to the matching of Minecraft materials by their name
3.5.3
Sep 7, 2020
Minor variable & crafting improvements
This version makes a few minor improvements with the ifVariable condition, as well as some improvements for the default block drops
3.5.3-SNAPSHOT2
Sep 6, 2020
Snapshot
Improvements or crafting on Minecraft 1.8
This version brings some Improvements for crafting with Minecraft 1.8
3.5.3-SNAPSHOT1
Sep 6, 2020
Snapshot
Minor Variable & Block improvements
This version makes a few minor improvements with the ifVariable condition, as well as some improvements for the default block drops
3.5.2
Sep 6, 2020
Bug fixes with startup messages
This version fixes a few minor bugs with the startup messages
3.5.1
Sep 4, 2020
Bug fixes for {global.placeholders}
This version makes some bug fixes with global placeholders like {global.myGlobalName}