Add Compatibility with a plugin
Make Oraxen compatible with other plugins directly from the oraxen source code
How does it work?
First Step: create a compatibility class
You need to create a class that extends
and put the codes which add support for the plugin in the class you created.
Second Step: add the compatibility class to Oraxen
Use
to add the class to Oraxen.
Example
I'll use MythicMobs for this example.
First Step: create a compatibility class
Second Step: add the compatibility class to Oraxen
Last updated