From 4a0c7cce03b507a6c70e70ba378eff67ab1e5967 Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 22 Mar 2019 21:37:23 +1100 Subject: [PATCH] PLUG-329: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b6414..7c67ecf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See the [wiki](https://www.spigotmc.org/wiki/plugin-yml/) for more information. @Dependency("Towny") @LoadBefore("Towny") @SoftDependency("EssentialsX") -@Command(name = "foo", desc = "Foo command", aliases = {"foobar", "fubar"}, permission = "test.foo", permissionMessage = "You do not have permission!", usage = "/ [test|stop]") +@Commands(@Command(name = "foo", desc = "Foo command", aliases = {"foobar", "fubar"}, permission = "test.foo", permissionMessage = "You do not have permission!", usage = "/ [test|stop]")) @Permission(name = "test.foo", desc = "Allows foo command", defaultValue = PermissionDefault.OP) @Permission(name = "test.*", desc = "Wildcard permission", defaultValue = PermissionDefault.OP, children = {@ChildPermission(name ="test.foo")}) @ApiVersion(ApiVersion.Target.v1_13)