Hytale Vote Rewards Features
Powerful features, zero complexity. Built specifically for Hytale server owners who want to focus on their community, not infrastructure.
Struggling to Deliver Hytale Vote Rewards?
Hytale server owners need to know when players vote so they can reward them. But setting up vote notifications is complex: configure webhooks, manage Discord bots, handle callbacks, monitor uptime. VotePipe eliminates all of this.
Discord Notifications
Instant Discord Alerts for Hytale Votes
Get notified the moment a player votes for your server. Rich embeds with voter name, provider, and timestamp.
- Real-time notifications
- Customizable message templates
- Admin summary reports (Growth+)
- Rich embeds with colors (Pro+)
🎉 **PlayerName** just voted on **Hytale-Servers.pro**!
Thank you for supporting our server!
+10 Vote Points added to your account.VotePipe Plugin
Official Hytale Server Plugin for Vote Rewards
The easiest way to deliver vote rewards in-game. Download the official VotePipe plugin from your dashboard—no callbacks to configure, no REST API needed.
- Download JAR directly from dashboard
- Simple token-based configuration
- Real-time vote delivery to online players
- Offline vote queuing for later delivery
- Built-in commands and event system
// Listen for votes - called once per vote (per player)
@EventHandler
public void onVote(VoteReceivedEvent event) {
Player player = server.getPlayer(event.getVoterName());
if (player != null && player.isOnline()) {
player.giveItem(new ItemStack("diamond", 5));
player.sendMessage("Thanks for voting on " + event.getProviderName() + "!");
event.success(); // Mark as claimed
} else {
event.fail("Player offline"); // Will retry next poll
}
}Server Callbacks
Hytale Server Callbacks for Automatic Rewards
Send vote data to your game server's REST API. Automatically reward players with items, coins, or ranks.
- Instant HTTP POST callbacks
- Secure bearer token auth
- Automatic retries with exponential backoff
- Custom JSON payload templates
{
"event": "vote",
"vote_id": "vt_550e8400-e29b...",
"voter_name": "PlayerName",
"provider": "hytalecharts",
"received_at": "2026-01-02T15:30:00Z"
}Analytics Dashboard
Vote Analytics Dashboard for Hytale Servers
Track voting trends, identify top voters, and export data. Make informed decisions about your reward strategy.
- Interactive trend charts
- Top voter leaderboard (Pro+)
- CSV export
- Per-provider statistics
127
Today
892
This Week
3,456
This Month
45,678
All Time
REST API
Build Custom Integrations
Full REST API for programmatic access. Create custom dashboards, automate workflows, or integrate with your existing tools.
- Multiple API keys
- Full API reference in dashboard
- 500 requests/minute
- Scoped permissions (read/full)
curl -X GET "https://api.votepipe.com/v1/votes" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"And Much More
Every feature designed to save you time and help you grow.
Plugin Downloads
Download the official VotePipe plugin JAR directly from your dashboard.
Provider Templates
Pre-configured Hytale-Servers.pro and HytaleCharts integrations.
Cryptographic Security
HMAC-SHA256 signature verification ensures vote authenticity.
Plugin Commands
Built-in /votepipe commands for status, reload, and testing.
Event System
VoteReceivedEvent for custom reward logic in your plugins.
Automatic Retries
5 immediate retries, plus delayed retries for Pro+ plans.
Real-time Processing
Votes processed and notified instantly, 24/7.
Secure Authentication
Discord OAuth, API keys, plugin tokens, and webhook signatures.
Custom Payloads
Design your own JSON structure with template variables.
Ready to Get Started?
Join 100+ Hytale servers using VotePipe. Setup takes less than 5 minutes.
See Hytale vote notification pricing or check supported providers.