[Mod] Global Item Exchange [global_exchange]
Provides a server-wide item-trading exchange, where you can post buy and sell orders.
License: GPLv3 (Textures CC-BY-SA)
Mod Dependencies: none
Non-Mod Dependencies: lsqlite3 (You can install this with luarocks.)
Code: https://github.com/minetest-mods/global_exchange
Download: https://github.com/minetest-mods/global ... master.zip
Nodes:
Process for selling items:
Process for buying items:
I am currently testing this mod on my server.
Crafting:
Using the Exchange:
Buying/Selling Items:
License: GPLv3 (Textures CC-BY-SA)
Mod Dependencies: none
Non-Mod Dependencies: lsqlite3 (You can install this with luarocks.)
Code: https://github.com/minetest-mods/global_exchange
Download: https://github.com/minetest-mods/global ... master.zip
Nodes:
- ATM - (global_exchange:exchange) - Used by players to view their account information and wire monies.
- Exchange (global_exchange:exchange) - Used by players to search and post orders.
- Digital Mailbox (global_exchange:mailbox) - Used by players to claim items sent to buy orders.
Process for selling items:
- Player A posts a sell order to the exchange. The exchange takes the player's items to hold.
- If there are any buy orders with a price at least as big, then Player A gets the available amount of his order filled. The bought items are sent to the inboxes of the buyers, and Player A's account is credited.
- Any remaining items will remain as a sell order on the exchange, until the order is filled or canceled.
Process for buying items:
- Player A posts a buy order to the exchange. The exchange takes the player's credits to hold.
- If there are any sell orders with a price at least as low, then Player A gets the available amount of his order filled, and the items are injected straight into his inventory. The seller's accounts are credited.
- Any remaining amount will remain as a buy order on the exchange, until the order is filled or canceled.
I am currently testing this mod on my server.
Crafting:
+
Spoiler
Using the Exchange:
+
Spoiler
Buying/Selling Items:
+
Spoiler

