-
Posts
1,758 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
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 } },
-
Hey! The problem can be rarely found on the meteorites, and there is special function to prevent invisible meteors. I've tried multiple methods to make it work even better but with no solution. The problem is in rescaling the meteors, if they would be in size of default rock there would be no problems. Maybe when i'll find some solution for that by mistake i'll update this problem, but for now there is no way of fixing this rare bug. I'm sorry.
-
I can add all the things by default, but the prices need to be done by hand. The full description of which file does which should be available in plugin's website description. I can add option in next update that if enabled, and shop config is not generated yet, it will generate it with all default items with price of 1, for configuration.
-
You need to do it through the config. Some of the configurations are really complex and it would be really hard to move them into game GUI. Maybe i can add an small part of configuration into an game UI like adding custom items to stock market, but it will still require some values assigned through config file. The plugin have so many options that's really hard to make that in-game with reasonable length of code and time.
