/
This mod adds a link between Voting Sites (PlanetMinecraft, etc).
This plugin records the votes made by players, and gives them a reward (runs a command).
It's a really simple mod:
/mods/votifier/ folder/config/votifier/ folderThis votifier.json is:
{
"host": "0.0.0.0",
"port": "8192",
"debug": false,
"command-after-voting": "give %player% diamond 1",
"gui-title": "&6Voting GUI"
}
Opens when using /vote, and it's configurable in config/votifier/voting_sites.json. Use formatting like &6&l (bold and gold color) in the lore, name or gui title.

A Votifier mod for Neoforge platforms (Port of original Bukkit votifier)