From c0925f31d2b23e1cb22e11b81a52e89ffa2ba9de Mon Sep 17 00:00:00 2001 From: Zeanon Date: Fri, 2 Apr 2021 17:27:47 +0200 Subject: [PATCH] added alias /g for /gm --- .../src/de/steamwar/bausystem/commands/CommandGamemode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandGamemode.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandGamemode.java index da8e0e1..8747a1c 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandGamemode.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandGamemode.java @@ -28,7 +28,7 @@ import org.bukkit.entity.Player; public class CommandGamemode extends SWCommand { public CommandGamemode() { - super("gamemode", "gm"); + super("gamemode", "gm", "g"); } @Register(help = true)