Add //image alias

This commit is contained in:
NotMyFault 2019-11-23 20:39:29 +01:00 committed by GitHub
parent 49d1f6fa88
commit 35be4c7fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ public class GenerationCommands {
@Command(
name = "/img",
aliases = { "/image", "image" },
desc = "Generate an image"
)
@CommandPermissions("worldedit.generation.image")