Hex color code support!
        This version adds support for hex color codes like aaff for 1.16 everywhere in CustomItems!
         
        
        
        New health placeholders
        This version adds three new placeholders — {target.health}, {target.maxHealth}, and {player.maxHealth}.
({player.health} already existed in previous versions)
         
        
        
        Bug fixes with commands
        This version makes some minor bug fixes with the help command
         
        
        
        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
         
        
        
        /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
         
        
        
        Improvements with Skript
        This version brings a few minor improvements with Skript, including fixing a bug with checking the CustomItem block type.
         
        
        
        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!"
 
         
        
        
        Built for 1.16.3
        This version of CustomItems was built against Minecraft 1.16.3
         
        
        
        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
         
        
        
        Minor improvements to JSON API
        This version makes some minor improvements to CustomItem's JSON API
         
        
        
        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!
         
        
        
        Improvements for material matching for older versions of MC
        This version makes some minor improvements to the matching of Minecraft materials by their name
         
        
        
        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
         
        
        
            
                          Snapshot
            
        Improvements or crafting on Minecraft 1.8
        This version brings some Improvements for crafting with Minecraft 1.8
         
        
        
            
                          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
         
        
        
            
                          Beta
            
        /cui blockstorage dump
        This version adds /cui blockstorage dump
         
        
        
        Bug fixes with startup messages
        This version fixes a few minor bugs with the startup messages
         
        
        
        Bug fixes for {global.placeholders}
        This version makes some bug fixes with global placeholders like {global.myGlobalName}
         
        
        
            
                          Beta
            
        Speed Improvements for new block storage