Optional dependencies:
https://umod.org/plugins/server-rewards
https://umod.org/plugins/economics
https://umod.org/plugins/gui-announcements
https://umod.org/plugins/popup-notifications
https://umod.org/plugins/playtime-tracker
thx to Tempritscher for updated Links
- can customize the "vote" command and user interface
- timed votes allowed
- allow rewarding the player with Economy or ServerRewards
- announce about votes on the timer
- limit noob players with PlaytimeTracker
Administrator commands (chat, console)
/ vote add "vote name" "first choice" "second choice" etc ....
/ vote addtimed DDMMYYYY "vote name" "first choice" "second choice" etc ....
/ vote start <number> - show vote in the user interface
/ vote stop <number> - hides vote in the user interface
/ vote reset <number> - resets the vote
/ vote remove <number> - removes vote
vote.announce - announces players for voting
User Commands
/ vote - shows the user interface, clicking on an option lets the user vote
the user can vote for only one option and only once
The configuration options for AnnounceMessage and AnnounceMessageNewVote will be used only for GUI, as text announcements will use lang files
https://umod.org/plugins/server-rewards
https://umod.org/plugins/economics
https://umod.org/plugins/gui-announcements
https://umod.org/plugins/popup-notifications
https://umod.org/plugins/playtime-tracker
thx to Tempritscher for updated Links
- can customize the "vote" command and user interface
- timed votes allowed
- allow rewarding the player with Economy or ServerRewards
- announce about votes on the timer
- limit noob players with PlaytimeTracker
Administrator commands (chat, console)
/ vote add "vote name" "first choice" "second choice" etc ....
/ vote addtimed DDMMYYYY "vote name" "first choice" "second choice" etc ....
/ vote start <number> - show vote in the user interface
/ vote stop <number> - hides vote in the user interface
/ vote reset <number> - resets the vote
/ vote remove <number> - removes vote
vote.announce - announces players for voting
User Commands
/ vote - shows the user interface, clicking on an option lets the user vote
the user can vote for only one option and only once
The configuration options for AnnounceMessage and AnnounceMessageNewVote will be used only for GUI, as text announcements will use lang files
JavaScript:
"Geral": {
"AnnounceMessage": "{0} votos disponíveis, digite / {1}, ajude o servidor a melhorar",
"AnnounceMessageNewVote": "Novo voto {0} adicionado, use / {1}",
"AnnounceNewVote": false,
"AnnounceTimer": 0,
"AnnounceUseGUIAnnouncements": false,
"AnnounceUsePopupNotifications": false,
"ChatCommand": "voto",
"LimitByPlayedTime": 180.000,
"UseLimitByPlayedTime": true
}
"Recompensas": {
"AddPointsServerRewardsForVote": 0,
"DepositEconomicsForVote": 0
}
"UI": {
"AnchorMax": "0,95 0,95",
"AnchorMin": "0,05 0,05",
"BackgroundColor": "0 0 0 0,8",
"VoteNameAlreadyVotedColor": "1 0 0 1",
"VoteNameColor": "1 0 0 1",
"VoteNameFontSize": 18,
"VoteValueBackground": "0,5 0,5 0,5 1",
"VoteValueColor": "1 1 1 1",
"VoteValueColorAlreadyVoted": "0 0 0 1",
"VoteValueFontSize": 18
}
}