Add new game states
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user