Description
Features
- Votifier v1 support — classic RSA-encrypted vote protocol
- NuVotifier v2 support — modern HMAC-SHA256 signed vote protocol
- Pending rewards — votes are stored and commands execute when the player joins
- Configurable commands — run any command with
{player}placeholder on vote - Auto-generated keys — RSA keypair and v2 token are created on first run
- Multi-loader — supports Forge, NeoForge, and Fabric across multiple Minecraft versions
Side
This is a server-side only mod. It does not need to be installed on the client.
How It Works
- Register your server on a server list website (e.g. createmodservers.com)
- Paste your public key (from
config/votifier/public.pemor the server log) and set the Votifier port on the website - For NuVotifier v2: also paste the token from
config/votifier/config.jsonor the server log - When a player votes, the website sends the vote to your server
- If the player is online, the configured commands run immediately
- If the player is offline, the vote is saved and commands run when they next join
Github
See Github for more info: https://github.com/uberswe/votifier


