[4.4.0] Miniatures, Anti lag system & Save unlocked cosmetic items in MySQL/File [New Year Update]
Why Premium: GadgetsMenu has developed 3 years since the first release in 2015. It takes time and effort to develop a cosmetics plugin as to offers the features you want. Tons of the features/cosmetics has been added into the plugin till now. Our team(one people) spent hours per day to develop new features to benefit you. Therefore, in order to maintain our daily expenses we need to turn into Premium to provide better features. For our premium buyers, you're able to download the latest version of GadgetsMenu which is GadgetsMenu [Premium].
New cosmetic Items:
Miniatures has been added!
Added 22 Miniatures.
Added 48 Hats.
Added 4 Animated Hats.
Added 7 Banners.
Added 1 Cloak.
Main Changes:
Reached to 2MB!
Anti lag system has been added into plugin. Unequip online players cosmetics and disable the usage of cosmetics if server is running on low TPS. (Can be modify in config)
Cosmetics can now disable in certain regions.(Required WorldGuard)
Unlocked cosmetic items data will now be saved in MySQL/File instead of 3rd permission plugin. (Highly recommended you all use MySQL to store data)
Miniatures placeholder has been added.
New commands has been added. (/gmenu addperm, /gmenu removeperm & /gmenu status)
Minor Changes:
Added an option to change the default value of Mystery Vault Animation.
Each quality of Mystery Box has its own no permission message now.
The display name of exploding sheep can now be changed.
The name of gadget categories GUI name can now be changed in gadgets file.
The name of pet categories GUI name can now be changed in gadgets file.
The name of suit categories GUI name can now be changed in gadgets file.
You can now modify the main menu layout.
"Available Mystery Boxes" Hologram display nothing when player is opening Mystery Box.
{PREFIX} is now able to use in all messages including lore.
Fixed Bugs:
Fixed ISSUES-593 - Player get kicked for invalid move packet while using Pocket Beach Gadget.
Fixed ISSUES-636 - Players can pass the world border with Spooderman suit.
Fixed bug - Selected cosmetics doesn't re-equip automatically after player respawn in some cases.
Fixed bug - Occur NoSuchMethorError while using the latest build of 1.13.2 spigot.
Fixed some minor bugs.
Removed Features:
Auto update has been dropped. You need to update GadgetsMenu plugin manually.
New cosmetic Items
26 Rainbow Alphabets Hat
12 Constellation Hat
Gold Block Hat
Diamond Block Hat
Neutral Hat
Fall In Love Hat
China Hat
Nurse Hat
Cool Doge Hat
Skull Hat
Pumpkin Hat
Pacman Hat
Traffic Light Animated Hat
Joe The Penguin Animated Hat
Comet The Reindeer Animated Hat
Broken TV Animated Hat
New commands /gmenu addperm <cosmetic> <type> <player> Give player’s permission to access cosmetic items.
/gmenu removeperm <cosmetic> <type> <player> Remove the permission to access cosmetic item from a player.
/gmenu status <player> Check player’s data.
config.yml
Code (Text):
# Anti Lag System.
# Activate these actions if server TPS is below the minimum TPS.
Anti-Lag:
Enabled: false
Minimum-TPS: 17
Action:
# Unequip online players cosmetics.
Clear-Cosmetics: true
# Disable the usage of cosmetics.
Disable-Usage: true
# Player does not allow to use cosmetics in these regions. (Required WorldGuard installed)
Blacklisted-Regions:
- region1
- region2
- region3