Votely is a standalone Votifier server that receives player votes from voting sites and forwards them to your Minecraft servers over Redis pub/sub.
| Module | Description |
|---|---|
api |
Shared types for plugin developers — Vote, VotelyChannel |
standalone |
The runnable Votifier server |
Voting site → Votifier protocol → standalone → Redis → your Minecraft plugin
- A player votes on a site like MinecraftServers.org.
- The site sends an encrypted Votifier packet to the standalone server.
- The standalone decrypts it, assigns a unique ID, and publishes it to Redis.
- Your plugin subscribes to
VotelyChannel.VOTESand handles the vote.