Vodnik za Nastavitev Nagrad za Glasovanje

Naučite se, kako nastaviti nagrade v igri za igralce, ki glasujejo za vaš strežnik na Hylist.

Kaj je Votifier2?

Votifier2 je protokol, ki omogoča spletnim mestom s seznami strežnikov, kot je Hylist, pošiljanje obvestil o glasovih neposredno vašemu igralnemu strežniku. Ko igralec glasuje za vaš strežnik, Hylist pošlje varno sporočilo vašemu strežniku, ki lahko nato samodejno nagradi igralca.

Zahteve

  • Vtičnik, združljiv z Votifier2, nameščen na vašem strežniku
  • Odprta vrata za poslušalec Votifier (privzeto: 8192)
  • Vtičnik za nagrade za dajanje predmetov/ugodnosti glasovalcem (neobvezno, vendar priporočeno)

Korak 1: Namestite Vtičnik Votifier2

Najprej morate namestiti vtičnik, združljiv z Votifier2, na vaš Hytale strežnik. Priporočamo:

Prenesi Hytale Votifier

Sledite navodilom za namestitev vtičnika, da ga dodate na vaš strežnik.

Korak 2: Omogočite Nagrade v Igri na Hylist

Omogočite nagrade v igri na vaši Hylist nadzorni plošči, da dobite vaš Votifier žeton.

  1. Pojdite na stran za urejanje vašega strežnika na Hylist nadzorni plošči
  2. Preklopite "Omogoči nagrade v igri" na VKLOPLJENO
  3. Nastavite vrata Votifier (privzeto: 8192)
  4. Shranite spremembe
  5. Kopirajte vaš Votifier žeton za naslednji korak

Korak 3: Konfigurirajte Vtičnik

Prilepite Votifier žeton iz Hylist v konfiguracijsko datoteko vašega vtičnika.

Primer konfiguracije (config.json):

{
  "BindHost": "0.0.0.0",
  "BindPort": 8192,
  "DisableV1Protocol": false,
  "RewardCommands": [
    "gm adventure %player%"
  ],
  "RewardMessages": [
    "<gray>Thanks for your vote on <gold>%from%</gold>!"
  ],
  "Tokens": {
    "Hylist.io": "<YOUR_TOKEN_FROM_HYLIST>"
  }
}

Neobvezno: Konfiguracija ukaza za glasovanje (voteCommand.json):

{
  "Enabled": true,
  "OpenCustomGui": true,
  "SendChatMessage": true,
  "ChatMessageHeader": [
    "<gold><b>Vote for our server!</b></gold>"
  ],
  "ChatMessageTemplate": "<yellow><click:%link%>%name% (Click)</click></yellow>",
  "VoteLinks": {
    "Hylist.io": "https://hylist.io/vote/<YOUR_SERVER_SLUG>"
  }
}

Zamenjajte <YOUR_SERVER_SLUG> s slugom vašega strežnika (npr. "my-awesome-server"). To lahko najdete v URL-ju vašega strežnika na Hylist.

Nasvet: Vnaprej izpolnite uporabniško ime za boljšo uporabniško izkušnjo

URL-ju za glasovanje lahko dodate ?username=ImeIgralca za samodejno izpolnitev uporabniškega imena igralca:

https://hylist.io/vote/your-server?username=PlayerName

Opomba: To zahteva podporo vtičnika po meri, saj večina vtičnikov tega privzeto ne podpira.

Korak 4: Odprite Vrata

Prepričajte se, da so vrata Votifier odprta in dostopna z interneta.

Prepričajte se, da so vrata odprta v požarnem zidu vašega strežnika. Če uporabljate ponudnika gostovanja, boste morda morali konfigurirati posredovanje vrat.

Testiranje Vaše Nastavitve

Za preverjanje, da vse deluje:

  1. Prepričajte se, da je vaš strežnik na spletu in da vtičnik Votifier teče
  2. Glasujte za vaš strežnik na Hylist in vnesite vaše uporabniško ime v igri
  3. Preverite konzolo vašega strežnika za obvestila o glasovih
  4. Preverite, da prejmete konfigurirane nagrade v igri

Varnostni Nasveti

Nikoli ne delite svojega Votifier žetona javno! Kdorkoli z dostopom do vašega žetona lahko pošilja lažna obvestila o glasovih vašemu strežniku.

  • Vaš Votifier žeton hranite zasebno in varno
  • Takoj ponovno generirajte žeton, če sumite, da je bil ogrožen
  • Če je mogoče, odprite vrata Votifier le zaupanja vrednim IP naslovom

Odpravljanje Težav

Ne prejemate glasov?

  • Preverite, da so vrata odprta in dostopna z interneta
  • Preverite, da je IP naslov vašega strežnika pravilen na Hylist
  • Prepričajte se, da vtičnik Votifier teče (preverite dnevnike strežnika)
  • Preverite, da se žeton natančno ujema (brez dodatnih presledkov)

Glasovi prejeti, vendar ni nagrad?

  • Prepričajte se, da je igralec na spletu, ko se glas obdela
  • Preverite, da je uporabniško ime pravilno črkovano (razlikuje velike in male črke!)
  • Preverite, da je vaš vtičnik za nagrade pravilno konfiguriran

Pomembno: Uporabniško ime razlikuje velike in male črke

Igralci morajo vnesti svoje uporabniško ime natanko tako, kot se prikaže v igri, vključno s pravilnimi velikimi in malimi črkami. Na primer, "Player123" in "player123" se obravnavata kot različna uporabnika.

Best Practices for Voting Rewards

Setting up voting rewards is just the first step. To maximize the impact on your server's ranking and player retention, follow these proven strategies that top-ranked Hytale servers use.

Choose Meaningful Rewards

Give rewards that players actually want but can't easily get otherwise. Exclusive cosmetics, bonus currency, or temporary boosters work better than common items. The goal is to make voting feel rewarding without making it mandatory for progression.

Create Vote Streaks

Consider implementing escalating rewards for consecutive daily votes. For example, voting 7 days in a row could unlock a special reward. This encourages habitual voting and dramatically increases your monthly vote count.

Announce Rewards In-Game

When a player receives a vote reward, broadcast it to the server. A message like "[Player] voted and received 500 coins!" reminds other players that voting rewards exist and encourages them to vote too.

Use Discord Reminders

Set up the Hylist Discord bot to post your server's vote link in a dedicated channel. Players who see a daily reminder are significantly more likely to vote consistently. You can also pin your vote link for easy access.

Frequently Asked Questions

What happens if my server is offline when a player votes?
The vote is still counted toward your server's ranking. However, the Votifier2 notification cannot be delivered while your server is offline, so the player won't receive their in-game reward immediately. Most Votifier2 plugins queue missed notifications and deliver them when the server comes back online, but this depends on your plugin's configuration.
Can I give different rewards to different players?
Yes, through your rewards plugin configuration. Most plugins support permission-based rewards, where players with certain ranks or groups receive different rewards. You can configure your voteCommand.json to run different commands based on player permissions or implement rank-based reward tiers.
Is Votifier2 compatible with proxy networks (BungeeCord/Velocity)?
Yes. Install the Votifier2 plugin on your proxy server (BungeeCord or Velocity) and configure it to forward vote notifications to backend servers. The vote port should be opened on the proxy machine. Most reward plugins support receiving forwarded votes from the proxy.
How do I test if voting rewards are working?
After setting up Votifier2 and enabling rewards in your Hylist dashboard, simply vote for your own server. Join your game server and check if you receive the configured reward. If the reward doesn't arrive, check your server console for Votifier2 connection logs and ensure the port is open and the token matches.
Nazaj na Moje Strežnike