SimpleVotifier is a modern and flexible voting plugin compatible with any vote site. Fully configurable and extensible, it makes rewarding players and managing leaderboards simple, fast, and effortless.
SimpleVotifier is a modern, lightweight, and powerful voting plugin designed specifically for Hytale servers. It allows any voting website to securely notify your server when a player votes, instantly rewarding players and driving engagement through configurable rewards and real-time leaderboards.
Built with simplicity and flexibility in mind, SimpleVotifier is fully configurable, highly extensible, and extremely easy to set up — even for beginners. Whether you want a simple vote notification system or a complete reward and leaderboard solution, SimpleVotifier adapts perfectly to your server needs.
SimpleVotifier is officially supported by Top-Games, ensuring maximum compatibility and reliability with the platform.
https://github.com/Top-Serveurs/simple-votifier-hytale
SimpleVotifier relies on the official Hytale WebServer plugin:
This design makes SimpleVotifier extremely easy to deploy and avoids complex firewall or network configuration.
SimpleVotifier.jar from the GitHub releases.mods/ directory.After the first launch, a configuration file will be created at:
mods/SimpleVotifier/config.json{
"language": "en",
"token": "YOUR_SECURE_TOKEN",
"broadcastVotes": true,
"logVotes": true,
"voteSites": [
{
"service": "Top-Games",
"url": "https://top-games.net/hytale/my-server"
},
... any other servers list
]
}{
"language": "en",
"token": "CHANGE_THIS_TO_A_SECURE_RANDOM_STRING",
"allowedIps": [],
"logVotes": true,
"broadcastVotes": true,
"rewards": {
"enabled": false,
"monthlyReset": true,
"everyVoteCommands": [
"give {player} Plant_Crop_Carrot_Item"
],
"tiers": [
{
"votesRequired": 10,
"commands": [
"give {player} Container_Bucket"
]
},
{
"votesRequired": 50,
"commands": [
"give {player} Armor_Iron_Head"
]
},
{
"votesRequired": 100,
"commands": [
"give {player} Rock_Gem_Diamond"
]
}
]
},
"leaderboard": {
"enabled": false,
"format": "html",
"showVoteSites": true,
"limit": 10
},
"voteSites": [
{
"service": "Top-Games",
"url": "https://top-games.net/hytale"
},
{
"service": "Top-Serveurs",
"url": "https://top-serveurs.net/hytale"
}
]
}
Everything is designed to be simple, readable, and easy to customize.
#### Main Settings
en, fr, es, de, it, pt, ru, uk, zh, jaservice (name) and url (link)#### Reward System
#### Leaderboard
html or json (default: html)Placeholders:
{player} - Replaced with the voter's usernameClaim pending vote rewards.
Usage: /rewards
Output:
List available vote sites configured in config.
Usage: /vote
Output:
View your vote statistics and tier progress.
Usage: /voteinfo
Output:
| Code | Language | Code | Language |
|---|---|---|---|
| <code>en</code> | English | <code>pt</code> | Portuguese |
| <code>fr</code> | French | <code>ru</code> | Russian |
| <code>es</code> | Spanish | <code>uk</code> | Ukrainian |
| <code>de</code> | German | <code>zh</code> | Chinese |
| <code>it</code> | Italian | <code>ja</code> | Japanese |
Change the language setting in config.json to switch languages.
Enable the built-in reward system to automatically reward players for voting:
The reward system can be fully disabled if you prefer handling rewards through your own plugin using the event API.
This Votifier plugin includes an HTTP leaderboard endpoint:

Leaderboards help motivate players and increase recurring votes.
SimpleVotifier is the perfect solution for server owners who want a simple, reliable, and modern voting system without unnecessary complexity.
Need help or have questions?
0 Comments