From b965bfa46db3fce6677b2a031c09972e6861f1bc Mon Sep 17 00:00:00 2001 From: Eclipse <0-Eclipse-0@users.noreply.github.com> Date: Mon, 28 Mar 2016 06:28:58 +0800 Subject: [PATCH 1/2] New API --- plugin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yml b/plugin.yml index e8f4a116..39ba00ff 100644 --- a/plugin.yml +++ b/plugin.yml @@ -2,7 +2,7 @@ name: ExamplePlugin main: ExamplePlugin\MainClass version: 1.0.0 -api: [1.0.0] +api: [2.0.0] load: POSTWORLD author: PocketMine Team @@ -16,4 +16,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 From 637c930573895b18f12a9d41d7854b939ecf26d5 Mon Sep 17 00:00:00 2001 From: Eclipse <0-Eclipse-0@users.noreply.github.com> Date: Tue, 29 Mar 2016 09:08:10 -0400 Subject: [PATCH 2/2] Update plugin.yml --- plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index 39ba00ff..52e2b2f4 100644 --- a/plugin.yml +++ b/plugin.yml @@ -2,7 +2,7 @@ name: ExamplePlugin main: ExamplePlugin\MainClass version: 1.0.0 -api: [2.0.0] +api: [1.0.0, 2.0.0] load: POSTWORLD author: PocketMine Team