Vote Checker & Rewarder

Give rewards to users for voting on game-servers.top & rust-servers.net

Total Downloads: 1,968 - First Release: Jul 12, 2015 - Last Update: Feb 15, 2016

5/5, 12 likes
  1. Wulf

    Wulf Community Admin

    I'm not sure, you may want to check that the plugin is loaded as well as for any errors in your logs.
     
  2. the plugin working good on my server, the only problem it's to add the supply signal shortname.
     
  3. Wulf

    Wulf Community Admin

    What is the exact command you are using?
     
  4. /rewards 1
    The 1 it's the id

    you can help me with this?
     
  5. Wulf

    Wulf Community Admin

    I'm not familiar with the plugin, so I'd recommend posting in the plugin's support thread.
     
  6. You may use "Supply Signal"
     
  7. not working, i tried all the options...
    "supply.signal"
    "supply_signal"
    "Supply Signal"
    even the id of the supply signal.

    none of them works.
     
  8. Wait, I check my config
     
  9. No problem
     
  10. Do on chat /addreward "Supply Signal" 1 1000

    The 1 is the quantity, the 1000, vote count needed. If u use 0 needed is monthly and -1 each vote I thinkk ^^
     
  11. Thank you i will check it.
     
  12. ^^ No problem
     
  13. Change your "cyberscene_RewardType": "0", to 1 instead of 0.
     
  14. You talk about this plugin? Vote Checker & Rewarder for Rust | Oxide

    It's not the plugin that i need.
    The plugin that i need it's Voter Reward.
    And he have only this commands:
    /vote
    /rewards

    And i have a problem with this plugin, i can't add the supply signal.
     
  15. v3x

    v3x

    It is set to 0 :\
     
  16. why you move my post?
    it's not need to be here, i talk about the voter reward plugin.
     
  17. need someone whit more experiance as me i wanne ad like more website but it only supports
    http://rust-servers.net/server/
    not other voting website like
    Top Rust Servers, Best Ranked Rust Gaming Servers
    i know its normaly only for http://rust-servers.net/server/ thats wat it say's but can you edit it for all website's?
    and maybe some more.. dint check yet
    i have try this:
    CS file
    Code:
            void giveItems(BasePlayer player, int voteCount)
            {            var playerName = player.displayName;            if (voteCount == 0)
                {
                    PrintToChat(player, "You have no rewards, please vote for our server to receive rewards.");
                    string tmpServerID = (string)Config["listforge_serverID"];
                    if (tmpServerID.Length > 0)
                    {
                        PrintToChat(player, "http://rust-servers.net/server/" + Config["listforge_serverID"] + "/");
                    }                {
                        PrintToChat(player, "http://toprustservers.com/server/" + Config["listforge_serverID"] + "/");
                    }
                    return;
                }
    
    &
    Config File
    Code:
    {
      "cyberscene_AutoReward": "yes",
      "cyberscene_RewardType": "-1",
      "listforge_api": "zuv4p6az2iblcz64xbyy59f6oef4kgvedv",
      "listforge_api": "79add08c0aed5264780c7d961a71a688",
      "listforge_serverID": "58688",
      "listforge_serverID": "17662"
    }
    
    NVM found
    Voter Reward for Rust | Oxide
     
    Last edited by a moderator: Jan 28, 2016
  18. Pho3niX90 updated Vote Checker & Rewarder with a new update entry:

    2.0.2

     
  19. Thanks man! brilliant
     
  20. how i do that players can vote everyday and get everyday the reward?