Looking to climb the rankings and reward your community? Setting up Votifier on your Hytale server is the most effective way to automate player rewards and increase your visibility on our Hytale server list.
By integrating the Votifier v1 protocol, your server can receive real-time notifications whenever a player supports you on hytale.game. This secure connection, powered by RSA encryption, ensures that every vote is verified and ready to trigger in-game perks. Follow our step-by-step tutorial below to install the mod and link your Public Key via your server management dashboard.
Votifier Setup Guide
Follow these steps to connect your Hytale server and enable automatic voting rewards.
Download the Mod
First, download one of the reliable Votifier-compatible mods for Hytale:
Installation
Drop the .jar file into your /mods/ directory and restart your server. The mod will automatically generate a set of RSA keys in your config folder.
Get your Public Key
Access your server files and open the following file:
/config/votifier/rsa/public.key (or /hyvote/rsa/)
[Copy the entire string of text inside this file]
private.key. Only the Public Key is required for our website to encrypt vote data.
Finalize on Hytale.game
Now, link the key to your server page:
- Go to My Servers
- Select your server and click the “Manage Server” button.
- Paste your Public Key into the Votifier configuration field.
- Save your settings and you’re ready to go!
🛠️ Manual Integration (Developers)
🔑 Your login information
- Base URL:
https://hytale.game/wp-json/hytale-api/v1 - Your Secret Key:
XXX-XXX-XXX(Available in your management interface) - Test username:
Leviauzah
The system operates on a simple cycle: Check then Claim .
Step 1: Check pending votes
As soon as a player connects to your server, query the API to retrieve their unclaimed votes.
- Method :
GET - Example URL:
https://hytale.game/wp-json/hytale-api/v1/check?username=Leviauzah&secret_key=XXX-XXX-XXX - JSON response: The API returns a list of objects containing the vote ID and date.
Step 2: Validate the vote (Claim)
Once the reward has been given in the game, you must validate the vote for it to disappear from the queue.
- Method:
POST(orGET) - Example URL:
https://hytale.game/wp-json/hytale-api/v1/claim?vote_id=1&secret_key=XXX-XXX-XXX
GET TOP VOTE
How it works: The API counts every unique validated vote. You can display the rankings of your top voters for the month or all-time directly in-game or on your website.
- Method:
GET - Example URL:
https://hytale.game/wp-json/hytale-api/v1/top-voters/server?secret_key=XXX-XXX-XXX