Easily create a shop system without typing a lot of code with myShopLoader. mSL will process everything you enter in the configuration file, then turn it into a form UI shop. Starting in version 2.0 you can create unlimited shop categories.
Select version for changelog:
2.1.0
1. Now you can sell items in your inventory.
2. Now mSL will setup automatically after the world is created, i.e. it doesn't require any commands to setup.
3. Now you can enter the shop form without writing arguments.
> old cmd: .shop example
> new cmd: .s
But you can still write cmd arguments and enter specific shop categories.
4. You can still use old config style by changing the `version` property from `2.1.0` to `2.0.1`
5. You can force reset mSL by using `.msl reset` command. (Operator only).
6. You can set the delay for opening the form after sending the command by changing the `delayBeforeForm`
7. You can set the delay for opening the form after shopping by changing the `delayAfterForm`
2.0.0
New Features
- Now you can create unlimited shops. (Possible)
Changes
- Add compatibility for Minecraft bedrock 1.20.0.01
- Move scripts/user/config to scripts/SHOP_conf.js
- New config file scripts/SYS_conf.js
- Rewrite all of code
1.0.1
- Added little documentation on mcpedl :)
- MyShopAPI is an addon that provides just that - a shop API written in JavaScript that you can easily edit to suit your needs.
"In addition to multiple shopkeepers, MyShopAPI also supports a variety of different shop types. You can create shops that sell items for a fixed price, or shops that use a dynamic pricing system based on supply and demand. You can even create shops that buy items from players, allowing you to set up your own in-game economy."
and I don't think people will really read it (╯°□°)╯︵ ┻━┻