mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-11-01 01:30:39 +00:00
README: Fix one more missing register("...") for kotlin-dsl
This commit is contained in:
parent
886351c1ae
commit
0d942e580f
|
@ -284,7 +284,7 @@ nukkit {
|
||||||
register("testplugin.*") {
|
register("testplugin.*") {
|
||||||
description = "Allows you to run all testplugin commands"
|
description = "Allows you to run all testplugin commands"
|
||||||
children {
|
children {
|
||||||
"testplugin.test" {
|
register("testplugin.test") {
|
||||||
description = "Allows you to run the test command"
|
description = "Allows you to run the test command"
|
||||||
default = NukkitPluginDescription.Permission.Default.OP // TRUE, FALSE, OP or NOT_OP
|
default = NukkitPluginDescription.Permission.Default.OP // TRUE, FALSE, OP or NOT_OP
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue