mirror of
https://hub.spigotmc.org/stash/scm/spigot/plugin-annotations.git
synced 2025-08-31 22:18:37 +00:00
PLUG-329: Update README.md
This commit is contained in:
parent
a827d5fe07
commit
4a0c7cce03
1 changed files with 1 additions and 1 deletions
|
@ -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 = "/<command> [test|stop]")
|
||||
@Commands(@Command(name = "foo", desc = "Foo command", aliases = {"foobar", "fubar"}, permission = "test.foo", permissionMessage = "You do not have permission!", usage = "/<command> [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)
|
||||
|
|
Loading…
Add table
Reference in a new issue