Skip to content

Commit

Permalink
Merge pull request #11 from TheRealPear/2k24-gamemodes
Browse files Browse the repository at this point in the history
Add missing gamemodes
  • Loading branch information
jorgeberrex authored Apr 5, 2024
2 parents b0ba0f2 + ba5266d commit 66079aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/kotlin/database/models/Level.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,26 @@ data class LevelContributor(val uuid: String, var contribution: String? = null)
enum class LevelGamemode(val fancy: String) {
ATTACK_DEFEND("Attack/Defend"),
ARCADE("Arcade"),
BEDWARS("Bedwars"),
BEDWARS("Bed Wars"),
BLITZ("Blitz"),
BLITZ_RAGE("Blitz: Rage"),
BRIDGE("Bridge"),
CAPTURE_THE_FLAG("Capture the Flag"),
CONTROL_THE_POINT("Control the Point"),
CAPTURE_THE_WOOL("Capture the Wool"),
DESTROY_THE_CORE("Destroy the Core"),
DESTROY_THE_MONUMENT("Destroy the Monument"),
FREE_FOR_ALL("Free For All"),
FLAG_FOOTBALL("Flag Football"),
INFECTION("Infection"),
KING_OF_THE_HILL("King of the Hill"),
KING_OF_THE_FLAG("King of the Flag"),
MIXED("Mixed"),
PAYLOAD("Payload"),
RAGE("Rage"),
RACE_FOR_WOOL("Race for Wool"),
SCOREBOX("Scorebox"),
SKYWARS("Skywars"),
SURVIVAL_GAMES("Survival Games"),
DEATHMATCH("Deathmatch");
}

0 comments on commit 66079aa

Please sign in to comment.