Azuriom / Plugin-Vote

A vote plugin to reward players when they vote.
https://market.azuriom.com/resources/2
MIT License
0 stars 25 forks source link

7 days to Die Voting #80

Closed sapdkeybinder closed 1 year ago

sapdkeybinder commented 1 year ago

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

MrMicky-FR commented 1 year ago

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: https://github.com/Azuriom/Plugin-Vote/blob/3602eae5b57e9287040354f122103d6c7033aff1/src/Verification/VoteChecker.php#L140-L146

Like this:

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