Updated SubAPI (markdown)

ME1312 2018-09-07 20:16:09 -04:00
parent 3ea9e21dbf
commit 81bd5cc342

@ -98,7 +98,7 @@ This will show how to use SubAPI for SubServers.Host. For more detailed informat
To use SubAPI here, you must create a SubPlugin. This section will detail how this is done, step by step.
__Plugin Main Class:__<br>
Moving on, now you have to create a main class. This class will be added as a Listener automatically.
Making your main class is pretty easy. It's even added as a Listener automatically.
```
import net.ME1312.SubServers.Host.API.Event.SubDisableEvent;
import net.ME1312.SubServers.Host.API.Event.SubEnableEvent;