-
-
Notifications
You must be signed in to change notification settings - Fork 79
Bungee Setup MYSQL
Ben edited this page Nov 23, 2025
·
12 revisions
Votifier+VotingPlugin on proxy server, and only VotingPlugin is required on backend servers
All servers use the same mysql table
Running on velocity requires a mysql driver to be installed, one available as a plugin here if needed http://bencodez.com/job/MySQLDriver/
- Uses MYSQL to communicate between servers
- This may not work with all mysql databases
- This will create a table called VotingPlugin_message_queue for sending messages
- Set MaxConnections to atleast 5 for mysql across all servers
BungeeMethod: MYSQL- MySQL database information
BungeeSettings.yml:
BungeeMethod: MYSQLUseBungeecord: true- 'Server: SERVERNAMEHERE` (Set server name on each server, matching names from proxy server)
Config.yml:
- MySQL database information
-
AllowUnjoined: true(Proxy handles this)
See default config files for every setting, as this is very customizable.
If you want one reward per vote across the entire network then disable SendVotesToAllServers
Testing communication:
- Check status & working condition with /votingpluginbungee status
- See console for results
Test voting:
- Run bungee test vote with /votingpluginbungee vote (player) (site)
Double/Extra Rewards:
- Ensure server names in BungeeSettings.yml differ and match names in proxy server
- NuVotifier forwarding method set to none (And no votifier plugins on spigot servers)
Not working:
- Restart all servers
- Ensure required settings are working
- Test communication and run test votes (if that works check votiifer)
Setup/Configuration:
BungeeCord/Velocity Setups:
-
Proxy Setups
- PLUGINMESSAGING (Best method)
- REDIS (Second best)
- MQTT
- SOCKETS
- MYSQL
- Global Data Handling
- Multi-Proxy Setups
Knowledge base:
- Commands & Permissions
- Special Rewards
- File Layout
- API
- Converting data storage
- Vote Reminding
- Time Changes
- Minecraft Server Lists
- Performance Settings
- Bedrock Player Support
- Debug
- Minecraft Server Lists
- PlaceHolderAPI Expansion
- Signs
- Online/Offline Mode
- WIP MonthDateTotals
Troubleshooting
Rewards:
More setups: