-
Posts
1,475 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
- 24 comments
-
- #discord
- #discordbot
- (and 14 more)
-
Yes, in the Command tab you can input multiple commands Here's example: "unbreakabletools-0": { "Command (if set, ignore item)": [ "oxide.grant user {userId} neverwear.tools", "servermessage 2 '{userName}'" ], "Shortname": "", "Skin ID": 0, "Amount": 1, "Item Name": "", "Display Name": "Unbreakable Tools [Permanent]", "Is Blueprint": false, "Icon URL (if skin not 0)": "", "Price": 100000, "Required Permission": "", "Daily Buy Max": 1, "Wipe Buy Max": 1 },
-
Okay, but it will be not added now, because it required a lot of testing. Changing whole plugin to different variable can cause 1000 more problems than there currently is. If it's a problem now all i can do what's fast is an small command addon, that will multiply everyone's balance by value in command argument, so it can stay on integers.
-
I think it would be possible to support values after coma, but then then the balance would look a lot bigger. I can add option that will not sell things if the sum value is below 1. I think i can add option that will overwrite category index in stock market, but it will just place them at the first place, so if you want to sort everything you will need to input all categories there.
-
Hello everyone! I am very sorry, but I didn't manage to test the 1.0.1 today as I promised. The update will be available tomorrow. This update is a hotfix with all your reported problems and questions about the plugin. It will contain additions like: - "All Items" tab on market - Removes requirement of adding each skinned item manually to stock market - Option to change how X Button on Child-GUI works - Take x% of each player's balance at the map wipe - Purchase cooldowns - UI color change support - Set upper price limit - NoEscape support - Option to fill up your shops automatically with all vanilla items and a lot of fixes. All things above are already done. Just didn't manage to test them in time. A few things that you've requested are bigger things that need more time to make, so they will be added sooner. Sorry again!
-
Will try to find and fix this problem. The plugin support names with spaces. All "codenames" gets their language display versions generated in language file, so they can be suited up for each language individually. You can edit categories by blacklisting items therre, or adding new ones in custom item list. You can create custom categories in main config in Stock Market - Custom Category Keys tab
-
Ah, okay. I see the problem. My fault. Plugin should work correctly. You should get the items in /redeem market if default configuration. You jsut dont get message because forgot to add one argument. Will be fixed in next update today. The first line that you sent helped me a lot with finding the issue.
-
Yeah, sure. Nice idea. Will be added today. With the error. What was the amount you've set to withdraw? Do you have your RedeemStorageAPI configured correctly? Have you created config storage "market" or changed it in ShoppyStock config? (the storage should be generated by default redeemstorageapi config)
-
The 4 stores are just exapmle of multiple stores. You can remove them or add more. Stock market can be also added for more currencies, if you enable them in config they will be listed same as shops. The Buy/Sell filter should show you all buy/sell items. I will add "All Items" category in next update for easier management. Bank Management is only for those who want to enable offline selling to server's sell market. You don't need that for other actions.
-
Listing buy/sell requests should be available when you have access to stock market (by default it doesnt require permission) and you have the permission for listing limit "Stock Market - Max Listing Permissions": { "shoppystock.limit.admin": { "Max Sell Listings": 1000, "Max Buy Listings": 1000 }, "shoppystock.limit.premium": { "Max Sell Listings": 40, "Max Buy Listings": 40 }, "shoppystock.limit.user": { "Max Sell Listings": 20, "Max Buy Listings": 20 } },