From 3ea9e21dbfc01ce999d32aafc4e9e838f9529ba4 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Fri, 7 Sep 2018 19:50:34 -0400 Subject: [PATCH] Updated SubAPI (markdown) --- SubAPI.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/SubAPI.md b/SubAPI.md index 0925379..4ee320d 100644 --- a/SubAPI.md +++ b/SubAPI.md @@ -97,14 +97,6 @@ This will show how to use SubAPI for SubServers.Host. For more detailed informat ### Creating your plugin To use SubAPI here, you must create a SubPlugin. This section will detail how this is done, step by step. -__package.xml:__
-On the root of your jar you must have a file named package.xml or SubAPI won't be able to find your plugin. You can specify multiple main classes by adding multiple `` elements. -``` - - path.to.your.main.plugin.class - -``` - __Plugin Main Class:__
Moving on, now you have to create a main class. This class will be added as a Listener automatically. ```