From f9b605868386e64acf2de06f0d2fe5de60f59beb Mon Sep 17 00:00:00 2001 From: HSQuillin <31800980+HSQuillin@users.noreply.github.com> Date: Sun, 2 Jul 2023 18:29:48 -0400 Subject: [PATCH 1/2] Gamemode.java - Add Parkour Signed-off-by: HSQuillin <31800980+HSQuillin@users.noreply.github.com> --- core/src/main/java/tc/oc/pgm/api/map/Gamemode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java b/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java index bc0f6fb0f8..e931fc1305 100644 --- a/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java +++ b/core/src/main/java/tc/oc/pgm/api/map/Gamemode.java @@ -18,6 +18,7 @@ public enum Gamemode { KING_OF_THE_HILL("koth", "King of the Hill", "KotH"), KING_OF_THE_FLAG("kotf", "King of the Flag", "KotF"), MIXED("mixed", "Mixed", "Mixed"), + PARKOUR("parkour", "Parkour", "Parkour"), PAYLOAD("payload", "Payload", "Payload"), RAGE("rage", "Rage", "Rage"), RACE_FOR_WOOL("rfw", "Race for Wool", "RFW"), From 71ae13f882a109a4e5d65657d5b295c6cacb54e5 Mon Sep 17 00:00:00 2001 From: HSQuillin <31800980+HSQuillin@users.noreply.github.com> Date: Sun, 2 Jul 2023 18:34:53 -0400 Subject: [PATCH 2/2] gamemode_en_GB.properties - Add Parkour Signed-off-by: HSQuillin <31800980+HSQuillin@users.noreply.github.com> --- util/src/main/i18n/translations/gamemode_en_GB.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/src/main/i18n/translations/gamemode_en_GB.properties b/util/src/main/i18n/translations/gamemode_en_GB.properties index 4fddbed3fa..e5ba54dc86 100644 --- a/util/src/main/i18n/translations/gamemode_en_GB.properties +++ b/util/src/main/i18n/translations/gamemode_en_GB.properties @@ -20,6 +20,8 @@ gamemode.cp.name = Control the Point gamemode.koth.name = King of the Hill +gamemode.pk.name = Parkour + gamemode.pd.name = Payload gamemode.blitz.name = Blitz