diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/Countingwand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/Countingwand.java index cb1c0fa8..da0f0796 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/Countingwand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/Countingwand.java @@ -35,7 +35,7 @@ import org.bukkit.inventory.ItemStack; public class Countingwand { public final ItemStack WAND_ITEM = new SWItem(Material.STICK, - ColorConfig.HIGHLIGHT + "Counting Wand", + ColorConfig.HIGHLIGHT + "Zollstock", Arrays.asList(ColorConfig.HIGHLIGHT + "Linksklick" + ColorConfig.OTHER + " - " + ColorConfig.BASE + "Setzt die 1. Position", ColorConfig.HIGHLIGHT + "Rechtsklick" + ColorConfig.OTHER + " - " + ColorConfig.BASE + "Setzt die 2. Position"), false, clickType -> { diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandCommand.java index c8cdccba..3ab684f3 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandCommand.java @@ -30,7 +30,7 @@ import org.bukkit.entity.Player; public class CountingwandCommand extends SWCommand { public CountingwandCommand() { - super("countingwand", "/countingwand", "cwand", "/cwand"); + super("countingwand", "/countingwand", "cwand", "/cwand", "zollstock", "/zollstock"); } @Register diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java index 20307dc3..7517686f 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java @@ -43,7 +43,7 @@ public class CountingwandGuiItem extends BauGuiItem { @Override public ItemStack getItem(Player player) { return new SWItem(Material.STICK, - ColorConfig.HIGHLIGHT + "Counting Wand", + ColorConfig.HIGHLIGHT + "Zollstock", Arrays.asList(ColorConfig.HIGHLIGHT + "Linksklick" + ColorConfig.OTHER + " - " + ColorConfig.BASE + "Setzt die 1. Position", ColorConfig.HIGHLIGHT + "Rechtsklick" + ColorConfig.OTHER + " - " + ColorConfig.BASE + "Setzt die 2. Position"), false, clickType -> {