Updated SubAPI (markdown)

ME1312 2017-08-24 16:33:07 -04:00
parent c9c876b98d
commit e403e107ff

@ -127,4 +127,4 @@ So, what happens here is:<br>
2. You're listening to `SubEnableEvent` and `SubDisableEvent` to enable and disable your plugin respectively.<br>
### Using SubAPI for Hosts
Like the other editions, most of Base-API can be accessed through the method `SubAPI.getInstance()` or through events, however the SubServers part of the API of the code more closely resembles the API for [SubServers.Client](https://github.com/ME1312/SubServers-2/wiki/SubAPI#using-subapi-for-subserversclient) (being SubData packet based). Info about your plugin if needed can be retrieved through the events.
Like the other editions, most of Base-API can be accessed through the method `SubAPI.getInstance()` or through events, however the SubServers part of the API of the code more closely resembles the API for [SubServers.Client](#subserverssync--subserversclient) (being SubData packet based). Info about your plugin if needed can be retrieved through the events.