Page: 1 ... 7 8 9 10 11

3.4.2 Aug 8, 2020
Bug Fixes with Entity Handlers
This version makes some bug fixes for handlers that involve entities, like hitMob, projectileHitMob, and hitPlayer

3.4.1 Aug 6, 2020
McMMO Trefeller Compatibility Improvements
This version improves the compatibility between CustomItems and McMMO's tree feller ability.

3.4 Jul 30, 2020
PlaceholderAPI Support
This version adds support for PlaceholderAPI anywhere that CustomItems {placeholders} are accepted!

3.3.3-pre1 SNAPSHOT Jul 27, 2020
Potential Improvements for 1.8

3.3.2 Jul 27, 2020
Support for ItemBridge 2.0
This version adds support for ItemBridge version 2.0

3.3.1 Jul 25, 2020
Shapeless Crafting Improvements
This version brings some crafting improvements for shapeless recipes, especially on MC 1.8

3.3 Jul 23, 2020
Particle Effect Action!
Backed by popular request, this version adds a new "playerSpawnParticle" action!

Check out the wiki for info on how to configure this in your item yml file: https://github.com/jojodmo/CustomItems/wiki/Handlers-and-Actions#playerSpawnParticle

Or, if you want, try adding this action to a new item:


handlers:
  rightClick:
    actions:
      -
        action: playerSpawnParticle
        particles:
          - name: EXPLOSION_HUGE
          - name: SMOKE_NORMAL
            amount: 20
            xSpread: 4
            ySpread: 4
            zSpread: 4
          - name: REDSTONE
            amount: 30
            xSpread: 10
            ySpread: 0
            zSpread: 10
            size: 4
            color: 0077ff

3.2.15 Jul 22, 2020
Improvements with anvils
This version brings a few minor improvements with anvils and anvilRepairItems

3.2.15-s1 SNAPSHOT Jul 21, 2020
Bug fixes with Anvils

3.2.14 Jul 21, 2020
Anvil Repair Items
You can now configure items to repair tools in anvils!

Check out https://github.com/jojodmo/CustomItems/wiki/Custom-Item-Reference#anvilRepairItems for more info

3.2.13 Jul 20, 2020
Bug fixes with runInterval and placeholders
This version brings some minor bug fixes with the runInterval option when dealing with multiple players, and also makes some bug fixes with variable placeholders like {variable.myVariable}

3.2.13-1 SNAPSHOT Jul 20, 2020
Bug fixes with runInterval

3.2.12 Jul 20, 2020
Improvements with custom durability (+ anvil support)
This version brings anvil support for repairing custom items (if you want to disable this, set "repairable": false in your item yml file).

This version also fixes a bug that sometimes caused items gotten with /cui give and /cui get to not show the durability bar correctly until they were used.

3.2.11 Jul 19, 2020
Bug fixes for /cui repair and MC 1.16
This version brings some minor bug fixes for the /cui repair command, which was sometimes causing it to not work, and also makes some improvements with smithing tables on Minecraft 1.16

3.2.11-SNAPSHOT1 SNAPSHOT Jul 18, 2020
Bug Fixes
This version fixes some bugs with /cui repair

3.2.10 Jul 18, 2020
Bug fixes with Inventory Conditions/Handlers
This version fixes a few bugs with armor conditions like "ifPlayerHeadIs" and "ifPlayerWearing", and also fixes a few bugs when trying to use Skript with inventory-related handlers like "inInventory".

3.2.9 Jul 15, 2020
Item Attribute and Action Improvements
This version makes some improvements with item attributes for Minecraft 1.16.1, and also makes some minor bug fixes with the "playerRunCommand" action

3.2.8 Jul 12, 2020
Placeholder Improvements
This version makes a few bug fixes and improvements with {placeholders}, especially cooldown placeholders

3.2.7 Jul 9, 2020
Bug fixes with textures
This version makes fixes a bug introduced in version 3.2.3 that would sometimes cause items to lose their custom textures.

3.2.6 Jul 8, 2020
New placeholders for cooldowns
This version adds three new placeholders for cooldowns. {cooldown.elapsed}, {cooldown.remaining}, and {cooldown.total}, all measured in ticks

So, if you want to turn it into seconds, you could do something like {cooldown.remaining / 20} to go to seconds, and then {{cooldown.remaining / 20} round 0} to get rid of decimal points.

Check out the wiki for more info!

3.2.5 Jul 7, 2020
Minor Improvements & Bug Fixes
This version makes some minor compatibility improvements between CustomItems and some crafting-related plugins, and also makes some bug fixes with the "destroyItemUsed" action

3.2.4 Jul 7, 2020
Improvements with crafting & some other things
This version makes some minor stability improvements with crafting, and also changes the behavior when CustomItems tries to store blocks in a world, but can't find the world.

3.2.4 SNAPSHOT Jul 6, 2020

3.2.4 SNAPSHOT Jul 6, 2020
Crafting & Block Storage Improvements
This version makes a few minor bug fixes for crafting and block storage

3.2.3 Jul 6, 2020
Improvements with NBT in item.yml files
This version makes some improvements to the way NBT is handled in item.yml files.

Along with fixing a few bugs, it also makes the /cui create command saves all item NBT into the item.yml file that's created.

This version also makes a few minor bug fixes with the /cui create command, including with a few options like "glow"

Page: 1 ... 7 8 9 10 11