API
This area will explain how to hook into this plugin.
Last updated
This area will explain how to hook into this plugin.
Last updated
API Download: Link
Download the API jar above and add it into your IDE plugin project dependencies as "provided" so the jar does not compile with the API jar included.
Open your plugin.yml
in your project and add softdepend: [OneStopShop]
or depending on what type of plugin you're making add depend: [OneStopShop]
.
Now you're ready to get the plugin's methods, use the following: