Shapeless Crafting Improvements
        This version brings some crafting improvements for shapeless recipes, especially on MC 1.8
         
        
        
        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#playerSpawnParticleOr, 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
 
         
        
        
        Improvements with anvils
        This version brings a few minor improvements with anvils and anvilRepairItems
         
        
        
            
                          Snapshot
            
        Bug fixes with Anvils
        
         
        
        
        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
         
        
        
        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}
         
        
        
            
                          Snapshot
            
        Bug fixes with runInterval
        
         
        
        
        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.
         
        
        
        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
         
        
        
            
                          Snapshot
            
        Bug Fixes
        This version fixes some bugs with /cui repair
         
        
        
        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".
         
        
        
        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
         
        
        
            
                          Beta
            
        Potential MCMMO Tree feller fix
        
         
        
        
        Placeholder Improvements
        This version makes a few bug fixes and improvements with {placeholders}, especially cooldown placeholders
         
        
        
        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.
         
        
        
        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!
         
        
        
        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
         
        
        
        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.
         
        
        
        
            
                          Snapshot
            
        Crafting & Block Storage Improvements
        This version makes a few minor bug fixes for crafting and block storage