v1.3.0
+ ManagementGUI to add and remove trading items.
/StockMarket ManagementGUI to open the GUI.
+ BotSetupGUI to make it easier to set up a market bot.
Open the /StockMarket BotSettingsGUI and press the button "Bot Setup". This raises some questions that you need to answer about the item
and the desired market dynamics.
~ Default PIDI-Bounds changed from 10 to 1
~ Rearranged some Elements from the BotSettingsGUI
+ DefaultBotSettings that are generated on loading the world if they don't exist.
These include Json files stored in the path:
"WorldSave/Finance/StockMarket/DefaultBotSettings/"
The name of the files does not matter, several files are used to classify the items.
This allows you to find certain items more quickly.
The structure of the files is always the same.
{"itemID":{settings...}...}
The values in the json will be used as default values when the command "/StockMarket
createDefaultBot <itemID>" is called.
New Commands:
+ /StockMarket createDefaultBot <itemID>
Create a default bot for that item if presets are available
- Switched to the a Architectury mod structure
- New GUI System
- Splitted the Money and Trading aspect in to two separate mods.
- GUI for setting up trading bots.
- Placed Orders can now be moved using the mouse.
- Normalized amount display in the trading view, for example 1k instead of 1000.
- Crashfix for Order.toString().
- Limit orders have not been correctly matched.
- Moving limit orders have not changed them to the correct new price
New commands:
- /StockMarket save
Save market data - /StockMarket load
Load market data - /StockMarket <itemID> close
Close a market, so only the bot can trade but not players - /StockMarket <itemID> open
Open the market so players can trade
~ Compativility issue with BankSystem solved
~ Market Bot:
- Minor change to the random volume of the bot.
~Market Changes:
- A market place can now be closed and opened in order to mache changes to the bot without having players create orders. The admin can change the bot settings to find the desired market outcome and than open the market to the players again. Closing/Opening the market can be done using the "/StockMarket BotSettingsGUI" or using commands.