Changes
 
 
 - Add Custom Miniatures. (Configuration)
- Add PlaceholderAPI support in GadgetsMenu configuration messages. (Beta) [For more details, see the section below]
- Now you can configure different name and material for each General Mystery Box & Gifted Mystery Box.
- Fixed ISSUES-948 - Fixed an issue where Paintball Gun Gadget blacklist setting not working for some materials.
- Fixed an issue that could cause server tps to drop.
- Fixed GadgetsMenu reload command not working in paper 1.19.3 latest version.
PlaceholderAPI support You can now use PAPI placeholder in GadgetsMenu configuration files. However, currently not all text messages in GadgetsMenu file allow placeholders. 
 
 
Cosmetic Item
 Take an example of a cosmetic item, you can only apply placeholders in lore messages, but not the item display name.
 
 
 
  Code (YAML):
 
 
 
  Superhero:
  
     Name
  : '&6Superhero Cloak'  <-- Does not support placeholders
  
     Material
  : RED_DYE
  
     Mystery Dust
  : 65
  
     Rarity
  : Legendary
  
     Enabled
  : true
  
     CanBeFound
  : true
  
     Purchasable
  : true
  
     Lore
  :    <-- Support placeholders
  
       Locked
  :
        - '&7Straight from the comic'
  
       - '&7books comes that signature'
  
       - '&7red cloak!'
  
       Unlocked
  :
        - '&7Straight from the comic'
  
       - '&7books comes that signature'
  
       - '&7red cloak!'
 
 
 
 
Messages
 All messages in 
messages.yml file support PAPI placeholders.
 
 
 
  Code (YAML):
 
 
 
  Received-MysteryDust
  : '
  {PREFIX
  }&eYou''ve received &b
  {MYSTERY_DUST
  } &emystery dust
  
   from &b
  %vault_prefix% %player_displayname%&e.'
 
 
 
 
 If you found some parts that you need to use placeholders, but it is not supported yet, you can discuss with us in our 
discord server. We will consider add placeholder support for it in the future update.