This resource is currently unavailable for new purchases
Allows you easily create votes on your server.
- can customize "vote" command and UI
- allowed timed votes
- allow to Reward player with Economics or ServerRewards
- announce about votes on timer
- limit noob players with PlaytimeTracker
Admin commands (chat, console)
/vote add "vote name" "first option" "second option" etc....
/vote addtimed DDMMYYYY "vote name" "first option" "second option" etc....
/vote start <number> - show vote in UI
/vote stop <number> - hides vote in UI
/vote reset <number> - reset the vote
/vote remove <number> - remove the vote
vote.announce - announce players for voting
User commands
/vote - shows UI, clicking an option leaves user vote
user can vote only one option and only once
Config options for AnnounceMessage and AnnounceMessageNewVote will be used for GUI only, for text announcements will be use lang files
Config:
If you have any issues or suggestions, feel free to write to the support thread
or contact me in discord https://discord.gg/vNxPh4R
Allows you easily create votes on your server.
- can customize "vote" command and UI
- allowed timed votes
- allow to Reward player with Economics or ServerRewards
- announce about votes on timer
- limit noob players with PlaytimeTracker
Admin commands (chat, console)
/vote add "vote name" "first option" "second option" etc....
/vote addtimed DDMMYYYY "vote name" "first option" "second option" etc....
/vote start <number> - show vote in UI
/vote stop <number> - hides vote in UI
/vote reset <number> - reset the vote
/vote remove <number> - remove the vote
vote.announce - announce players for voting
User commands
/vote - shows UI, clicking an option leaves user vote
user can vote only one option and only once
Config options for AnnounceMessage and AnnounceMessageNewVote will be used for GUI only, for text announcements will be use lang files
Config:
Code:
{
"Overall": {
"AnnounceMessage": "{0} votes available, type /{1}, help server to get better",
"AnnounceMessageNewVote": "New vote {0} added, use /{1}",
"AnnounceNewVote": false,
"AnnounceTimer": 0,
"AnnounceUseGUIAnnouncements": false,
"AnnounceUsePopupNotifications": false,
"ChatCommand": "vote",
"LimitByPlayedTime": 180000,
"UseLimitByPlayedTime": true
},
"Rewards": {
"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
}
}
If you have any issues or suggestions, feel free to write to the support thread
or contact me in discord https://discord.gg/vNxPh4R