EasyVote

Moved

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

5/5, 14 likes
  1. Translate for what language ? XD
     
  2. TRANSLATE TO PORTUGUESE.
     
  3. Im not from Portuguese and i dont want use google translate. You can do it by make a new file, copy easyvote.en.json language file.
    Then replace .en to .pt, now all user that has set they steam to Portuguese, got your translated messages and other English version.
     
  4. Quick question why not /claim rather then /reward ?
     
  5. Good question. I was playing other servers and they use also /reward when claim reward.
    It can easily change, but i don't think that its not that big deal.
     
  6. i change the rewards but nothing happens! its always the old rewards
    i will give player @2 votes sup and next @ 10 votes but when he vote and reward he get 1 sup every vote

    here the new rewards

    {
    "Reward": {
    "vote2": [
    "supply.signal: 1"
    ],
    "vote10": [
    "supply.signal: 1",
    "Assault Rifle: 1"
    ],
    "vote20": [
    "rifle.lr300: 1",
    "ammo.rifle.hv: 500"
    ]
    },
    "Settings": {
    "Annoucment": "true",
    "BeancanID": "",
    "BeancanKEY": "",
    "GlobalAnnouncment": "true",
    "Prefix": "<color=cyan>[EasyVote]</color>",
    "RustServersID": "",
    "RustServersKEY": "",
    "TopRustServersID": "",
    "TopRustServersKEY": ""
    },
    "Variables": {
    "addgroup": "addgroup {playerid} {value} {value2}",
    "addlvl": "xp addlvl {playername} {value}",
    "grantperm": "grantperm {playerid} {value} {value2}",
    "money": "eco.c deposit {playerid} {value}",
    "rp": "sr add {playername} {value}",
    "zlvl-mg": "zlvl {playername} MG +{value}",
    "zlvl-s": "zlvl {playername} S +{value}",
    "zlvl-wc": "zlvl {playername} WC +{value}"
    }
    }
     
    Last edited by a moderator: Sep 20, 2016
  7. Hey, remove you api key plz ^^

    and the line 7 is not "Assault Rifle" but "rifle.ak" if is a AK.

    The name in vote reward is a Item Shortname not a Item Name
     

  8. Fuck yes :-D
     
  9. @Lauch12
    I actually found that bug one or two day agon. If you start at 2 or higher, plugin gave that reward.
    You can easily fix it by add empty reward.
    Code:
    "vote1":[],
    "vote9":[],
    "vote19":[],
    But i working on it to fix this.

    Use Item Shortname like CrazyDoo said. You can make sure that your reward list is loaded from checking /reward list
     
  10. @Excel80 I got a bug, when y make a big config vote, the reward list in chat is hidden :d
     
  11. I know that too :D Someone already report it
    Thank you still
     
  12. [09/20/2016 19:15:19] [Oxide] 19:15 [Error] Failed to call hook 'cmdReward' on plugin 'EasyVote v1.1.2' (KeyNotFoundException: The given key was not present in the dictionary.)
    [09/20/2016 19:15:37] [Oxide] 19:15 [Error] Failed to call hook 'cmdVote' on plugin 'EasyVote v1.1.2' (KeyNotFoundException: The given key was not present in the dictionary.)

    seeing this hundreds of times in the log.error reports. Im sure my keys and ids are correct, what could this be? Thanks.
    [DOUBLEPOST=1474415145][/DOUBLEPOST]Also [09/20/2016 05:01:21] [Oxide] 05:01 [Error] Failed to run a 60.00 timer in 'EasyVote v1.1.2' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  13. nevermind, ive updated hopefully it fixes it.
     
  14. Your config file missing something.
    Latest version fix it.
     
  15. @Exel80 It's possible of you add a option for make a every 'x' vote per player he got 'x' reward ? or with a list ?
     
  16. Is there anyway I can setup a way to get the vote system to check who has the most votes and give them a rank at the end of the month?

    I have seen two servers with this now

    I have attached an image with an example of what I mean.
     

    Attached Files:

  17. Cool idea, i have currently problem with my win10. But when i got it work again, i will add this feature in The future version
     
  18. Thank you very much
     
  19. Alright, If i personally want /claim what exactly do i I need to change?