Go to file
Zheyu Shen 1889849780 Add i18n and l10n 2015-07-09 21:42:34 +08:00
locale Add i18n and l10n 2015-07-09 21:42:34 +08:00
README.md Add license 2013-12-14 16:59:37 +08:00
depends.txt Add i18n and l10n 2015-07-09 21:42:34 +08:00
init.lua Add i18n and l10n 2015-07-09 21:42:34 +08:00

README.md

advanced_market

This mod allows you to trade in minetest as if you were in a stock market. License: CC0 Dependencies: money locked_sign

Howto:

Command can be /am, /amarket or /advanced_market Sell the stuff you're holding: /am sell PRICE e.g. /am sell 5

Buy some stuff: /am buy ITEM AMOUNT PRICE e.g. /am buy default:dirt 1 5

View available orders of one item: /am viewstack ITEM e.g. /am viewstack default:dirt

View your buffer: /am viewbuffer

Get the engine name of wielditem: /am getname

View the log: /am viewlog

View your orders: /am vieworder (output will be like: ORDERNUMBER | blah blah blah)

Cancel an order: /am cancelorder ORDERNUMBER e.g. /am cancelorder 1

Move all the stuff in your buffer into your inventory: /am refreshbuffer

Once the deal is concluded, your money/item will be put into your buffer. use /am refreshbuffer to get them back.

arsdragonfly@gmail.com