Install Server List

For websites operating a Server List you may require the ability for a players to vote for servers. HytaleMetrics offers a free API to connect directly to HytaleMetrics customers.

Once a server has the HytaleMetrics plugin installed, they will navigate to Server -> Votes -> Credentials and generate key for your Server list. This new key can be provided to your Server List allowing you to send api requests when players vote.

Within each server, the HytaleMetrics plugin directly config has a section to control commands completed for each vote.

# rewards per vote a player completes
vote-commands:
  - "say {player} has voted!"

Server List developers simply send an API POST Request to the URL below:

https://api.hytalemetrics.net/api/vote?key={server-key-here}&player={player-username}