Migrate from HytaleVotifier
Step-by-Step
Complete guide to switching from HytaleVotifier to VotePipe
Before You Start
Important: Note down your current HytaleVotifier configuration, especially any custom reward commands. You'll need to recreate these in VotePipe.
Step 1: Create VotePipe Account
- Go to app.votepipe.com and sign up
- Create a new organization for your server
- Note your webhook URL from the Providers page
Step 2: Configure Vote Sites
Update each vote site to use your new VotePipe webhook URL:
- Log into each vote site where your server is listed
- Find the webhook/callback URL settings
- Replace the old URL with your VotePipe webhook URL
- Save changes
Tip: VotePipe webhook URLs look like:https://api.votepipe.com/v1/webhook/your-org/provider-key
Step 3: Install VotePipe Plugin
- Stop your Hytale server
- Remove
HytaleVotifier.jarfrom your mods folder - Download VotePipe plugin from CurseForge or Modtale
- Place the JAR in your server's
mods/folder - Start and stop the server to generate config
Step 4: Configure Plugin
Edit mods/Mythlane_VotePipe/config.json:
json
{
"token": "vpt_your_token_here",
"poll_interval_ms": 5000,
"enabled": true,
"debug": false
}Get your plugin token from Settings → Plugin.
Step 5: Configure Rewards
Recreate your HytaleVotifier rewards in VotePipe:
| HytaleVotifier | VotePipe Equivalent |
|---|---|
| commands | Automatic Mode → Command action |
| broadcast | Automatic Mode → Broadcast action |
| player-commands | Automatic Mode → Command action (as player) |
See Automatic Mode Guide for detailed setup.
Step 6: Verify Migration
- Start your server
- Run
/votepipe statusto verify connection - Cast a test vote on one of your vote sites
- Check the VotePipe dashboard for the vote
- Verify rewards were delivered in-game
Migration Checklist
- VotePipe account created
- Vote site webhooks updated
- HytaleVotifier removed
- VotePipe plugin installed and configured
- Rewards configured in dashboard
- Test vote successful
Troubleshooting
Votes not appearing?
- Verify webhook URL is correct on vote sites
- Check vote site requires the webhook format VotePipe supports
- Enable debug mode in config to see detailed logs
Rewards not working?
- Check your reward configuration in the dashboard
- Verify command syntax is correct
- Ensure player is online (or use offline-safe commands)