From e403e107fff3eb6eeecfbf1a774a4f7b62fef4a7 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Thu, 24 Aug 2017 16:33:07 -0400 Subject: [PATCH] Updated SubAPI (markdown) --- SubAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubAPI.md b/SubAPI.md index fb4abcb..175c8b4 100644 --- a/SubAPI.md +++ b/SubAPI.md @@ -127,4 +127,4 @@ So, what happens here is:
2. You're listening to `SubEnableEvent` and `SubDisableEvent` to enable and disable your plugin respectively.
### 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. \ No newline at end of file +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. \ No newline at end of file