Data classes are your way to go when you want to store information, but they have been very tedious to create, but you can easily avoid that!
Tag: Java
How to create your first Minecraft plugin using the Spigot API and Maven
Learn how to create your first Minecraft plugin for Bukkit/Spigot!
Obfuscate plugins using allatori
Maven can easily run allatori to obfuscate your .jar files when packaging them. If you haven’t bought allatori, you can also use their demo version available on their website. It’s also helpful to read their documentation. Simply create a new folder in your project’s base directory, called allatori, and move the allatori.jar and allatori-annotations.jar from…