alumina
A powerful and modern plugin library to streamline the process of developing Minecraft plugins!
This wiki is currently in development and may not have all up-to-date documentation.
Useful Resources
JavaDocs: https://jd.alumina.dev/
Adding alumina
Adding AluminaPlugin
AluminaPlugin
The AluminaPlugin
class, which extends JavaPlugin
, is a required class for alumina to function, as the library does some logic behind the scenes when the plugin starts.
When being used, the AluminaPlugin
class has three abstract methods that are required to be implemented, which is , , and .
Last updated
Was this helpful?