
Custom Items 5.0
IN-GAME GUI ITEM+RECIPE DESIGNER | Make any item/block you imagine, without mods or replacing items!
2.17.8
May 6, 2020
Improvements for 1.12
2.17.7
May 1, 2020
Soulbound items
This version adds soulbound items, which are automatically returned to the user's inventory upon death. Two things are necessary to make something soulbound:
First, make the item soulbound in it's yml file by setting "soulbound" to true
Then, give the player permissions. To give them permission for a specific item, give them the permission customitems.soulbound.[myCustomItemIDHere]. To give them permission for an entire category, give them the permission customitems.soulbound.category.[myCustomItemCategoryHere].
Check out the wiki for more info: https://github.com/jojodmo/CustomItems/wiki/Permissions#customitemssoulbounditem
First, make the item soulbound in it's yml file by setting "soulbound" to true
name: myCoolItem
soulbound: true
item:
# item info...
Then, give the player permissions. To give them permission for a specific item, give them the permission customitems.soulbound.[myCustomItemIDHere]. To give them permission for an entire category, give them the permission customitems.soulbound.category.[myCustomItemCategoryHere].
Check out the wiki for more info: https://github.com/jojodmo/CustomItems/wiki/Permissions#customitemssoulbounditem
2.17.6
Apr 30, 2020
Support for Turkish, minor bug fixes
This version adds support for the Turkish language and brings some minor bug fixes with breaking custom blocks
2.17.5
Apr 30, 2020
give @a, and list <category>
This version makes some improvements to a some commands.
You can now use /cui give @a [amount] to give all players on the server [amount] of
The permission for this command is customitems.giveall instead of the normal customitems.give permission
This version also adds the /cui list command to directly open up the item list for a category
You can now use /cui give @a [amount] to give all players on the server [amount] of
The permission for this command is customitems.giveall instead of the normal customitems.give permission
This version also adds the /cui list command to directly open up the item list for a category
2.17.4
Apr 27, 2020
Improvements & Bug Fixes
This version brings some improvements for all versions, and makes some bug fixes for servers running 1.8
2.17.3
Apr 26, 2020
Block Storage Improvements
This version makes some bug fixes and improvements with block storage!
2.17.2
Apr 25, 2020
ifWeather and ifWorldTime conditions
This version adds new "ifWeather" and "ifWorldTime" conditions! Check out the wiki at https://github.com/jojodmo/CustomItems/wiki/Handlers-and-Actions for more info!
2.17.2
Apr 25, 2020
2.17.1
Apr 24, 2020
MC 1.12 Improvements
This version make some improvements for Minecraft 1.12 and below
2.17
Apr 22, 2020
Item subfolders!
Backed by popular demand, this version adds support for category folders in the items folder! You can now make subfolders within your CustomItems/items folder.
If you don't set "category" in the item yml file, then the item will be put into whatever category the folder is called. For example, if you have a bunch of item yml files in the "items/coolThings" folder, all of those items will be put in the "coolThings" folder, unless you set "category" in the yml file.
If you don't set "category" in the item yml file, then the item will be put into whatever category the folder is called. For example, if you have a bunch of item yml files in the "items/coolThings" folder, all of those items will be put in the "coolThings" folder, unless you set "category" in the yml file.
2.16.3
Apr 21, 2020
Improvements for "itemBreak"
This version makes some fixes for the "itemBreak" action for items with custom durability
2.16.2
Apr 21, 2020
Improvements for setBlockType
"setBlockType" now checks permission to build by default! To disable this, set "force" to "true"
2.16.1
Apr 21, 2020