EasyVote

Moved

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

5/5, 14 likes
  1. Try found [ChatCommand("reward")] line. And rename it to claim. Thats it, but language will still say /reward. I will fix it in next update
     
  2. Alright il wait for the update then :)
     
  3. When some players vote they receive the items, but not rp. Thanks.
     

    Attached Files:

  4. You attached data/easyvote.json file.
    1. Make sure that you use latest version.
    2. Make sure that your ServerRewards for Rust | Oxide is updated and runnig,
    3. Open oxide server console (or use rcon) and try give your self rp. sr add <playername> <amount>
    4. Try backup and remove old config/easyvote.json
    Hope some of this helped.
     
  5. Exel80 updated EasyVote with a new update entry:

    1.1.5

     
  6. I make strawpoll, im about to change /reward to /claim & /reward list to /rewards. Make sure you leave your vote in strawpoll.me/11298601 !!!
     
  7. voted for /claim
     
  8. Hey there, I just want to say thank you for the latest update however I have another suggestion for it.

    Can you add way to remove the person that received the rank from Highest vote to be removed after a set amount of days?

    Also in the \oxide\data\EasyVote.json file, what do these mean?

    "month": 9,
    "highestVoter": 0,
    "announcemented": 0
     
  9. Exel80 updated EasyVote with a new update entry:

    1.1.51


    [DOUBLEPOST=1474829590][/DOUBLEPOST]
    Thanks, i totally forgot that :| I hotfix it really quick.

    Code:
    {
      "month": 9, // Current month
      "highestVoter": 0, // Here easyvote save highest voter steamID.
      "announcemented": 0 // 0 = Highest voter havent yet joined to server to earn his reward. 1 = Highest voter have joined & received his 1 month free group.
    }
     
    Last edited by a moderator: Sep 25, 2016
  10. What way you have set up so it reads how much days the plugin looks for, for each month. For example like some months have 30 days and some have 31. How does the plugin look for this?
     
  11. I just noticed this. Am i the only one that its happening to? shows rust-server for each server url.
     

    Attached Files:

  12. You must have setup the config wrong as that doesn't happen for me.
     
  13. hmm i haven't changed anything else besides adding the key's and id's.

    (New Edit) i just reinstalled and reset config it still same thing.
     
    Last edited by a moderator: Sep 25, 2016
  14. Hmm maybe reinstall the actual .cs file then?
     
  15. yea tried that as well deleted .cs and .json (config file) and re-downloaded it. still no go same issues.
     
  16. Exel80 updated EasyVote with a new update entry:

    1.1.52


    [DOUBLEPOST=1474862617][/DOUBLEPOST]
    Plugin checking if month number change when plugin loaded. That's why there is "month: 9" in data/easyvote.json
     
    Last edited by a moderator: Sep 26, 2016
  17. @Exel80 so heres my config but when I vote or others do it says we voted but when I do /reward I get nothing what did I do wrong?
     

    Attached Files:

  18. Can you send me your config file? Make sure that you remove your API key
     
  19. Here thanks man!
     

    Attached Files:

  20. thank you i was skimming though code but was not seeing the error my self.