mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
preparação de versão estável para lançamento em servidores online.
This commit is contained in:
parent
8ac62fcba8
commit
974f408f98
1 changed files with 27 additions and 16 deletions
43
README.md
43
README.md
|
@ -1,21 +1,22 @@
|
|||
![screenshot1]
|
||||
|
||||
<small> Other Screenshots: [screenshot1] | [screenshot2] | [screenshot3] </small>
|
||||
|
||||
# MINERTRADE
|
||||
# [MINERTRADE]
|
||||
|
||||
It adds various types of money, exchange table, Dispensing Machines, Strongbox in homes interconnected with ATMs in stores.
|
||||
[ [Minetest Mod] ] It adds various types of money, Exchange Table, Dispensing Machines, and 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. |
|
||||
| ```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$) |
|
||||
|
||||
| Bankary Items | Descryption |
|
||||
| :--: | :-- |
|
||||
|
@ -38,14 +39,19 @@ It adds various types of money, exchange table, Dispensing Machines, Strongbox i
|
|||
|
||||
**License:**
|
||||
|
||||
GNU AGPL v3 ou +:
|
||||
* [GNU AGPL v3 ou +]
|
||||
|
||||
* [License in English language]
|
||||
* [License in Portuguese language]
|
||||
See more details in wiki: [English], [Portuguese]
|
||||
|
||||
**Developers:**
|
||||
|
||||
* Lunovox Heavenfinder: [email](mailto:lunovox@disroot.org), [social web](http:mastodon.social/@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)
|
||||
* 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.
|
||||
|
||||
**Settings:**
|
||||
|
||||
|
@ -77,12 +83,17 @@ You don't need to do any of these presets mentioned below to make this mod work.
|
|||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
[correio]:https://gitlab.com/lunovox/correio
|
||||
[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
|
||||
[intllib]:https://github.com/minetest-mods/intllib
|
||||
[locale/README.md]:https://gitlab.com/lunovox/minertrade/-/raw/master/locale/README.md
|
||||
[License in English language]:https://gitlab.com/lunovox/minertrade/-/raw/master/LICENSE
|
||||
[License in Portuguese language]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
[MINERTRADE]:https://gitlab.com/lunovox/minertrade
|
||||
[Minetest Mod]:https://minetest.net
|
||||
[Portuguese]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
[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
|
||||
[tradelands]:https://github.com/Lunovox/tradelands
|
||||
[Stable Versions]:https://gitlab.com/lunovox/minertrade/-/tags
|
||||
[tradelands]:https://gitlab.com/Lunovox/tradelands
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue