/
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",
"voting-link": "link"
}
To set up the Votifier:

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