Install NuVotifier, connect it to your listing on mcserver-list.com, and reward players automatically for every vote.
Votifier is a plugin that listens for vote notifications from server lists. When a player votes for your server here, we send a message to your Votifier port and your reward plugin gives the player whatever you configured. This guide uses NuVotifier, the modern maintained version, on a Paper or Spigot server. Velocity and BungeeCord proxies work the same way; install it on the proxy instead.
1. Install NuVotifier
- Download NuVotifier from its releases page and put the jar in your
pluginsfolder. - Restart the server once. It creates
plugins/Votifier/config.ymland a token. - Open the config. Note the
port(default 8192) and the token undertokens: default. - Open port 8192 TCP in your host's firewall or panel. If the port is not reachable from the internet, votes cannot arrive.
2. Connect it to your listing
- Log in here, open your dashboard and edit your server.
- Tick Enable Votifier.
- Leave the host empty to use your server address, or enter it if Votifier runs on a different machine.
- Enter the port and paste the token into the NuVotifier Token (v2) field. Only fill in the public key field if you are running the original Votifier v1 plugin.
- Save. The next vote will be delivered.
3. Reward the voter
NuVotifier only receives votes; a second plugin hands out rewards. Common choices are VotingPlugin, GAListener and SuperbVote. Each lets you run commands, give items or money and track monthly top voters. In its configuration, the service name for this site is mcserver-list.com.
4. Test it
Vote for your own server from this site and watch the console. NuVotifier logs each vote it receives. If nothing arrives, check the port is open with an online port checker, confirm the token matches exactly, and make sure the host on your listing points at the machine running the plugin.
Link players straight to the vote page
Add ?username= and the player's name to the vote link so it is pre-filled: https://mcserver-list.com/vote/YOUR-ID?username=%player%. Most reward plugins support a placeholder like %player% in the vote command message.