API Hook-up
Easy to understand and use
Last updated
Was this helpful?
Easy to understand and use
Last updated
Was this helpful?
First you need to create a folder in the main path of your project and store the .jar file there.
Replace libs
with the name of the directory where the .jar file is stored and replace API.jar
with the name of the .jar file.
Replace libs
with the name of the directory where the .jar file is stored and replace API.jar
with the name of the .jar file.
To obtain the API class we make use of the service provided by Bukkit to register a class and retrieve it using #getRegistration
method.