Votifier for Fabric
This mod creates a bridge between Minecraft servers and popular voting sites like PlanetMinecraft. It tracks player votes and automatically rewards them by executing commands.
Simple and Effective System
The mod operates on a "set it and forget it" principle - once configured, it automatically processes all incoming votes.
Automatic Setup
- Creates a key pair (public and private) in the
/mods/votifier/folder - Generates a configuration file votifier.json in the
/config/votifier/directory
Configuration File
The votifier.json file contains the following settings:
{
"host": "0.0.0.0",
"port": "8192",
"debug": false,
"command-after-voting": "/give %player% diamond 1",
"voting-link": "link"
}
Quick Setup
- Leave the "host" parameter as "0.0.0.0" - this is the local IP address
- Open port 8192 in your hosting settings or through the control panel
- On the voting site, specify only the PUBLIC key (keep the private key secret)
- Test the system operation using special verification tools