2022-06-28 10:54:14 -03:00
![screenshot1]
2023-07-27 20:51:47 -03:00
2022-06-28 11:03:57 -03:00
< small > Other Screenshots: [screenshot1] | [screenshot2] | [screenshot3] < / small >
2022-06-28 10:54:14 -03:00
2023-07-27 20:51:47 -03:00
# [MINERTRADE]
2017-03-15 18:29:50 -03:00
2023-07-27 20:51:47 -03:00
[ [Minetest Mod] ] It adds various types of money, Exchange Table, Dispensing Machines, and ATMs in stores.
2017-03-15 18:29:50 -03:00
**Itens adicionados:**
2022-06-28 10:54:14 -03:00
| Types of Moneys | Amount of Minecash |
| :-- | --: |
2023-07-27 20:51:47 -03:00
| ```Minercoin` `` | 01 minercash. (9^0M$) |
| ```Minermoney Blue` `` | 09 minercash. (9^1M$) |
| ```Minermoney Green` `` | 81 minercash. (9^2M$) |
| ```Minermoney Yellow` `` | 729 minercash. (9^3M$) |
| ```Minermoney Orange` `` | 6,561 minercash. (9^4M$) |
| ```Minermoney Red` `` | 59,049 minercash. (9^5M$) |
| ```Minermoney Black` `` | 531,441 minercash. (9^6M$) |
2022-06-28 10:54:14 -03:00
| Bankary Items | Descryption |
| :--: | :-- |
| ```Public ATM` `` | Save your minercash (money type) in the ATM, and withdraw your minercash in other ATM in the shops scattered around the map. |
| ```Credit Card` `` | Transfers between bank accounts, issuing a bank transfer receipt. |
| Shopping Items | Descryption |
| :--: | :-- |
| ```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. |
2017-03-15 18:29:50 -03:00
**Dependencies:**
2022-06-28 10:54:14 -03:00
| Mod Name | Dependency Type | Descryption |
| :--: | :--: | :-- |
| default | Mandatory | Minetest Game Included. |
| dye | Mandatory | Minetest Game Included. |
| [intllib] | Optional | Facilitates the translation of this mod into your native language, or other languages. |
| [correio] | Optional | Issues a letter to the owner of the ```Dispensing Machine` `` when the machine needs the owner's intervention. |
**License:**
2017-03-15 18:29:50 -03:00
2023-07-27 20:51:47 -03:00
* [GNU AGPL v3 ou +]
2022-06-28 11:03:57 -03:00
2023-07-27 20:51:47 -03:00
See more details in wiki: [English], [Portuguese]
2017-03-15 18:29:50 -03:00
**Developers:**
2022-06-02 09:48:39 -03:00
2023-07-27 20:51:47 -03:00
* Lunovox Heavenfinder: [email ](mailto:lunovox@disroot.org ), [social web ](https://qoto.org/@lunovox ), [WebChat ](https://cloud.disroot.org/call/9aa2t7ib ), [xmpp ](xmpp:lunovox@disroot.org?join ), [audio conference ](mumble:mumble.disroot.org ), [more contacts ](https:libreplanet.org/wiki/User:Lunovox )
**Downloads:**
* [Stable Versions] : são várias versões em estágios diferentes de finalização. Normamente recomendas para servidores por serem mais seguras.
* [Git Repository] : É a versão em construção atualmente. Poder haver alguma estabilidade se utilizado em servidores. É recomendado apenas para testadores e desenvolvedores de mods.
2017-03-15 18:29:50 -03:00
**Settings:**
2022-06-01 09:15:36 -03:00
In **minetest.conf** file:
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-28 11:03:57 -03:00
| Settings | Descryption |
| :-- | :-- |
| ````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` ```. |
| ````minertrade.bank.max_statements = <number>` ``` | Specifies the amount statement records to each player in databade bank. Default: ` ```30` ```; Min: ` ```1` ```, Max: ` ```300` ```. |
| ````minertrade.salary.enabled = <boolean>` ``` | Allows for daily distribution of Salary. Default: ` ```true` ```. |
| ````minertrade.salary.value = <number>` ``` | Specifies the amount of salary paid daily. Default: ` ```1` ```. |
| ````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` ```. |
2017-03-15 18:29:50 -03:00
**Translate to Others Languages:**
2022-06-28 10:54:14 -03:00
* Read the file [locale/README.md]
2022-06-28 11:03:57 -03:00
<!--
**Comandos:**
* Lets you check the contents of another players strongbox.
* /checkstrongbox < player_name >
* /csb < player_name >
-->
2022-06-28 10:54:14 -03:00
--------------------------------------------------------------------------------------------------------
[correio]:https://gitlab.com/lunovox/correio
2023-07-27 20:51:47 -03:00
[English]:https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License
[Git Repository]:https://gitlab.com/lunovox/minertrade
[GNU AGPL v3 ou +]:https://gitlab.com/lunovox/minertrade/-/raw/master/LICENSE
2022-06-28 10:54:14 -03:00
[intllib]:https://github.com/minetest-mods/intllib
[locale/README.md]:https://gitlab.com/lunovox/minertrade/-/raw/master/locale/README.md
2023-07-27 20:51:47 -03:00
[MINERTRADE]:https://gitlab.com/lunovox/minertrade
[Minetest Mod]:https://minetest.net
[Portuguese]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
2022-06-28 10:54:14 -03:00
[screenshot1]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot.png
[screenshot2]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot2.png
[screenshot3]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot3.png
2023-07-27 20:51:47 -03:00
[Stable Versions]:https://gitlab.com/lunovox/minertrade/-/tags
[tradelands]:https://gitlab.com/Lunovox/tradelands
2022-06-28 10:54:14 -03:00