mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
add a bunch of // aliases for commands
This commit is contained in:
@ -304,6 +304,7 @@ public class GenerationCommands {
|
||||
|
||||
@Command(
|
||||
name = "forestgen",
|
||||
aliases = { "/forestgen" },
|
||||
desc = "Generate a forest"
|
||||
)
|
||||
@CommandPermissions("worldedit.generation.forest")
|
||||
@ -325,6 +326,7 @@ public class GenerationCommands {
|
||||
|
||||
@Command(
|
||||
name = "pumpkins",
|
||||
aliases = { "/pumpkins" },
|
||||
desc = "Generate pumpkin patches"
|
||||
)
|
||||
@CommandPermissions("worldedit.generation.pumpkins")
|
||||
|
Reference in New Issue
Block a user