Basics:
Vending machines (red) give items to their users and take their money in return.
Depositing machines (yellow) take items from their users and give them money in return.
Both vending and depositing machines use locked chests as storage for both items and money. Locked chests are essential for operation.
The machines use gold ingots as currency. The currency can be changed with a setting game-wide.
A status LED shows the machine status:
The green LED means the machine is operational and ready to trade.
The red LED means the machine is currently out of order and can't trade right now. Reasons: Out of stock, misconfiguration, no storage chest, etc.
Quick Start:
(Note: Help entries for doc_items are provided.)
This is a fork of a particular version/fork (not sure) of Vending Machines [vendor] where gold ingots rather than bank account values were used as money. This version has been used on the Just Test server and is still used on @test@. This mod is meant to be a drop-in replacement for the “gold ingot” version of this mod, eventually; but I might need to write some backwards-compability code first (not sure).
I did not really like version 1.02 of the original mod because I found the new bank account concept too confusing and it didn't even work for me. I liked the trading with items as currency much more and it was more straightforward to use. I have put a lot of work to make using this mod as easy as possible. Usability is important to me, if you have problems with this mod or find it unwieldy to use, please report it here.
Features overview:
- Unique textures for active and inactive machines
- Point a machine to see what is sells or buys
- Machines support buying and selling of up to 31 times the maximum stack size per item (example: a vending machine can theoretically sell up to 3069 apples at once)
- Choose whether the machines accept to buy/sell worn tools
- Change the currency item used by machines with a setting (server-wide)
- You can buy or sell from your own vending machines
- Status LEDs: Green means it is active, red means it is inactive
- Status and user messages in the form tell you about possible errors in the machine setup. The chat is kept clean
- Help entries for Item Documentation [doc_items]
Download: Version 0.4.3
Development status: Pretty finished and fully usable. But IMO there are some important features I would like to implement and I should write a proper readme file. And the mod needs testing.
Git repository / project page (for developers): http://repo.or.cz/minetest_easyvend.git
Dependency: default (from Minetest Game) (Sorry for this, but I try to get rid of this dependency in later versions)
Optional dependencies: awards, doc, doc_items, screwdriver