Ei kuvausta

Juraj Vajda 7e2ea5b1d2 fix for missing param2 6 vuotta sitten
sounds 7f2c3b059d sounds, textures, head item, loosing balance when player dies 6 vuotta sitten
textures ff20bb6194 new signs for marketplace 6 vuotta sitten
LICENSE.txt 155628c66a initial commit 6 vuotta sitten
README.md b473715656 check for mising param[2] in /mp find 6 vuotta sitten
api.lua 7e2ea5b1d2 fix for missing param2 6 vuotta sitten
chatcommands.lua faca6894e3 nodenames does not have to have mod prefix anymore - better UX 6 vuotta sitten
depends.txt ff20bb6194 new signs for marketplace 6 vuotta sitten
description.txt 155628c66a initial commit 6 vuotta sitten
init.lua ff20bb6194 new signs for marketplace 6 vuotta sitten
mod.conf 155628c66a initial commit 6 vuotta sitten
nodes.lua ff20bb6194 new signs for marketplace 6 vuotta sitten
screenshot.png 20df0c106c new screenshot 6 vuotta sitten
store_list.lua 2d02264662 add max balance and adjust store list 6 vuotta sitten

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