diff --git a/src/de/steamwar/lobby/LobbySystem.java b/src/de/steamwar/lobby/LobbySystem.java index 896846e..f250e73 100644 --- a/src/de/steamwar/lobby/LobbySystem.java +++ b/src/de/steamwar/lobby/LobbySystem.java @@ -22,7 +22,7 @@ public class LobbySystem extends JavaPlugin { init(); getCommand("fly").setExecutor(new FlyCommand()); - getCommand("shield").setExecutor(new ShieldCommand()); + getCommand("schild").setExecutor(new ShieldCommand()); } public void init() { diff --git a/src/plugin.yml b/src/plugin.yml index 4f43592..2797cdd 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -6,4 +6,4 @@ main: de.steamwar.lobby.LobbySystem commands: fly: - shield: \ No newline at end of file + schild: \ No newline at end of file