README: Fix one more missing register("...") for kotlin-dsl

This commit is contained in:
Minecrell 2021-04-30 21:35:01 +02:00
parent 886351c1ae
commit 0d942e580f
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ nukkit {
register("testplugin.*") {
description = "Allows you to run all testplugin commands"
children {
"testplugin.test" {
register("testplugin.test") {
description = "Allows you to run the test command"
default = NukkitPluginDescription.Permission.Default.OP // TRUE, FALSE, OP or NOT_OP
}