A Votifier-style plugin for Hytale that receives vote notifications from voting websites via HTTP and fires events for other plugins to handle rewards.
HytaleVotifier allows your Hytale server to receive vote notifications from voting websites when they vote for your server.
It works similarly to Votifier on Minecraft servers and is designed to be simple to set up for server owners.
When a player votes for your server on a voting website:
Before installing, make sure you have:
> ⚠️ HytaleVotifier will not work without Nitrado:WebServer installed.
Ensure Nitrado:WebServer is installed and working on your server.
``` plugins/ └── HytaleVotifier-1.0.0.jar ```
No configuration is required.
Open your browser and navigate to:
``` http://YOUR-SERVER-IP:PORT/Hyvote/HytaleVotifier/status ```
``` { "status": "ok", "version": "1.0.0", "serverType": "HytaleVotifier" } ```
If you see this response, the plugin is running correctly.
After the first startup, the plugin creates the following directory:
``` plugins/Hyvote-HytaleVotifier/ └── keys/ ├── public.key └── private.key ```
Used by voting websites to securely send vote data
Used internally by the server to read incoming votes
Do not delete these files after setup.
When configuring a voting website, use the following details:
``` http://YOUR-SERVER-IP:PORT/Hyvote/HytaleVotifier/vote ```
``` plugins/Hyvote-HytaleVotifier/keys/public.key ```
Use the following command in-game or from the console:
``` /testvote ```
Example:
``` /testvote TestPlayer ```
Required permission:
``` hyvote.testvote ```
HytaleVotifier does not give rewards by itself. You also need to install and configure HytaleVoteListener, another plugin we have created (similar to GAListener)
This allows:
If players are not receiving rewards:
If something is not working:
If needed, we're happy to help - just contact us at https://hyvote.org!
0 Comments