Add missing aliases

This commit is contained in:
NotMyFault 2020-10-09 10:13:13 +02:00 committed by GitHub
parent 67cc5fb984
commit 3c40c53f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ public class RegionCommands {
@Command(
name = "/removelighting",
aliases = "/removelight",
desc = "Removing lighting in a selection"
)
@CommandPermissions("worldedit.light.remove")
@ -203,6 +204,7 @@ public class RegionCommands {
@Command(
name = "/setblocklight",
aliases = "/setlight",
desc = "Set block lighting in a selection"
)
@CommandPermissions("worldedit.light.set")