NuVotifier adds voting functionality to your server and lets you appear on voting sites. It works on Bukkit servers and proxies (BungeeCord, Velocity, etc.) and supports Minecraft 1.7.2+. Use voting to boost your server’s ranking and give players rewards for voting.Documentation Index
Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Bukkit Server Setup
-
Create a port:
- Go to Network tab and click Create Allocation
- Default port is
8192, but you can use any available port - Label it in Notes (don’t make it Primary)
-
Configure the plugin:
- Open
/plugins/Votifier/config.yml - Set
portto the port you created hostshould be0.0.0.0(listens on all interfaces)
- Open
- Configure rewards (optional):
- See Configure Rewards section below
BungeeCord / Velocity Setup
-
Install on all servers:
- Install NuVotifier on the proxy and all backend servers
- Place JAR in
pluginsfolder and restart
-
Install vote listener:
- NuVotifier doesn’t include listener functionality
- Install a vote listener plugin on each server (see Configure Rewards for options)
- Configure vote forwarding:
- Open
/plugins/Votifier/config.yml - Set
port: -1(disables port listening) - Set
forwarding.method: pluginMessaging
- Create a port in Network tab
- Open
/plugins/Votifier/config.toml - Set
portto the port you created - Set
forwarding.method: pluginMessaging
Adding Your Server to a Voting Site
- Register at minecraftservers.org
- Click add a server and fill in:
- Server name, IP, port (default
25565) - Description, tags, banner, etc.
- Server name, IP, port (default
- Enable Votifier and enter:
- IP address (numbers before colon)
- Port you created for Votifier
- Public key from
/plugins/Votifier/rsa/public.key
- Click Send Test Vote to test. Check server console for confirmation.
Configure Rewards
-
Install a vote listener plugin:
- SuperbVote
- VotingPlugin (Advanced)
- UltimateVotes (Paid)
- Enjin (Requires Enjin)
-
Configure rewards:
- Open
/plugins/SuperbVote/config.yml(or your chosen plugin) - Find the
rewardssection - Configure commands to execute on vote
- Open
%player%- Player username%player_uuid%- Player UUID%service%- Voting service name%votes%- Total votes- PlaceholderAPI placeholders