It adds various types of money, exchange table, Dispensing Machines, Strongbox in homes interconnected with ATMs in stores.
**Itens adicionados:**
* Types of Moneys:
* Minercoin
* Minermoney
* Piggy Bank
* Credit Card
* Exchange Table (P2P)
* It makes safe exchanges from player to player without the need to put your items on the ground.
* Dispensing Machine
* Sells your items, even if you are not online.
* Personal Strongbox
* Save your money in this safe and withdraw your money at any shop that has an ATM.
* Public ATM
* Save your money in the ATM, and withdraw your money in your Personal Safe or other ATM in the shops scattered around the map.
**Dependencies:**
* default → Minetest Game Included
* dye → Minetest Game Included
**Optional Dependencies:**
* [intllib](https://github.com/minetest-mods/intllib) → Facilitates the translation of several other mods into your native language, or other languages.
* [tradelands](https://github.com/Lunovox/tradelands) → Protection of rent door (not yet implemented).
You don't need to do any of these presets mentioned below to make this mod work. But it's worth knowing the configuration values in case you want to directly change the ````minetest.conf```` file.
2022-06-01 12:55:32 -03:00
* ````minertrade.debug = <boolean>```` : If show debug info of this mod. Only util to developers. Default: ````false````
* ````minertrade.save_compressed = <boolean>```` : If enabled will save database bank in file '.db64', else in file '.tbl'. Default: ````true````
2022-06-01 12:55:32 -03:00
* ````minertrade.bank.max_statements = <number>```` : Specifies the amount statement records to each player in databade bank. Default: ````30````; Min: ````1````, Max: ````300````.
* ````minertrade.salary.intervalcheck = <number>```` : Specifies how many seconds the salary will be checked who still has to receive. Values below 5 can cause server lag. Default: ````60````