diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8230d1d..364074c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -9,6 +9,12 @@ load: POSTWORLD author: Nukkit Project description: Example plugin showing the API website: https://github.com/Nukkit/ExamplePlugin +depend: + - SomeDepend1 + - SomeDepend2 +softdepend: + - SomeSoftDepend1 + - SomeSoftDepend2 commands: example: description: Example command @@ -17,4 +23,4 @@ commands: permissions: exampleplugin.command.example: description: "Allows the user to run the example command" - default: true \ No newline at end of file + default: true