alumina
A powerful and modern plugin library to streamline the process of developing Minecraft plugins!
Last updated
Was this helpful?
A powerful and modern plugin library to streamline the process of developing Minecraft plugins!
Last updated
Was this helpful?
This wiki is currently in development and may not have all up-to-date documentation.
JavaDocs:
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 .