ServerRewards

Moved

Total Downloads: 14,032 - First Release: Mar 2, 2016 - Last Update: Jun 9, 2018

5/5, 61 likes
  1. Hey I know this has probably been answered before but I have tried finding a response. but I have the server rewards plugin installed got a few items added. but after being on the server for longer than 2 hours I haven't received any points.
     
  2. Do you have any of the Optional Dependencies installed
     
  3. You are a salty person from the get go aren't you. And if you were a person of literature, you would notice that I did mention "I have tried finding a response" 116 pages to be exact and have not found a solution to my problem. All of the Optional Dependencies are installed plus the required Dependencies. So maybe take your own advice "Learn the TruthBefore making a post open your eyes and check above posts. There is no excuse"
    [DOUBLEPOST=1496647206][/DOUBLEPOST]nevermind will just put in a different plugin for a shop
     
  4. Read before making a post like this again Oxide forum rules and terms of service | Oxide
     
  5. how do i copy my old server rewards to the new update?
     
  6. I'm trying to make it so people get 5 RP every 15 minutes but I don't know where to go I tried everything..
    I went into the Config even and I couldn't find it
     
  7. You need to use one of the optional dependencies for that try the PlaytimeTracker
     
  8. The mouse is centered because of the GUI panel update MEND DEVELOPERS
     
  9. Currently having an issue where we set sale_data.json but no items show up on the sell tab even though the items are in the players inventory. We set the price and the enabled to true but nothing shows up. Any ideas? Thanks.

    edit. We even tried deleting the sale data and having a new json generate on reload. Still nothing listed.
     
  10. Hi,

    I have been trying to sort this out for ages, whatever I edit in the config if not reflected in-game. I have done all of the usual, re-load, generate new config, re-install multiple times to no avail. Just out of curiosity I tried the default config with multiple JSON Validator's all of which found errors.


    Here is my current config:


    {
    "Active categories (global)": { // Enable or disable tabs from being displayed
    "Show commands tab": true,
    "Show exchange tab": false,
    "Show items tab": true,
    "Show kits tab": true,
    "Show seller tab": true,
    "Show transfer tab": false
    },
    "Coloring": { // Change text and UI coloring
    "Background color": {
    "Hex color": "#2a2a2a",
    "Transparency (0 - 1)": 0.98
    },
    "Button color - accept": {
    "Hex color": "#00cd00",
    "Transparency (0 - 1)": 0.9
    },
    "Button color - inactive": {
    "Hex color": "#a8a8a8",
    "Transparency (0 - 1)": 0.9
    },
    "Button color - standard": {
    "Hex color": "#2a2a2a",
    "Transparency (0 - 1)": 0.9
    },
    "Primary panel color": {
    "Hex color": "#696969",
    "Transparency (0 - 1)": 0.3
    },
    "Primary text color": "#ce422b",
    "Secondary panel color": {
    "Hex color": "#373737",
    "Transparency (0 - 1)": 0.98
    },
    "Secondary text color": "#939393"
    },
    "Currency exchange rates": { // Currency exchange rates
    "Value of Economics": 100,
    "Value of RP": 2
    },
    "Options": {
    "Data save interval": 600,
    "Log all transactions": true,
    "Use NPC dealers only": false
    },
    "UI Options": {
    "Disable fade in effect": false,
    "Display kit contents as the description": true,
    "Display user playtime": true
    }
    }
     
  11. "Logs all points added and spent to combat scammers" -From the overview. Is this no longer true as I can't seem to find the transactions? I see the total number of points, but not points spent or what they've purchased.

    Thanks.
    [DOUBLEPOST=1497095439][/DOUBLEPOST]
    Try removing the //comments from the lines that have them. Almost certainly that's your problem and is also why JSON validators are finding errors.
     
  12. This is now my config:

    {
    "Active categories (global)": {
    "Show commands tab": true,
    "Show exchange tab": false,
    "Show items tab": true,
    "Show kits tab": true,
    "Show seller tab": true,
    "Show transfer tab": false
    },
    "Coloring": {
    "Background color": {
    "Hex color": "#2a2a2a",
    "Transparency (0 - 1)": 0.98
    },
    "Button color - accept": {
    "Hex color": "#00cd00",
    "Transparency (0 - 1)": 0.9
    },
    "Button color - inactive": {
    "Hex color": "#a8a8a8",
    "Transparency (0 - 1)": 0.9
    },
    "Button color - standard": {
    "Hex color": "#2a2a2a",
    "Transparency (0 - 1)": 0.9
    },
    "Primary panel color": {
    "Hex color": "#696969",
    "Transparency (0 - 1)": 0.3
    },
    "Primary text color": "#ce422b",
    "Secondary panel color": {
    "Hex color": "#373737",
    "Transparency (0 - 1)": 0.98
    },
    "Secondary text color": "#939393"
    },
    "Currency exchange rates": {
    "Value of Economics": 100,
    "Value of RP": 2
    },
    "Options": {
    "Data save interval": 600,
    "Log all transactions": true,
    "Use NPC dealers only": false
    },
    "UI Options": {
    "Disable fade in effect": true,
    "Display kit contents as the description": true,
    "Display user playtime": true
    }
    }




    Although the issues still haven't been resolved.
     
  13. Other than the formatting, I can't see anything wrong with the actual text, it's very similar to mine. So let's talk about the formatting.

    JSON is VERY strict when it comes to spaces and spacing. If it's not exactly right then it won't be read correctly. For example if your spaces at the beginning of each line get replaced by tabs then the JSON won't be read correctly.

    Forgive these questions and comments, and I apologise if I sound condescending, I'm really trying to help. You should be using a code editor or at least a plain text editor, but often they can screw up perfectly good code. So use NotePad++ (it's free, Google it) as your code editor for amending your JSON files as you can then be sure that . You should not be using an editor such as WordPad as it will definitely screw up your JSON.

    Now my reasons for making those comments are:-

    #1 - There's nothing wrong with the actual text.
    #2 - As you haven't been using the code tags in this thread I have assumed you're unaware of them and by inference if you don't know how to do that then maybe you don't know how important it is to have your formatting correct?

    That's why I think it's your formatting is the problem rather than your code. Here's my code wrapped in code tags (and no comments) by using the button on editor bar. It SHOULD be formatted correctly, but if you copy and paste it into NotePad++ and check that there are spaces at the beginning of each line (not tabs), then you should be good to go. Again, make sure you're using NotePad++ or a good plain text or code editor and not something like WordPad or any other word processor.

    Code:
    {
      "Active categories (global)": {
        "Show commands tab": false,
        "Show exchange tab": false,
        "Show items tab": true,
        "Show kits tab": false,
        "Show seller tab": true,
        "Show transfer tab": true
      },
      "Coloring": {
        "Background color": {
          "Hex color": "#2a2a2a",
          "Transparency (0 - 1)": 0.98
        },
        "Button color - accept": {
          "Hex color": "#00cd00",
          "Transparency (0 - 1)": 0.9
        },
        "Button color - inactive": {
          "Hex color": "#a8a8a8",
          "Transparency (0 - 1)": 0.9
        },
        "Button color - standard": {
          "Hex color": "#2a2a2a",
          "Transparency (0 - 1)": 0.9
        },
        "Primary panel color": {
          "Hex color": "#696969",
          "Transparency (0 - 1)": 0.4
        },
        "Primary text color": "#ce422b",
        "Secondary panel color": {
          "Hex color": "#373737",
          "Transparency (0 - 1)": 0.98
        },
        "Secondary text color": "#939393"
      },
      "Currency exchange rates": {
        "Value of Economics": 100,
        "Value of RP": 1
      },
      "Options": {
        "Data save interval": 600,
        "Log all transactions": true,
        "Use NPC dealers only": false
      },
      "UI Options": {
        "Disable fade in effect": true,
        "Display kit contents as the description": true,
        "Display user playtime": true
      }
    }
     

  14. Hi,

    I do always use Notepad++, but thank you for the very informative and detailed explanation. I have checked and there are no tabs, just spaces.
     
  15. unload plugin edit file the way you want then upload file reload plugin
     

    Attached Files:

  16. Hi,

    Thank you for that, I literally just edited your file no spaces no nothing or than true to false and 1 value from 1 to 2, and it still isn't reflected in game after a server re-start.
     
  17. Okay. I'm slightly stumped.

    Let's try from another angle. Do you run your Rust server on a dedicated (or VPS) Windows server? Or are you using a game panel such as TCAdmin and FTP (FileZilla?) to download and edit the files?

    My thinking now is maybe the files you're editing aren't being uploaded correctly to your server. That's another problem I've run into in the past, so maybe you have it too.

    What's your process?

    As a test, if you ARE using FTP, upload your file and then immediately download it again and check the contents.
     
  18. Any error logs if not can help you over skype
     
  19. I found a temp fix is to have inventory open before using /s
     
  20. I need help! I can't get items to show up in the Rewards Store. I've tried adding via console & chat. ServerRewards responds saying the item has been added, but no items show up in the store.

    rewardsstore.jpg plugins.jpg serverrewards.jpg