You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
964 B
29 lines
964 B
2 years ago
|
[default VotingSettings]
|
||
|
;= Determines the duration of the voting period, specified in seconds.
|
||
|
votingTime=30
|
||
|
;= Minimal amount of rounds player has to play before being allowed to vote.
|
||
|
;= If every player played the same amount of rounds, then voting is allowed even if they played
|
||
|
;= less that specified value
|
||
|
;= `0` to disable.
|
||
|
minimalRoundsToVote=1
|
||
|
;= Determines whether spectators are allowed to vote.
|
||
|
allowSpectatorVoting=false
|
||
|
;= Specifies which group(s) of players are allowed to see who makes what vote.
|
||
|
allowedToSeeVotesGroup="admin"
|
||
|
allowedToSeeVotesGroup="moderator"
|
||
|
;= Specifies which group(s) of players are allowed to vote.
|
||
|
allowedToVoteGroup="everybody"
|
||
|
|
||
|
[moderator VotingSettings]
|
||
|
votingTime=30
|
||
|
minimalRoundsToVote=0
|
||
|
allowSpectatorVoting=true
|
||
|
allowedToSeeVotesGroup="admin"
|
||
|
allowedToVoteGroup="moderator"
|
||
|
allowedToVoteGroup="admin"
|
||
|
|
||
|
[admin VotingSettings]
|
||
|
votingTime=30
|
||
|
minimalRoundsToVote=0
|
||
|
allowSpectatorVoting=true
|
||
|
allowedToVoteGroup="admin"
|