1. oxide/config/Shop.json
    [​IMG]
     
  2. It seems to be the same as the one I have. Can you see anything wrong with my one?

    "Help": [
    "/sell \"item\" -- Shows the sales price",
    "/sell \"item\" <amount> -- Sell item",
    "/buy \"item\" -- Shows the purchase price",
    "/buy \"item\" <amount> -- Buy item",
    "/buy \"item_bp\" <amount> -- Buy item blueprint",
    "/bsl [<page>] -- Shows a list of the prices of a specific page"
    ],
     
  3. Weird... Can u upload config file?
     
  4. Here you go :)
     

    Attached Files:

  5. Very very very weird xD
    Try to reload plugin or restart server.
     
  6. I've done both and it's still doing it, haha. Oh well :) Thanks for trying, man
    [DOUBLEPOST=1428423214][/DOUBLEPOST]Turns out the problem was with the normal economics plugin. I deleted that and reinstalled and now everything's fine.
     
  7. I really do not know what the problem is)
    But clearly the case in the config file.
     
  8. how do i disable the ability to sell items?
     
  9. So I made a plugin with your shop code as the base and with your permission i'd like to upload it to oxide. It's a plugin to make getting blueprints easier without it being unbalanced and I was initially going to just keep it privately, but I think it'd be cool to have it up here and that people might like it.
     
  10. Set "Sell": "" in config.
    [DOUBLEPOST=1428580696][/DOUBLEPOST]
    I 'll be glad if there will be a plugin is better than mine , since i do not have time to update and support it.
     
  11. I've done everything you said but it will not make a price list everything is at 0?
     
  12. Can you manually edit the shop list? I cant seem to find a way to move items to be in the order I want them to be.

    Thanks.
     
  13. I've tried everything, but I cannot change the prices or items in the list. I deleted everything that I didn't want in the config and they all still show up.

    Code:
    {
      "Commands": {
        "Buy": "buy",
        "List": "bsl",
        "Sell": "sell"
      },
      "Generate": {
        "Blueprint_Modificator": 2,
        "Generate_Ingredients": false,
        "List_Items_Per_Page": 7,
        "New_Price_List": true,
        "Sell_Modificator": 0.5
      },
      "Message": {
        "Blueprint_Indicator": "_bp",
        "Buy_Error": "You do not have enough money (still need: %s)!",
        "Buy_Error2": "You don't have enough space in your inventory!",
        "Buy_Not": "This item can not be bought.",
        "Buy_Price": "The purchase price of this item: %s",
        "Buy_Succes": "Thank you for your purchase! We are waiting for you again! (You spent: %s)",
        "ChatFormat": "<color=#af5>[Shop]</color> %s",
        "ChatPlayerIcon": true,
        "Help": [
          "/sell \"item\" -- Shows the sales price",
          "/sell \"item\" <amount> -- Sell item",
          "/buy \"item\" -- Shows the purchase price",
          "/buy \"item\" <amount> -- Buy item",
          "/buy \"item_bp\" <amount> -- Buy item blueprint",
          "/bsl [<page>] -- Shows a list of the prices of a specific page"
        ],
        "List": "Name: {Name}, Price: {PPrice}, Sale: {SPrice}, Blueprint: {BPrice}",
        "List_Beg": "------------------- PAGE %s -------------------",
        "List_End": "-------------------------------------------------",
        "List_No_Blueprint": "no",
        "List_No_Purchase": "no",
        "List_No_Sale": "no",
        "Matches": "Found multiple items: %s",
        "Not_Find": "The item with this name can't be found in the store!",
        "Sell_Error": "You can't sell what you do not have!",
        "Sell_Not": "This item can not be sold.",
        "Sell_Price": "Sale price of this item: %s",
        "Sell_Succes": "You have successfully sold item for %s!",
        "Syntax_Error": "Syntax Error! /%s [\"item\" or \"item_bp\"] [<amount>]"
      },
      "PriceList": {
        "base": {
          "Metal Ore": 0,
          "Stones": 0,
          "Sulfur Ore": 0,
          "Wood": 0
        },
          "-1057903190": [
            50,
            1,
            false,
            "Metal Ore"
          ],
          "3655341": [
            400,
            10,
            false,
            "Wood"
          ],
          "890858652": [
            50,
            10,
            false,
            "Sulfur Ore"
          ],
          "-892070738": [
            100,
            10,
            false,
            "Stones"
          ]
        }
      }
    }
     
  14. Would be amazing if it were more of a visible store, players tend to get confused easily. Maybe an online store hosted via the server owners website. Would require a database im sure. I'm new to Rust but not to coding, maybe someone with oxide knowledge would like to collaborate.
     
    Last edited by a moderator: May 5, 2015
  15. Awesome idea! Also any chances of getting this re-written in C# so it's faster less CPU intensive?
     
    Last edited by a moderator: May 17, 2015
  16. Hello i have a problem, if i want sell Metal Ore it say always: Found multiple items: Metal ..........
    /sell Metal Ore 6000 dont work, but stone, wood and items the have no backspace works?

    Sorry for my english
     
  17. /sell "Metal Ore" 6000
     
  18. If you buy things, and in the amount not write 1 and .1 - things will be bought for free!
    Example:
    /buy hatchet .1
    How to fix it?
     
  19. Oh wow, i just tested i can confirm this is true on the latest update. Hope there is a fix
     
  20. I forgot to add that most if not only write and .1, but .2 .3 .... .99999999999
    Any number after the point - that buy one free item!
     
    Last edited by a moderator: May 15, 2015