Skip to content

Commit

Permalink
Add Bedwars gamemode
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeberrex authored Mar 25, 2024
1 parent 16eda72 commit b0ba0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/database/models/Level.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ data class LevelContributor(val uuid: String, var contribution: String? = null)
enum class LevelGamemode(val fancy: String) {
ATTACK_DEFEND("Attack/Defend"),
ARCADE("Arcade"),
BEDWARS("Bedwars"),
BLITZ("Blitz"),
BLITZ_RAGE("Blitz: Rage"),
CAPTURE_THE_FLAG("Capture the Flag"),
Expand All @@ -54,4 +55,4 @@ enum class LevelGamemode(val fancy: String) {
RACE_FOR_WOOL("Race for Wool"),
SCOREBOX("Scorebox"),
DEATHMATCH("Deathmatch");
}
}

0 comments on commit b0ba0f2

Please sign in to comment.