promotional bannermobile promotional banner
premium banner
¡Give rewards to your users when vote your server in our website!

Description

 

Votes Hytale Banner

¡Give your players the posibility to get items when vote your server and get more players with our new VotesHytale website!

Config your listener and set your items in our config.yml file.

IMPORTANT: To use this system if you use pterodactyl need's a new allocation with a new port to set the listener system.

Thats a beta release, if you have problems or need help please join our Discord Server and our team can help you with all.

Commands:

/voteshytale <subcommand>
    help - See all commands.
    reload - Reload config.yml
/vote - Vote with your linked account.
/link - Link your account to VotesHytale website.

Permissions:

com.voteshytale.link

com.voteshytale.vote

com.voteshytale.admin

 

Needs support:
Website: https://voteshytale.com/

Discord Server: https://discord.gg/uEGvcJzx6f

Config File | Default:

#####################################################################################
# If you need help, get support on my Discord server: https://discord.gg/E6b2Wu7hmz #
#####################################################################################
Config:
# Enable or disable auto-updater. Recommended to true.
auto-updater: true
# To use this plugin you need have another allocation in your server for the listener.
# IF YOU USING PTERODACTYL USE 0.0.0.0 AT LISTENER HOST LIKE THE DEFAULT VALUE.
# Your server host:
votes-listener-host: "0.0.0.0"
# Your additional allocation port:
votes-listener-port: 5520
# Set a random string to secure your connection with the web socket:
votes-listener-secret: "RandomString"
# IMPORTANT: Set here your web server id, you can found it in your servers list. This is important for the command /vote.
server-id: 0

Messages:
# Click message text.
click-text: "Click Here"
# Message sent when anyone already voted
already-voted: "You already voted today, %player%. ¡Vote again tomorrow!"
# Message sent when player's receive their rewards.
received-rewards: "¡You received your rewards! Thanks for voting."
# Message to send player's when execute /vote.
vote-cmd-message:
- "----- [ VotesHytale ] -----"
- "¡Thanks for your vote, %player%! Your vote as been registered."
- "----- [ VotesHytale ] -----"
# Message to send player's when vote its successfully.
vote-broadcast:
- "----- [ VotesHytale ] -----"
- "¡%player% voted this server using VotesHytale and received the server rewards for voting!"
- "----- [ VotesHytale ] -----"
# Message sent player's when execute /link.
link-message:
- "----- [ VotesHytale ] -----"
- "¡%player% you can link your account at %link_url%!"
- "----- [ VotesHytale ] -----"

Rewards:
# - item: "" | Item name in game for give.
# quantity: 1 | How much items you wan't give to the user.
- item: "Rock_Aqua"
quantity: 1
- item: "Ore_Copper"
quantity: 5

# Available commands variables:
# - %player%
# Available executors:
# - Player
# - Console
#
# Don't use / with commands.
Commands:
- command: "give %player% Ore_Copper"
executor: "Console"
- command: "op self"
executor: "Player"