diff --git a/VelocityCore/src/de/steamwar/messages/BungeeCore.properties b/VelocityCore/src/de/steamwar/messages/BungeeCore.properties index 6a86e859..e41aa576 100644 --- a/VelocityCore/src/de/steamwar/messages/BungeeCore.properties +++ b/VelocityCore/src/de/steamwar/messages/BungeeCore.properties @@ -271,7 +271,6 @@ CHALLENGE_ACCEPT_HOVER = §aAccept challenge #EventCommand EVENT_TIME_FORMAT = HH:mm EVENT_DATE_FORMAT = dd.MM. -EVENT_USAGE = §8/§7event team §8[§eTeam§8] - §7To teleport to a fight EVENT_TEAM_USAGE = §8/§7event team §8[§eTeam§8] - §7To teleport to a fight EVENT_SHOW_USAGE = §8/§7event show §8[§eEvent§8] - §7To show the fights of that Event EVENT_NO_TEAM = §cThis team does not exist diff --git a/VelocityCore/src/de/steamwar/messages/BungeeCore_de.properties b/VelocityCore/src/de/steamwar/messages/BungeeCore_de.properties index dcfd810b..0de71aa0 100644 --- a/VelocityCore/src/de/steamwar/messages/BungeeCore_de.properties +++ b/VelocityCore/src/de/steamwar/messages/BungeeCore_de.properties @@ -253,7 +253,6 @@ CHALLENGE_ACCEPT_HOVER = §aHerausforderung annehmen #EventCommand EVENT_TIME_FORMAT = HH:mm EVENT_DATE_FORMAT = dd.MM. -EVENT_USAGE = §8/§7event team §8[§eTeam§8] - §7Um dich zum Kampf zu teleportieren EVENT_TEAM_USAGE=§8/§7event team §8[§eTeam§8] - §7Um dich zum Kampf zu teleportieren EVENT_SHOW_USAGE = §8/§7event show §8[§eEvent§8] - §7Um die fights des Events zu zeigen EVENT_NO_TEAM = §cDieses Team gibt es nicht @@ -694,9 +693,3 @@ DC_SCHEMUPLOAD_IGNORED = `{0}` wird ignoriert, da die Datei keine Schematic ist. DC_SCHEMUPLOAD_INVCHAR = `{0}` hat unzulässige Buchstaben im Namen. DC_SCHEMUPLOAD_SUCCESS = `{0}` wurde erfolgreich hochgeladen. DC_SCHEMUPLOAD_ERROR = Ein Fehler ist beim Hochladen von `{0}` aufgetreten. Für nähere Informationen wende dich an einen Developer. - -UTIL_LIST_BACK_ARROW = §8«« -UTIL_LIST_BACK_ARROW_HOVER = §eLetste Seite -UTIL_LIST_PAGE = §e Seite §7({0}/{1}) -UTIL_LIST_NEXT = §8 »» -UTIL_LIST_NEXT_HOVER = §eNächste Seite \ No newline at end of file diff --git a/VelocityCore/src/de/steamwar/velocitycore/commands/EventCommand.java b/VelocityCore/src/de/steamwar/velocitycore/commands/EventCommand.java index c0e212cd..e90401af 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/commands/EventCommand.java +++ b/VelocityCore/src/de/steamwar/velocitycore/commands/EventCommand.java @@ -87,7 +87,7 @@ public class EventCommand extends SWCommand { @Register public void eventOverview(@Validator(value = "noEvent", invert = true) Chatter sender) { - sender.system("EVENT_USAGE"); + sender.system("EVENT_TEAM_USAGE"); Event currentEvent = Event.get(); eventShowPage(sender, currentEvent, 1);