-
Posts
1,379 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
Image Icons not showing up in latest version 2.3.3
ThePitereq replied to Covfefe's Support Request in Support
Changed Status from Pending to Closed -
Just look at bracklets. They should glow up on 90% of text editors, like Notepad++. If they do close in wrong place, you made something wrong. "Server Sell Items": { "wood": { "0": { "Display Name": "Wood", "Minimal Price": 0.2, "Maximal Price": 4.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 50000 }, "1567546863": { "Display Name": "Magic Wood", "Minimal Price": 1.0, "Maximal Price": 19.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 100 } }, "metal.refined": { "0": { "Display Name": "metal.refined", "Minimal Price": 0.1, "Maximal Price": 0.2, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 150000 } }, "stones": { "0": { "Display Name": "Stones", "Minimal Price": 0.4, "Maximal Price": 5.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 50000 } } }
-
it's in wrong place. Keep the tabs and spaces clear and you will see the problem. You've placed metal.refined inside wood. I also recomend some json verify online tool. Creating both sell and buy requests doesn't mean that the buy request will do something to slel request. there needs to be a player that will directly buy/sell something from/to player.
-
- 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