Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 82
setup
Release baseline: This guide targets VotingPlugin 7.1.1, released July 23, 2026. The 7.1.1 plugin and proxy artifacts are compiled for Java 21.
Use a compatible listener such as:
See Votifier Troubleshooting when votes are not reaching the server.
VotingPlugin must be installed on the proxy and each backend server when using VotingPlugin's proxy integration. The normal layout places VotifierPlus on the proxy, though custom routing layouts may differ.
Choose one BungeeMethod value and use it consistently across the connected servers:
PLUGINMESSAGINGREDISMQTTMYSQLSOCKETS
These names match the 7.1.1 BungeeSettings.yml defaults.
See Proxy Setups.
VotingPlugin can create vote sites automatically from received votes when AutoCreateVoteSites: true, or they can be added through /av gui, VotingPluginEditor, or VoteSites.yml.
VoteSites:
MinecraftServers:
Enabled: trueServiceSite: MinecraftServers.orgVoteURL: https://minecraftservers.org/vote/exampleVoteDelay: 24Rewards:
Messages:
Player: '&aThanks for voting on %ServiceSite%!'Commands:
- 'give %player% diamond 1'| Field | Description |
|---|---|
ServiceSite | Must exactly match the service name sent by the vote listener |
VoteDelay | Voting interval in hours; use VoteDelayMin for minute offsets |
VoteURL | URL shown to players |
Rewards | Reward section processed for the vote |
Use /av servicesites or the console output from a received vote to confirm the service name.
Rewards can be created with /av gui, directly in a vote-site or special-reward section, or in files under /plugins/VotingPlugin/Rewards/.
See Rewards and Reward Examples.
VotingPlugin.Player grants the main player commands by default. See Commands and Permissions for all nodes.
Restart the server and proxy after changing network settings.
/av vote <player> <site>or/votingpluginproxy vote <player> <site>tests VotingPlugin processing and proxy communication.- A real or listener-generated vote tests the public Votifier port, token/key, service-site value, and complete delivery path.
Run both tests and verify service-site matching, storage, forwarding, and rewards in the logs. An administrative test alone does not prove the public vote listener is reachable.
AI disclosure: This documentation update was written with assistance from ChatGPT.
- Vote Milestones
- Vote Streak System
- Vote Reminders — Current System
- Legacy Vote Reminding
- Vote Broadcast System
- Vote Logging
- Webhooks
- Time Changes
- Month Date Totals
- VoteShop
- Rewards Overview — Start Here
- Special Rewards
- Reward System Concepts
- Reward File Format
- Where to Set Rewards
- All Reward Possibilities
- AdvancedPriority Rewards
- Reward Examples
- Delayed Reward Command
- World Example
- VotingPlugin-Specific Rewards
- Commands & Permissions
- Signs
- API
- PlaceholderAPI Placeholders
- Minecraft Server Lists
- Bedrock Player Support
- Transferring Data Storage