GadgetsMenu [1.8 - 1.20.4] [Premium]

MC Plugin GadgetsMenu [1.8 - 1.20.4] [Premium] 5.16.2
More than 550+ cosmetic items! Animated Hats, Suits, Gadgets, Miniatures, Cloaks and many more.

Planned to drop support for 1.19.1, 1.19.2, 1.19.3 in the future update, but will still remain support for 1.19.4.

Changes

  • 1.20 support. (Beta)
  • Fixed MySQL/SQLite database failed to update data when using certain database version.
Changes
  • Fixed some of the config messages do not support PlaceholderAPI placeholders.
  • Fixed an issue where the player's location was out of sync between client & server side when riding a horse pet.
  • Fixed an issue where the knockback would activate without touching nearby players when using the Bat Launcher Gadget.
  • Fixed ISSUES-952 - Fixed Bat pet behaving incorrectly when the player was riding.
Changes
  • Add 1.19.4 support.
  • Fixed GadgetsMenu reload command not working in paper 1.19.3 latest version.
Changes
  • Introducing Player Action in main menu custom item to perform custom actions not present in commands.
  • Clicking on custom items will no longer close the player's inventory, unless you need to.
  • ISSUES-945 - Fixed an issue where Paintball Gun Gadget & Paint Trail Gadget can destroy Dripleaf.
  • Fixed some minor bugs.

Player Action (Custom Items)
  • Clicking main menu custom item will no longer close player's inventory by default. You can add this code PLAYER:CLOSE_INVENTORY in the commands section if you want to close player's inventory when they clicked on the item.
  • Currently only has 1 player action available, which is CLOSE_INVENTORY
YAML:
Custom-Items:
  Item-1:
    Name: '&eCustom Item 1'
    Material: BOOK
    Enabled: true
    Slot: 2
    Commands:
    - PLAYER:gmenu menu emotes
    - PLAYER:CLOSE_INVENTORY

[5.3.0] Custom items are now available in main menu, Configurable pet distance


Changes
  • You can now set the following distance and fixed distance of the pet in pets.yml file. Keep your privacy when you do something secret.
  • Custom items are now available in the main menu. When the player clicks on the item, custom commands will be executed as what you have setup in the file.
  • Fixed an issue where an error occurred when creating a Mystery Vault.
  • Remove "Slot-Layout" from mainmenu.yml file and replace with "Slot" in every main menu item.
Pet Distance
Code:
Chicken:
  Following-Distance: 2.0
  Fixed-Distance: 1.0
Main menu Custom Items
Code:
Custom-Items:
  # You can add as many custom items as you like.
  Item-1:
    Name: '&eCustom Item 1'
    Material: BOOK
    Enabled: true
    Slot: 4
    # Command Type: CONSOLE, PLAYER
    # CONSOLE: Command will be executed from console side.
    # PLAYER: Command will be executed from player side. Player need to have the permission in order to execute the command.
    # Placeholder: {PLAYER}
    Commands:
    - CONSOLE:say {PLAYER} is clicking Custom Item 1.
    - PLAYER:say I'm clicking Custom Item 1.
    Lore:
    - '&7This is the custom item lore.'
Changes
  • Fixed an issue where some particle effects were not able to spawn in 1.19.3 server.
  • Fixed an issue where pig zombie pet being set to the wrong entity type.
  • Fixed an issue that could cause server tps to drop.
Changes
  • Fixed an issue where an error would occur when player is interacting with entities in server below 1.19.
Changes
  • Fixed an issue where Bumblebee Suit ability would restart when player clicked a block while flying.
Changes
  • Fixed an error in the paper server when spawning entities.
  • Fixed an issue where the placeholder for the number of unlocked suits was showing the wrong value.
Changes
  • Add 1.19.2 support.
  • Updated bstats dependency version.
  • Fixed an issue where using Protocollib for mystery vault individual hologram will cause high server latency.
  • Fixed an issue where Kawarimi No Jutsu Gadget teleport player to the underground.
  • Fixed some minor bugs.
Top Bottom