Azuriom / Plugin-Vote

A vote plugin to reward players when they vote.

Home Page:https://market.azuriom.com/resources/2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7 days to Die Voting

sapdkeybinder opened this issue · comments

Hello! Would it be possible to add the voting website "7daystodie-servers.com" for the game 7 Days to Die? Thank you very much!

Currently 7 Days To Die isn't officially supported by Azuriom so we won't add it for now in the vote plugin. However you can easiy add support by adding '7daystodie-servers.com', in the file plugins/vote/src/Verification/VoteChecker.php here:

$listForge = [
'gmod-servers.com',
'ark-servers.net',
'rust-servers.net',
'tf2-servers.com',
'counter-strike-servers.net',
];

Like this:

 $listForge = [
     'gmod-servers.com',
     'ark-servers.net',
     'rust-servers.net',
     'tf2-servers.com',
     'counter-strike-servers.net',
+    '7daystodie-servers.com',
 ];