Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Add missing aliases
Dieser Commit ist enthalten in:
Ursprung
67cc5fb984
Commit
3c40c53f66
@ -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")
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren