mirror of
https://github.com/ME1312/SubServers-2.git
synced 2025-02-16 19:51:26 +01:00
Updated SubAPI (markdown)
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>
|
||||
|
Loading…
Reference in New Issue
Block a user