[Minetest Mod] It adds various types of money, barter table, dispensing machines, ATMs in stores. This mod has Configurable Language (Currently: English and Portuguese). https://content.luanti.org/packages/Lunovox/minertrade/
Find a file
2022-06-28 10:54:14 -03:00
locale Melhorndo o README.md 2022-06-28 10:54:14 -03:00
sounds fazendo o formspec 2022-05-12 11:32:28 -03:00
textures Inicio da Função de Emprestimos. (Incompleta) 2022-06-08 09:23:18 -03:00
.gitconfig Melhorando o Alias 2020-04-08 22:46:39 -03:00
.gitignore configuração e atribuição 2020-04-13 18:59:23 -03:00
api.lua Extrato de Trasações bancárias. ok! 2022-05-13 12:40:50 -03:00
api_payday.lua Correção de Bug e melhora de tradução 2022-06-08 02:48:08 -03:00
commands.lua 2022-06-01 12:55:32 -03:00
config.lua Correção de Bug e melhora de tradução 2022-06-08 02:48:08 -03:00
init.lua Melhora no README.md e nas configurações. 2022-06-01 09:15:36 -03:00
item_atm.lua Novo Botão de 'Lotérica' no caixa eletronico. (ainda infuncional) 2022-06-21 01:27:02 -03:00
item_dispensing_machine.lua Substituindo Comando Deprecado 2022-05-15 14:28:26 -03:00
item_exchange_table.lua Substituindo Comando Deprecado 2022-05-15 14:28:26 -03:00
item_minercash.lua Correção de bug no painel de Transferência (ainda Incompleto) 2022-06-03 00:57:09 -03:00
item_rent_door.lua Substituindo Comando Deprecado 2022-05-15 14:28:26 -03:00
LICENSE Initial commit 2017-03-13 13:30:01 -03:00
minetest.conf Correção de Bugs. Metroria de ATM. 2022-06-02 09:48:39 -03:00
mod.conf 2022-05-30 18:39:28 -03:00
old_item_atm.lua_old Melhora na tradução! 2022-05-18 11:59:28 -03:00
old_item_miner_cash.lua_old Melhora na tradução! 2022-05-18 11:59:28 -03:00
old_item_strongbox.lua_old Melhora na tradução! 2022-05-18 11:59:28 -03:00
old_payday.lua_old Melhora na tradução! 2022-05-18 11:59:28 -03:00
README.md Melhorndo o README.md 2022-06-28 10:54:14 -03:00
screenshot.png * Adicionando arquivos 2017-03-13 19:33:04 -03:00
screenshot2.png Correçãode bugs e tradução 2017-03-15 16:02:43 -03:00
screenshot3.png Correçãode bugs e tradução 2017-03-15 16:02:43 -03:00
settingtypes.txt Correção de Bugs. Metroria de ATM. 2022-06-02 09:48:39 -03:00
translate.lua PRIORIZANDO MOD INTLLIB COMO TRADUTOR 2020-03-01 18:51:16 -03:00

screenshot1 screenshot1 screenshot2 screenshot3

MINERTRADE

It adds various types of money, exchange table, Dispensing Machines, Strongbox in homes interconnected with ATMs in stores.

Itens adicionados:

Types of Moneys Amount of Minecash
Minercoin equal 01 minercash.
Minermoney Blue equal 09 minercash.
Minermoney Green equal 81 minercash.
Minermoney Yellow equal 729 minercash.
Minermoney Orange equal 6,561 minercash.
Minermoney Red equal 59,049 minercash.
Minermoney Black equal 531,441 minercash.
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.

Dependencies:

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:

GNU AGPL v3 ou +: * License in English language * License in Portuguese language

Developers:

Settings:

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.

  • 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

Translate to Others Languages: