Blogguides
    guides
    February 13, 2026
    6 min read

    How to Set Up Votifier & Reward Players for Voting (Complete 2026 Guide)

    How to Set Up Votifier & Reward Players for Voting (Complete 2026 Guide)
    Share

    How to Set Up Votifier & Reward Players for Voting (Complete 2026 Guide)

    If you run a Minecraft server and you're not using Votifier correctly, you're leaving serious growth on the table.

    Voting is one of the most powerful tools for:

  1. Increasing your server’s ranking
  2. Driving organic traffic
  3. Boosting daily player engagement
  4. Creating a compounding growth loop
  5. In this complete 2026 guide, you'll learn:

  6. What Votifier does
  7. The difference between Classic Votifier and NuVotifier
  8. How vote forwarding works
  9. How to install and configure everything
  10. How to reward players automatically
  11. The best alternative vote plugins
  12. How to connect your server to BestMinecraftServerList
  13. How to configure Votifier in your dashboard
  14. What Is Votifier?

    Votifier is a Minecraft plugin that allows server list websites to notify your server when a player votes.

    Here’s how the system works:

  15. A player votes on a server list.
  16. The website sends a secure vote packet to your server.
  17. Votifier receives the vote.
  18. A reward plugin executes commands.
  19. The player receives their reward instantly.
  20. Without Votifier, you cannot automatically reward voters.

    How Vote Forwarding Works

    Here’s the technical flow:

    
    Player → Server List → Votifier → Reward Plugin → Player Gets Reward
    

    Vote packets are sent using:

  21. Server IP
  22. Port
  23. Secure token or public key
  24. Modern systems use token-based encryption, which is much more secure than older public-key systems.

    Votifier Versions Explained

    There are three major systems you need to understand.

    1️⃣ Classic Votifier (Legacy)

  25. Uses RSA public key authentication
  26. Requires manual key copying
  27. Less secure than modern methods
  28. Older implementation
  29. Only use Classic Votifier if you are running a very old server version.

    NuVotifier is the modern replacement.

    Supports:

  30. Spigot
  31. Paper
  32. Purpur
  33. Bukkit
  34. Proxy setups (BungeeCord / Velocity)
  35. Benefits:

  36. Secure token-based forwarding
  37. No manual key copying
  38. Better logging
  39. More reliable vote handling
  40. If you’re running a modern server, use NuVotifier.

    3️⃣ Proxy Vote Forwarding (Bungee / Velocity)

    If you're using:

  41. BungeeCord
  42. Velocity
  43. Waterfall
  44. You must install NuVotifier on:

  45. The proxy
  46. The backend server
  47. And enable forwarding in the config.

    Step-by-Step: Install NuVotifier

    Step 1: Download NuVotifier

    Download from:

  48. SpigotMC
  49. Hangar
  50. Official GitHub
  51. Place the .jar file inside:

    
    /plugins
    

    Restart your server.

    Step 2: Locate Configuration Files

    After first startup, navigate to:

    
    /plugins/NuVotifier/
    

    Open:

    
    config.yml
    

    You will see something like:

    yaml
    host: 0.0.0.0
    port: 8192
    token-support: true
    

    Default port is usually:

    
    8192
    

    Make sure this port is open in your firewall.

    Step 3: Copy Your Vote Token

    Open:

    
    voteserver.yml
    

    Copy the generated token.

    You will paste this into your server listing configuration.

    How to Connect Votifier to BestMinecraftServerList

    Follow these steps:

  52. Go to /dashboard
  53. Click Edit Server
  54. Scroll to Votifier Configuration
  55. Enter:
  56. - Host (your server IP) - Port (usually 8192) - Token (from NuVotifier) - Service Name (default: bestminecraftserverlist)

  57. Click Save
  58. Click Test Vote
  59. If configured correctly, your console will show:

    
    Received vote from bestminecraftserverlist
    

    Your server is now connected.

    How to Reward Players Automatically

    Votifier only receives votes. You need a reward plugin to give players items or currency.

    Supports:

  60. Vote streak rewards
  61. Milestone rewards
  62. Random reward pools
  63. Vote parties
  64. MySQL syncing
  65. Example reward configuration:

    yaml
    Rewards:
      VoteReward:
        Commands:
          - "give %player% diamond 1"
          - "eco give %player% 100"
    

    Highly recommended for serious servers.

    2️⃣ SuperbVote

  66. Lightweight
  67. Simple configuration
  68. Great for small servers
  69. 3️⃣ AdvancedVote

  70. Multi-server syncing
  71. Advanced tier systems
  72. Flexible reward scaling
  73. Best Reward Strategies That Increase Votes

    Don’t just give 1 diamond.

    Better reward ideas:

  74. Daily vote crate keys
  75. Vote streak bonuses
  76. Cosmetic unlock tokens
  77. Economy currency
  78. Rank progression points
  79. Vote party triggers
  80. Example Vote Party

    When your server reaches 50 votes:

  81. Broadcast a server-wide message
  82. Give all online players rewards
  83. Activate temporary XP boosts
  84. This dramatically increases participation.

    Common Votifier Errors (And Fixes)

    ❌ Connection Refused

  85. Port not open
  86. Firewall blocking 8192
  87. Incorrect IP entered
  88. ❌ Invalid Token

  89. Token copied incorrectly
  90. Extra spaces
  91. Wrong voteserver.yml file
  92. ❌ Vote Received But No Reward

  93. Reward plugin not installed
  94. Commands misconfigured
  95. Placeholder not supported
  96. ---

    Advanced Proxy Configuration Example

    Inside config.yml:

    yaml
    forwarding:
      method: proxy
    

    Ensure NuVotifier is installed on:

  97. Proxy
  98. Backend server
  99. Restart both after changes.

    Frequently Asked Questions

    What port does Votifier use?

    Default is 8192, but you can change it.

    Do I need port forwarding?

    Yes, unless your hosting provider manages ports automatically.

    Can I use multiple server lists?

    Yes. NuVotifier supports multiple tokens and services.

    Is NuVotifier secure?

    Yes. It uses token-based authentication.

    Can I test votes manually?

    Yes. Use the "Test Vote" button inside your dashboard.

    Final Thoughts

    If you want consistent server growth, automated vote rewards are essential.

    Proper Votifier setup:

  100. Increases daily votes
  101. Improves server ranking
  102. Encourages player retention
  103. Creates a compounding growth loop
  104. If you haven’t configured it yet:

    Go to /dashboardEdit Server → Add your Votifier details → Click Test Vote.

    Start rewarding players properly — and watch your server grow.

    🚀 Ready to Grow Your Server Faster?

    Setting up Votifier is only step one.

    If you want to increase your daily votes, improve rankings, and attract more players, make sure your server is fully optimized on BestMinecraftServerList.

    🔧 Make Sure You:

  105. Add your Votifier token inside /dashboard
  106. Enable vote rewards with VotingPlugin
  107. Configure vote streak bonuses
  108. Optimize your server description
  109. Add high-quality screenshots
  110. Select the correct categories (Survival, SMP, PvP, etc.)
  111. If you haven't listed your server yet, submit it here:

    👉 Browse All Minecraft Servers: /servers 👉 Best Survival Servers: /servers/survival 👉 Best SMP Servers: /servers/smp 👉 Most Active Servers: /analytics/most-active 👉 No Pay-to-Win Servers: /servers/no-pay-to-win

    The more optimized your listing is, the more votes you’ll receive.

    📈 Pro Tip: Stack Your Growth Strategy

    Combine Votifier with:

  112. A strong listing on https://bestminecraftserverlist.net/servers/survival/java
  113. Visibility on https://bestminecraftserverlist.net/servers/new
  114. Placement in https://bestminecraftserverlist.net/analytics/most-active
  115. A vote party system
  116. That’s how small servers become top-ranked communities.

    Related Articles

    View All
    10 Best Modded Minecraft Servers — Expand Your Game (2026)
    guides
    Jul 12, 2026·4 min

    10 Best Modded Minecraft Servers — Expand Your Game (2026)

    Modded servers take Minecraft to another level with custom mods, tech trees, magic systems, and more. These are the most popular modded servers with active comm

    Read More
    10 Best Minecraft Roleplay Servers — Become Anyone (2026)
    guides
    Jun 7, 2026·4 min

    10 Best Minecraft Roleplay Servers — Become Anyone (2026)

    Roleplay servers let you become a character in a living world — from medieval kingdoms to modern cities. These servers have the deepest lore and most engaged co

    Read More
    10 Best Minecraft Economy Servers — Trade, Sell, Profit (2026)
    guides
    Mar 15, 2026·6 min

    10 Best Minecraft Economy Servers — Trade, Sell, Profit (2026)

    Economy servers add a full financial system to Minecraft — player shops, auctions, jobs, and trading. These servers have the most active and balanced economies.

    Read More