diff --git a/plugin.yml b/plugin.yml index e8f4a116..52e2b2f4 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: [1.0.0, 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