From eaeeda200f8014bcc99e82a5fd75b4986613879d Mon Sep 17 00:00:00 2001 From: wysohn Date: Thu, 2 Nov 2017 14:24:56 -0700 Subject: [PATCH] Update plugin.yml --- src/main/resources/plugin.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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