EasyVote

Moved

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

5/5, 14 likes
  1. this would be so handy if this could happen so many more people are more likely to vote with it like this!
     
  2. Last edited by a moderator: May 30, 2017
  3. Hello, i got the plugin in this day, i configured with API Key and IDs but i have a problem:

    Just "admin" group can acces all the commands.
    Players cant, when they write /vote is nothing happening, no unknown command error, nothing happen.
    This is a list with my plugin:
    Vanish, Trade, RemoverTool, PrivateMessages, PlayerManager, InventoryViewer, GatherManager, EasyVote, ConnectMessages, BuildingBlocker, BetterChat, AliasSystem, AdminChat.
     

  4. attach your config file mate
     
  5. Look , is here !
     

    Attached Files:

  6. have you tried to remove the plugin and re install it?
    if u havnt try doing so and try only adding RustServers it should work for everyone.
     
  7. dose anyone know how to change the colour of this text
    "you received: $5,000.00 ?? i want to change the amount i received to green like i have done with the rest of the stuff but cant
    find where to edit it anywhere


    Gyazo - e2f16fbff878d738b2c1c4cc20ab180e.png
     
  8. I have an issue, I do the "/vote test", but for example I have Vote 1, 3, 6.

    When I reach Vote 3 I get my rewards there, but when I do another vote test, I get the same rewards, I mean If people vote more then 3 times, will they get the same reward as 3 again ?

    Code:
    {
      "Reward": {
        "vote1": [
          "supply.signal: 1"
        ],
        "vote3": [
          "rifle.ak: 1",
          "ammo.rifle: 50"
        ],
        "vote6": [
          "autoturret: 1",
          "weapon.mod.holosight: 1",
          "weapon.mod.silencer: 1"
        ]
      },
      "Settings": {
        "Announcment": "true",
        "GlobalClaimAnnouncment": "true",
        "HighestVoter": "false",
        "HighestVoterInterval": "10",
        "HighestVoterRewardGroup": "hero",
        "Prefix": "<color=cyan>[EasyVote]</color>"
      },
      "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}"
      },
      "VoteSettings": {
        "BeancanID": "",
        "BeancanKEY": "",
        "RustServersID": "127035",
        "RustServersKEY": "JsYAEHJlcd6LnFYZ6NzU2RVl559bk14xqTp",
        "TopRustServersID": "",
        "TopRustServersKEY": "",
        "TopServeursID": "",
        "TopServeursKEY": ""
      }
    }
     
  9. yeah Ive noticed it works like that, as soon as they get up to vote6 they will only start getting that reward then, so the best would be to have different every vote point just to get the variation and have loads of levels
     
  10. Hmm, that's not something I expect from this plugin, would be helpful If the developer or someone who understands more about this plugin can help me out, I want to have those 3 votes points where users won't get the same reward over and over.
     
  11. check my quote.
     
  12. Oh, that's helpful thanks :D
     
  13. Trying to add Zlevels rewards but in console :
    (12:36:29) | Command 'zlvl "pseudo" WC +2' not found

    (12:36:29) | Command 'zlvl "pseudo" MG +2' not found

    (12:36:29) | Command 'zlvl "pseudo" S +2' not found
     
  14. Solved.
    The command is : zl.lvl "pseudo WC +1 ... and for mining it's M and not MG.
    Edited the .cs and .json, works fine now
     
  15. recently this plugin stopped giving level rewards. the other rewards are given. here's some of my config
    ,
    "Reward": {
    "vote1": [
    "supply.signal: 1",
    "techparts: 2",
    "metalpipe: 2",
    "money: 200",
    "zlvl-a: 1"
    ],
    "vote5": [
    "supply.signal: 1",
    "techparts: 4",
    "metalpipe: 4",
    "money: 400",
    "zlvl-a: 1",
    "zlvl-s: 1"
    ],
    "vote11": [
    "supply.signal: 1",
    "techparts: 8",
    "metalpipe: 8",
    "money: 800",
    "zlvl-a: 1",
    "zlvl-s: 1",
    "zlvl-m: 1"
    ],
    "vote17": [
    "supply.signal: 1",
    "techparts: 16",
    "metalpipe: 16",
    "money: 1600",
    "zlvl-a: 1",
    "zlvl-s: 1",
    "zlvl-m: 1",
    "zlvl-wc: 1"
    ]
    },
    "Variables": {
    "addgroup": "addgroup {playerid} {value} {value2}",
    "grantperm": "grantperm {playerid} {value} {value2}",
    "money": "eco.c deposit {playerid} {value}",
    "rp": "sr add {playerid} {value}",
    "zlvl-c": "zl.lvl {playername} C +{value}",
    "zlvl-wc": "zl.lvl {playername} WC +{value}",
    "zlvl-m": "zl.lvl {playername} M +{value}",
    "zlvl-s": "zl.lvl {playername} S +{value}",
    "zlvl-a": "zl.lvl {playername} A +{value}",
    "zlvl-all": "zl.lvl {playername} * +{value}",
    "zlvl-mg": "zlvl {playername} MG +{value}"
    }
    [DOUBLEPOST=1497294777][/DOUBLEPOST]Seems I fixed it by replacing {playername} with {playerid}
     
  16. i added this plugin to my server and when you type / vote it repeats the link 2 times any ideas on how to fix it?
     
  17. Heelo people :) Could someone tell me if you can change links that are displayed in chat when you type /vote? thanks
     
  18. Two questions, I have two vote sites but when I vote on both it counts as 2 votes & I only want it to count as 1 vote&reward... how do I do that? Second, how do I make the /vote command automatically open my two vote sites? Thx
     
  19. up
    first day of mouth and my counter hase reset on server ;/ wipe is 6 July and now we have votes revards form day 1 ;/