Updated SubAPI (markdown)

ME1312 2020-03-01 23:40:28 -05:00
parent 39c4746737
commit 30126692f1

@ -1,5 +1,11 @@
SubAPI is the way to access the server manager through custom plugins. This page goes over how get started using it.
> **Topics on This Page:**<br>
> [SubServers.Bungee](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersBungee)<br>
> [SubServers.Host](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersSync)<br>
> [SubServers.Sync](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersHost)<br>
> [SubServers.Client](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersClient)<br>
### SubAPI via Maven
You may want to use Maven to handle the SubAPI dependency for you. If so, here's the code you need to make it happen.
```xml