Voter Rewards

Rewards players who vote for your server on rust-servers.net

Total Downloads: 3,456 - First Release: Jan 5, 2015 - Last Update: Jun 18, 2017

5/5, 18 likes
  1. Any news on this new plugin Wulf?
     
  2. doesnt this work anymore?
     
  3. Wulf

    Wulf Community Admin

    It'll likely get a re-write. There is another user working on another port from his Minecraft version as well.
     
  4. who? i really want this plugin
     
  5. can someone help me with adding items to the config? i want it to reward players 50 blue print frags for 6 points and 700 stone for 5 points and p ump shotgun for 4 points. and 500 metal ore for 3 points
     
  6. Code:
        "Rewards": [
          {
            "price": 6,
            "reward": {
              "blueprint_fragment": 50
            },
          {
            "price": 5,
            "reward": {
              "Stones": 700
            },
          {
            "price": 3,
            "reward": {
              "metal_ore": 500
            }
          }
        ],
     
  7. thanks , you m issed the pump shotgun but im sure i can add that correctly withou messing it uyp
     
  8. Oh yeah, sorry. It should be something like:
    Code:
          "price": 4,
            "reward": {
              "pump.shotgun": 1
            },
    I can't remember what he pump short name is
     
  9. anyone know the name for supply signal? I tried supply.signal but it errored and wouldnt let people redeem it.
     
  10. Is this done yet? or what is happening
     
  11. can i ask for it? i wanna only give 1xsupply signal per vote (with him nick name) and when they vote they need to put on chat /getreward and autogive the supply signal any 1 knows? thanks!
     
    Last edited by a moderator: Nov 25, 2015
  12. Last edited by a moderator: Dec 22, 2015
  13. supply_signal
     
  14. Everything is working perfectly with this plugin but when players redeem a reward it says reward redeemed but wont show up in their inventory?

    Code:
    "Settings": {
        "DataFile": "VoterData",
        "Rewards": [
          {
            "price": 1,
            "reward": {
              "supply_signal": 1
            }
          }
        ],

    Update: Earlier items such as cloth, stones, wood etc. work. Looks like HQ Metal, supply signals, and the newer stuff are not compatible. Can someone please fix?

    This works fine:
    Code:
      "Settings": {
        "DataFile": "VoterData",
        "Rewards": [
          {
            "price": 1,
            "reward": {
              "cloth": 250,
              "wood": 10000,
              "stones": 7500,
            }
          }
        ],
     
    Last edited by a moderator: Jan 3, 2016
  15. Please change the item list to Rust in the description
     
  16. How can i get the API key?
     
  17. Its on the website of the voter, like toprustservers.com.. you need to login

    --------


    All items with more then 1 word doesnt work for me.. i tried supply.signal and supply_signal.. :(
     
    Last edited by a moderator: Jan 7, 2016
  18. My /vote command is not working
     
  19. hello,

    it says you have received your reward but it doesn't give you anything?
    [DOUBLEPOST=1452358788][/DOUBLEPOST]"DataFile": "VoterData",
    "Rewards": [
    {
    "price": 1,
    "reward": {
    "Supply Signal": 1
    }
    }
    ],
     
  20. hello,

    it says you have received your reward but it doesn't give you anything?