Skip to content

A Fabric mod that implements a Votifier for Minecraft servers (1.20+)

License

Notifications You must be signed in to change notification settings

Kryeit/Votifier

 
 

Repository files navigation

Votifier for Fabric
Supported Versions License CF Modrinth

It's a really simple mod:

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

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.

About

A Fabric mod that implements a Votifier for Minecraft servers (1.20+)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%