Add new game states

This commit is contained in:
Laurin
2025-12-04 15:01:10 +01:00
parent ac185e35ce
commit 2c10e3e7fd
10 changed files with 724 additions and 26 deletions

View File

@@ -54,14 +54,28 @@ game:
- 'lobby'
- 'l'
playerState:
waiting: 'Waiting - %time%'
preStart: 'Waiting - %time%'
immunity: 'Playing - %time%'
battle: 'Playing - %time%'
feast: 'Playing - %time%'
deathmatch: 'Playing - %time%'
end: 'Ending - %time%'
playerStates:
waiting:
scoreboard: 'Waiting - %time%'
duration: FIXED:-1
preStart:
scoreboard: 'Waiting - %time%'
duration: FIXED:300
immunity:
scoreboard: 'Playing - %time%'
duration: FIXED:90
battle:
scoreboard: 'Playing - %time%'
duration: INCREASING
feast:
scoreboard: 'Playing - %time%'
duration: FIXED:300
deathmatch:
scoreboard: 'Playing - %time%'
duration: INCREASING
end:
scoreboard: 'Ending - %time%'
duration: FIXED:60
recraftNerf:
enabled: false