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 831012347c..a71676a514 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 @@ -20,6 +20,7 @@ public enum Gamemode { KING_OF_THE_FLAG("kotf", "King of the Flag", "KotF"), KING_OF_THE_HILL("koth", "King of the Hill", "KotH"), MIXED("mixed", "Mixed", "Mixed"), + PARKOUR("parkour", "Parkour", "Parkour"), PAYLOAD("payload", "Payload", "Payload"), RACE_FOR_WOOL("rfw", "Race for Wool", "RFW"), RAGE("rage", "Rage", "Rage"), 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