From 81bd5cc3426820e0153884447c76d101e5164201 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 7 Sep 2018 20:16:09 -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 4ee320d..31d4195 100644 --- a/SubAPI.md +++ b/SubAPI.md @@ -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:__
-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;