File Details
hytale-votifier-1.8.0.jar
- R
- Jan 25, 2026
- 2.10 MB
- 245
- Early Access
File Name
hytale-votifier-1.8.0.jar
Supported Versions
- Early Access
Version 1.8.0:
[+] Add support for Vote Polling.
Some websites like HOS use http polling for votes. The plugin now supports this by configuring the votePolling.json:
{ "Enabled": false, "Sources": [ { "Name": "HytaleOnlineServers", "Enabled": true, "PollIntervalSeconds": 60, "ServerIp": "", "ServerPort": 25789, "Secret": "", "PollApiUrl": "https://hytaleonlineservers.com/api/vote-poll", "ClaimApiUrl": "https://hytaleonlineservers.com/api/vote-claim" } ]}The default config will come with a premade setup for HOS. You just need to enter ServerIp, ServerPort and Secret from their website and Enable this feature. Other fields do not need to be touched.