Shop [Unmaintained]
Discussion in 'Plugin Support' started by Bombardir, Nov 16, 2014.
-
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"
], -
Weird... Can u upload config file?
-
Here you go
Attached Files:
-
-
Try to reload plugin or restart server. -
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. -
But clearly the case in the config file. -
how do i disable the ability to sell items?
-
-
[DOUBLEPOST=1428580696][/DOUBLEPOST] -
I've done everything you said but it will not make a price list everything is at 0?
-
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. -
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" ] } } }
-
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 -
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 -
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 -
-
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? -
-
Any number after the point - that buy one free item!Last edited by a moderator: May 15, 2015