x_marketplace/README.md

23 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2018-11-02 13:24:33 -07:00
Minetest MOD X Markeplace [x_marketplace]
2018-11-03 06:29:30 -07:00
This MOD for Minetest adds a simple global marketplace to the game. This marketplace is designed to work only with chat commands. Type `/mp help` in the chat to see all possible commands.
2018-11-02 13:24:33 -07:00
Currently only items from `default` MTGame MOD are in the store list, since all the other items can be crafted from default blocks, this is sufficient for balanced game.
Items can be added/removed/edited easily from the `store_list.lua` file.
2018-11-02 13:25:41 -07:00
![screenshot](screenshot.png)
2018-11-02 13:24:33 -07:00
Commands:
- `/mp find <item name>`, find item in store
- `/mp balance`, show your current balance in BitGold
- `/mp sellhand`, sell item(s) currently holding in hand
- `/mp buyhand [<amount>]`, buy `<amount>` of item(s) currently holding in hand, when `<amount>` is not provided then amount is 1
- `/mp infohand`, show more information about the item(s) you are currently holding in hand from the store
- `/mp buy <item name> [<amount>]`, buy `<amount>` of `<item name>` from store, if `<amount>` is not provided then amount is 1
- `/mp sellinv <item name>`, sell all items `<item name>` from the 'main' inventory list
2018-11-02 16:04:00 -07:00
- `/mp buyinv <item name>`, buy full inventory of items `<item name>`, empty slots in the 'main' inventory are required
2018-11-02 13:24:33 -07:00
- `/mp top`, show top 5 richest players currently online
- `/mp help`, print out this help