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.
22 lines
674 B
22 lines
674 B
2 years ago
|
[default VotingSettings]
|
||
|
;= Determines the duration of the voting period, specified in seconds.
|
||
|
votingTime=30
|
||
|
;= 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
|
||
|
allowSpectatorVoting=true
|
||
|
allowedToSeeVotesGroup="admin"
|
||
|
allowedToVoteGroup="moderator"
|
||
|
allowedToVoteGroup="admin"
|
||
|
|
||
|
[admin VotingSettings]
|
||
|
votingTime=30
|
||
|
allowSpectatorVoting=true
|
||
|
allowedToVoteGroup="admin"
|