How to compile / buy / get Panilla
I'm trying to compile it but i cant, i think im a dum dum.
is there any other way to get panilla now? where can i buy it, since the spigot page already block any payment

3 Replies
or someone know the dev(s) of Panilla, could u tell him/her/them to just open the plugin again for purchase. i lost my sanity just trying to compile this plugin
Compiling
In order for you to compile Panilla, you will need to use BuildTools, by SpigotMC, and build each version of CraftBukkit which is supported by Panilla.
When you run BuildTools, it will add the dependencies required (CraftBukkit/Bukkit) to your local Maven repository.
From there, you can compile the project with
./gradlew build
. The output plugin jars file will located in the target/
directory.
Java 17 is required to build Panilla.