nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

Votifier for Fabric

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:

  • Creates public & private keys inside /mods/votifier/ folder
  • Creates a votifier.json inside /config/votifier/ folder
  • Adds a /vote command

This votifier.json is:

{
  "host": "0.0.0.0",
  "port": "8192",
  "debug": false,
  "command-after-voting": "/give %player% diamond 1",
  "voting-link": "https://minecraft.net/?vote=true"
}

To set up the Votifier:

  1. Set "host" to your server IP
  2. Fill the configuration on the Voting site, adding the PUBLIC key, NOT the PRIVATE.
  3. Test with MineStatus Votifier Tester

Leave "command-after-voting" like "command-after-voting": "" to not run any command.

External resources


Project members

muriplz

Member


Technical information

Client side
unsupported
Server side
required
Project ID