EasyVote

Moved

Total Downloads: 4,115 - First Release: Aug 27, 2016 - Last Update: Mar 24, 2018

5/5, 14 likes
  1. Hi wondering If anyone could help me. Where in the config file to i add extra API keys so players can vote on multiple sites? Thanks in advance:)
     
  2. Is it possible to have 2 voting plugins running at the same time? So for instance I currently have: Voter Rewards for Rust | Oxide with a choice of rewards that is linked to rust-servers.net but am thinking of using this one to be linked to toprustservers.com and have it give out an auto reward.

    Is this possible or will it conflict and cause epic lags?
     
  3. I just had a player vote to test my config and I set it so players gain a z-level when voting but this is coming up in console:
    Command 'zlvl "PLAYERNAME" WC +1' not found

    I have this in the config: "zlvl-wc: 1"

    Is this a bug or should it be: "zl.lvl WC: 1"??
     
  4. Never mind I figured it out on my own and now working and am able to run both just need to change the chat command for this one to something like trsvote etc...
     
  5. @Exel80 Can you add a config option for the hero rank to be awarded every 2 weeks? We wipe every 2 weeks and clear the vote data which means people will never get a hero rank
     
  6. Tryin to work this one out myself right now
     
  7. Lil help

    Code:
    (02:17:40) | Command 'zlvl "[ADMIN] Corrosive tha Gawd" WC +2' not found
    (02:17:40) | Command 'zlvl "[ADMIN] Corrosive tha Gawd" S +2' not found
    (02:17:40) | Command 'zlvl "[ADMIN] Corrosive tha Gawd" WC +2' not found
    Code:
        "vote2": [
          "rp: 500",
          "metal.refined: 500",
          "zlvl-wc: 2",
          "zlvl-s: 2",
          "zlvl-wc: 2"
    Code:
      "Variables": {
        "addgroup": "addgroup {playerid} {value} {value2}",
        "grantperm": "grantperm {playerid} {value} {value2}",
        "money": "eco.c deposit {playerid} {value}",
        "rp": "sr add {playerid} {value}",
        "zlvl-mg": "zlvl {playername} MG +{value}",
        "zlvl-s": "zlvl {playername} S +{value}",
        "zlvl-wc": "zlvl {playername} WC +{value}"
     
    Last edited by a moderator: Aug 3, 2017
  8. Although I have already PM'd you Corrosive I will put the changes I made in the config here:

    Z Levels changes:

    Code:
        "zlvl-mg": "zl.lvl {playerid} M +{value}",
        "zlvl-s": "zl.lvl {playerid} S +{value}",
        "zlvl-wc": "zl.lvl {playerid} WC +{value}"
     
  9. Awesome thanks, I think maybe i needed a fresh config to sort it, there seems to be a disconnect between the config and the plugin. will test now, thanks very much
     
  10. yeah the plugin has the values that you originally posted and generates them upon a fresh install of the plugin. I have made the required changes to the plugin but have also changed the command to use the plugin so I can have 2 voting reward plugins... 1 for rust-servers and one for top rust servers (This one) I changed the command to /trsvote and changed the reward list command also to avoid conflicts. If you want to I can upload that also for you?
     
  11. Do yo
    Nah i'm good, got ours working on Beancan and Rust-Servers. We have it set to only give out rewards every other day if you vote on both sites every day. 2,6,10, 14, 18, 24

    By the way, I assume you have to create the hero group in order for people to be added to it?
     
  12. I have created it manually yes ;)
     
  13. does it need timedpermissions or will the easyvote plugin just take care of the adding and removal without adding it anywhere else.
     
  14. I do believe that easyvote removes and replaces the user each wipe according to the overview.
     
  15. Hmm, see we've always deleted the easyvote data file so people go back to 2 votes, i wonder if it does the backup and starts everyone at zero by detecting a fresh wipe.
     
  16. yeah in oxide/data you should have:

    EasyVote.bac.json
    EasyVote.json

    I'm guessing once the .bac version is created the user with most votes in .bac gets put into the Hero group
     
  17. hmm, I think it only makes the bac once a month so presumably it'd lost 1 wipe of votes
     
  18. Can you bold the text on "Example: addgroup: GroupName-30d" I spent an hour trying to figure out what was wrong and i was writing it addgroup groupname 30d
     
    Last edited by a moderator: Aug 5, 2017
  19. Also can I request a feature? /vote add {steamid} for when sites dont work for people
     
  20. I put the API and ID in the config. Type /vote and it just gives a link. Isnt is supposed to vote automatically?