Setting up a project
How to register your plugin with the Fluid API.
Registering the plugin
In order for the Fluid API to recognise your plugin, you will need to register it before you call any fluid methods. This is best suited in the onEnable() method of your class which extends from the JavaPlugin class.
Note: If you don't register your plugin, the API will not know where to look and will result in errors.
Last updated
Was this helpful?