diff --git a/BauSystem_Main/src/BauSystem.properties b/BauSystem_Main/src/BauSystem.properties index ffc6e2f3..f8f39eba 100644 --- a/BauSystem_Main/src/BauSystem.properties +++ b/BauSystem_Main/src/BauSystem.properties @@ -149,6 +149,7 @@ DETONATOR_WAND_LORE_3=§eRechts Klick §8- §eLöse alle Punkte aus DETONATOR_HELP_1=§8/§edetonator wand §8-§7 Gibt den Fernzünder DETONATOR_HELP_2=§8/§edetonator click §8-§7 Aktiviere einen Fernzünder (Haupthand -> Hotbar -> Inventar) DETONATOR_HELP_3=§8/§edetonator clear §8-§7 Cleare einen Fernzünder +DETONATOR_HELP_4=§8/§edetonator autostart §8-§7 Automatisch den Autostarttester Aktivieren DETONATOR_AUTOSTART_ENABLE=§7Autostart beim detonate §aangeschaltet DETONATOR_AUTOSTART_DISABLE=§7Autostart beim detonate §causgeschaltet DETONATOR_POINT_ACT=§eEinen Punkt ausgelöst diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorCommand.java index e6433709..3a79a37a 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/detonator/DetonatorCommand.java @@ -63,6 +63,7 @@ public class DetonatorCommand extends SWCommand { BauSystem.MESSAGE.sendPrefixless("DETONATOR_HELP_1", p); BauSystem.MESSAGE.sendPrefixless("DETONATOR_HELP_2", p); BauSystem.MESSAGE.sendPrefixless("DETONATOR_HELP_3", p); + BauSystem.MESSAGE.sendPrefixless("DETONATOR_HELP_4", p); } @Register("wand")