Updated SubAPI (markdown)

ME1312 2017-08-24 16:34:56 -04:00
parent e403e107ff
commit 8097018456

@ -85,7 +85,7 @@ this will show how to use SubAPI for SubServers.Sync and SubServers.Client since
[http://subservers.ME1312.net/Javadoc/SubServers.Client.Bukkit/](http://subservers.ME1312.net/Javadoc/SubServers.Client.Bukkit/)
### Using SubAPI for SubServers.Sync/SubServers.Client
Like bungee, SubAPI methods can be accessed using the method `SubAPI.getInstance()`, however for SubServers.Client most of the API is SubData packet based. This means you will have to create your own packets, or use the ones provided to you in the `Network.Packet` package. For more info on SubData [click here](https://github.com/ME1312/SubServers-2/wiki/SubData), to see what the JSON responses are for packets, [click here](https://github.com/ME1312/SubServers-2/tree/master/SubServers.Bungee/src/net/ME1312/SubServers/Bungee/Network/Packet).
Like SubServers.Bungee, SubAPI methods can be accessed using the method `SubAPI.getInstance()`, however here most of the API is SubData packet based. This means you will have to create your own packets, or use the ones provided to you in the `Network.Packet` package. For more info on SubData [click here](https://github.com/ME1312/SubServers-2/wiki/SubData), to see what the JSON responses are for packets, [click here](https://github.com/ME1312/SubServers-2/tree/master/SubServers.Bungee/src/net/ME1312/SubServers/Bungee/Network/Packet).
## SubServers.Host
This will show how to use SubAPI for SubServers.Host. For more detailed information visit this page:<br>