Go to file
Juraj Vajda 7e2ea5b1d2 fix for missing param2 2018-12-02 11:25:25 -05:00
sounds sounds, textures, head item, loosing balance when player dies 2018-11-10 17:16:52 -05:00
textures new signs for marketplace 2018-11-25 13:04:44 -05:00
LICENSE.txt initial commit 2018-11-02 16:24:33 -04:00
README.md check for mising param[2] in /mp find 2018-11-03 09:29:30 -04:00
api.lua fix for missing param2 2018-12-02 11:25:25 -05:00
chatcommands.lua nodenames does not have to have mod prefix anymore - better UX 2018-12-01 11:13:24 -05:00
depends.txt new signs for marketplace 2018-11-25 13:04:44 -05:00
description.txt initial commit 2018-11-02 16:24:33 -04:00
init.lua new signs for marketplace 2018-11-25 13:04:44 -05:00
mod.conf initial commit 2018-11-02 16:24:33 -04:00
nodes.lua new signs for marketplace 2018-11-25 13:04:44 -05:00
screenshot.png new screenshot 2018-11-25 13:13:00 -05:00
store_list.lua add max balance and adjust store list 2018-11-09 19:15:04 -05:00

README.md

Minetest MOD X Markeplace [x_marketplace]

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.

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.

screenshot

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
  • /mp buyinv <item name>, buy full inventory of items <item name>, empty slots in the 'main' inventory are required
  • /mp top, show top 5 richest players currently online
  • /mp help, print out this help