Page: 1 ... 7 8 9 10 11

2.18 May 21, 2020
inPlayerInventory handler
This version adds a new "inPlayerInventory" handler, which can be used like the other looped handlers like inHand and wearing

2.17.14 May 20, 2020
/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"

2.17.13 May 15, 2020
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.

2.17.12 May 15, 2020
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

2.17.11 May 12, 2020
Enhanced for Polymart

2.17.10 May 8, 2020
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.

2.17.9 May 7, 2020
Improvements with PaperSpigot and Windows

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


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 <item> [amount] to give all players on the server [amount] of <item>
The permission for this command is customitems.giveall instead of the normal customitems.give permission

This version also adds the /cui list <category> 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.

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

Page: 1 ... 7 8 9 10 11