Changes
  • GadgetsMenu will now prevent players from accessing the CMI Armorstand Editor for GadgetsMenu armorstands.
  • Add an option to disable the usage of Gadget/Suit/Morph if the player do not have the permission to break blocks. (This is useful when your server is Faction/Survival mode and you do not want players to activate cosmetic in claimed land)
    • This setting can be found in gadgets.yml, suits.yml or morphs.yml file.
    • Code (YAML):
      Settings:
      Disable-Usage-If-Cannot-Break-Block: false
  • Add a new setting to configure the location of the Mystery Vault animation mini block.
    • Can be found in mystery boxes/animations.yml
    • Code (YAML):
      Mini-Block:
      Material: ENDER_CHEST
      Location-Offset:
      X: 0.5
      Y: -0.4
      Z: 0.5
      Location-Increment:
      Y: 0.05
Changes
  • Add an option for player to reset their pet name. (/gmenu namepet --reset) [Require gadgetsmenu.commands.namepet.attr permission]
  • Fixed some minor bugs which can cause memory leaks.
Changes
Add 1.20.2 support.
Add 3 more placeholders to display the pet happiness status and the number of pet items currently owned by the player. (%gadgetsmenu_current_pet_attribute_happiness%, %gadgetsmenu_pet_attribute_happiness_<type>%, %gadgetsmenu_pet_items_<pet_item>%)
Changes
  • Player can now move the menu item in Creative mode. (Previously only non-Creative mode can move the menu item)
  • Fixed an issue where players were receiving duplicate cooldown messages when attempting to activate gadget.
Changes
  • Fixed an InvocationTargetException error when player equip suit.
  • Fixed an issue where player can right-click the Elytra to replace the equipped hat/suit pieces/banner/emote.
  • Fixed an issue where pet and miniature is no longer follow the owner when the owner teleported to another location.
  • Fixed an issue where pet not working in 1.20.1 server due to the upstream API changes.
Changes
  • Fixed custom model data not working for colorable material. (Leather Armors)
  • Fixed particle effects still exists when the player is kicked.
Changes
  • Add Camel & Sniffer pets. (Total 4 pets, 2 baby and 2 adult)
  • Fixed an issue where Horse & Llama pet's variant not updating according to the selected color in 1.20 server.
  • Fixed an issue where Slime & Magma Cube pet not resize properly in server 1.19.x & 1.20.
  • Fixed an issue where player can right-click the armor item to replace the equipped hat/suit pieces/banner/emote.
  • Fixed an NoSuchMethodError error when unequip Bumblebee suit in server...
Changes
  • Add custom model data support for colored leather armor material.
    • (Format: [custommodeldata]:<material>:<modeldata>:<Hex Color Code>)
    • (Example: 'custommodeldata:LEATHER_HELMET:123456:#FF0000')
  • Fixed an issue where DecentHolograms's holograms are flicking when player is riding pet in server version 1.8.x.
Changes
  • Fixed an error when using the Paintball Gun Gadget in 1.19 server.
Changes
  • Add 1.20.1 support.
  • Fixed some minor bugs.
Back
Top Bottom