Votifier for Neoforge
This mod establishes a connection between the Minecraft server and voting sites (such as PlanetMinecraft and others). The main function is tracking player votes and providing rewards through command execution.
The modification works very simply:
- Creates public and private key pairs in the
/mods/votifier/folder - Creates a configuration file votifier.json in the
/config/votifier/directory
Contents of votifier.json:
{
"host": "0.0.0.0",
"port": "8192",
"debug": false,
"command-after-voting": "give %player% diamond 1",
"gui-title": "&6Voting GUI"
}
Votifier Setup
- Set the "host" parameter to your server's IP — typically leave it as "0.0.0.0" (local IP)
- Open port 8192 — hosting service owners may need to configure this through the control panel or by contacting support
- Configure the settings on the voting site, specifying the PUBLIC key, not the private one
- Test functionality using appropriate tools
Voting Interface
Accessible via the /vote command. Configured in the config/votifier/voting_sites.json file. You can use formatting like &6&l (bold golden text) in descriptions, names, and interface titles.