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

This branch is 49 commits ahead of vexsoftware/votifier:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a74ba0 · Jan 23, 2025
Jan 17, 2024
Jan 23, 2025
Jan 17, 2024
Jan 18, 2024
Jan 23, 2025
Jan 19, 2024
Jan 19, 2024
Jan 17, 2024
Jan 17, 2024
Jan 17, 2024

Repository files navigation

Votifier for Fabric
Supported Versions License CF Modrinth

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

This 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:

  1. Set "host" to your server IP, in most cases leave it as "0.0.0.0", it's the local IP.
  2. Open your port 8192. If you are using a hosting service, you may need to open it in the control panel or open a support ticket.
  3. Fill the configuration on the Voting site, adding the PUBLIC key, NOT the PRIVATE.
  4. Test with MineStatus Votifier Tester

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%