Addons to use in your server to get cosmetics.
/menu - Open a main menu to see a Trails/Cosmetic/Gadgets/Pets menus
/developer - You can see the credits
Spigot 1.8.9
Spigot 1.7.10 (if you not want use 1.8.9 versions)
Lombok
If you want add more gadgets or trails look the code and copy the example
This code have got a bad menu api if you want use this plugin remove menu api and use a bukkit inventory
This plugins is make to learns more, you can fork to make new trails or optimize the code
This is relative, you can edit all permissions in enums (Trails.java, Gadgets.java).
Gadgets:
PEARLS("PEARLS", "gadgets.pearls")
SNOW_PEARLS("SNOW_PEARLS", "gadgets.snowball")
LITGTH_STRIKE("LIGTH_STRIKE", "gadgets.ligthstrike")
Trails:
FIRE("FIRE", Effect.FLAME, "trails.flame")
NOTE("NOTE", Effect.NOTE, "trails.note")
HEART("HEART", Effect.HEART, "trails.heart")
CRITIC("CRITIC", Effect.CRIT, "trails.critic")
SMOKE("HEART", Effect.SMOKE, "trails.smoke")
FIREWORKS_SPARK("FIREWORKS_SPARK", Effect.FIREWORKS_SPARK, "trails.fireworks"

