mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 10:15:52 +01:00
Updated SubAPI (markdown)
parent
4c01228753
commit
0be12534ec
@ -87,7 +87,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.
|
||||
|
||||
__package.xml:__<br>
|
||||
On the root of your jar you must have a file named package.yml or SubAPI won't be able to find your plugin. You can specify multiple main classes by adding multiple `<class>` elements.
|
||||
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 `<class>` elements.
|
||||
```
|
||||
<package>
|
||||
<class>path.to.your.main.plugin.class</class>
|
||||
|
Loading…
Reference in New Issue
Block a user