SupremeVote

The Vote reward handler and vote-party controller.

Description

Reward your players for voting on your server! Every time they vote on your server, you can reward them for their vote (a voting crate key, for example). In addition, you can reward everyone when your server has achieved a specific vote goal by means of a vote party. This vote party will only be started upon meeting your set requirements, everyone online on your server will then be rewarded.

How does it work?

SupremeVote works automatically when NuVotifier is set up correctly. To apply the voting system correctly on your server, you can follow this extensive set- up guide.

General options

Regular voting

# Vote message
vote-announcement:
- '&6{USERNAME} &fjust voted at &6{SERVICE}&f!'

# Vote rewards 
reward-commands:
- crazycrate give physical vote 1 {USERNAME}

The {SERVICE} placeholder will be replaced with the voting site your players voted on.

Vote party

# Vote party messages and options
messages:
  reward: '&6&lVote&e&lParty&r &8➠ &eYour &fVote Party &erewards have been applied!'
vote-party:
  votes-needed: 10 # required votes to start the vote party
  reward-commands:
  - crazycrate give physical ultra 1 {EVERYONE}
  save: 0
  start-delay: 10 # delay (in seconds) after the vote party announcement has been made
  party-broadcast:
  - ' '
  - ' &c♫'
  - '  &b♫  &e♫  &fThe votes for the &6Vote Party &fhave been obtained!'
  - '&a♫   &c♫          &fThis will be started in &e10 seconds&f!'
  - '  &e♫ '
  - ' ' 

Commands

CommandsPermissionsDescription

/supremevote <player> <service>

suprememevote.admin

Imitates a vote for the specified player with the service you have entered.

/votes

N/A

Shows the total amount of votes you have.

Placeholders

Papi placeholder

%supremevote_current_votes% - Votes your server currently has.

%supremevote_votes_needed% - Votes needed to start the vote party.

%supremevote_progress_bar% - Progress bar for the vote party.

Last updated