Votifier for Fabric

← Back to home

Gallery

Resource Images

1 images

Overview

Resource Description

Votifier for Fabric

Votifier for Fabric is a mod designed specifically for the Fabric platform, serving as a functional port of the original Bukkit Votifier.

This mod effectively bridges the gap between various Minecraft server voting websites (such as PlanetMinecraft) and your game server. It acts as a listener that records votes cast by players on these external platforms and subsequently executes pre-configured commands to reward the players.

It is designed with simplicity in mind, operating as follows:

  1. Generates both public and private keys within the /mods/votifier/ directory.
  2. Creates a votifier.json configuration file inside the /config/votifier/ directory.

The standard votifier.json configuration file is structured as follows:

{  
  "host": "0.0.0.0",  
  "port": "8192",  
  "debug": false,  
  "command-after-voting": "/give %player% diamond 1",  
  "voting-link": "link"  
}  

Setup and Configuration Instructions:

  1. Configure the host: Set the "host" value to "0.0.0.0". In most scenarios, keeping it as "0.0.0.0" is the correct choice, as it defaults to the local IP.
  2. Open the port: You must ensure that port 8192 is open and accessible. If you are utilizing a server hosting service, you may need to open this port via your control panel or submit a support ticket to request access.
  3. Update voting sites: When filling out the configuration on your chosen voting site, ensure you use the PUBLIC key generated by the mod. Do NOT provide or use the PRIVATE key.
  4. Test functionality: Once configured, use the MineStatus Votifier Tester to verify that the connection between the voting site and your server is established correctly.

Download

Get this resource