How to make an addon
Last updated
Was this helpful?
Last updated
Was this helpful?
This page is not complete, More will be added soon
For SimplePets addons you must use a minimum of Java 16 for your development environments
The SimplePets API module
BSLib [Optional]
For the sake of the example I will be using maven When developing an addon you need the SimplePets API You are able to get that 2 ways by either using the file on the Jenkins server or you could use Maven
This must NOT
be shaded, it WILL
throw an error when you try to test it.
Just a note: If you use BSLib it MUST be shaded into the jar file