From b82754686c494228379837d977d0e25ab102bfed Mon Sep 17 00:00:00 2001 From: yoyosource Date: Mon, 24 May 2021 12:19:15 +0200 Subject: [PATCH] Update RegionCommand Signed-off-by: yoyosource --- BauSystem_Main/src/BauSystem.properties | 4 ++-- .../de/steamwar/bausystem/features/region/RegionCommand.java | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BauSystem_Main/src/BauSystem.properties b/BauSystem_Main/src/BauSystem.properties index a5491fd4..ea4451e7 100644 --- a/BauSystem_Main/src/BauSystem.properties +++ b/BauSystem_Main/src/BauSystem.properties @@ -182,5 +182,5 @@ LOADER_BUTTON_DAYLIGHTSENSOR = Tageslichtsensor LOADER_BUTTON_INVALID = Invalider # Other -OTHER_ITEMS_TELEPORT_GUI-NAME=Teleportieren -OTHER_ITEMS_TELEPORT_PLAYER-OFFLINE=§cDer Spieler ist Offline \ No newline at end of file +OTHER_ITEMS_TELEPORT_GUI-NAME = Teleportieren +OTHER_ITEMS_TELEPORT_PLAYER-OFFLINE = §cDer Spieler ist Offline \ No newline at end of file diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java index ecf578d9..15d43783 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java @@ -46,6 +46,7 @@ public class RegionCommand extends SWCommand { player.sendMessage("§8/§eregion §8[§7RegionsTyp§8] §8- §7Wähle einen RegionsTyp aus"); player.sendMessage("§8/§eregion §8[§7RegionsTyp§8] §8[§7Extension§8] §8- §7Wähle einen RegionsTyp aus mit oder ohne Extension"); player.sendMessage("§8/§eregion color §8[§7Color§8] §8- §7Ändere die Regions Farbe"); + player.sendMessage("§8/§eregion copypoint §8- §7Teleportiere dich zum Regions Kopierpunkt"); } @Register("undo")