Added armorColor support for menu/custom items. Just add 'armor_color' to the item configuration. Just HEX colors. Added new action: '[holdsitem]' which requires a player to hold any item. This also supports material names and custom items as option ([holdsitem=ci-item], [holdsitem=DIAMOND]). Added new action: '[rename]' which renames the player's current item in hand. Added the ability to customize potion items: 'potion_type', 'potion_color' (HEX, 1.11+), 'potion_extended', 'potion_upgraded'. Added a new config option: 'center_message_pixels' which allows you to change the number of pixels the [center] action is centering a message in. Fixed items with the option 'DISABLE_DROP' still dropping when a player dies. Fixed players still being able to swap hands when 'DISABLE_INVENTORY_MOVING' was added to an item. Fixed the [center] that centers [message] actions not centering right if a lot of color codes were used in the string. Changed the action handler to be quicker.