mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
Melhorndo o README.md
This commit is contained in:
parent
6472c24ea3
commit
6096a55035
1 changed files with 21 additions and 17 deletions
38
README.md
38
README.md
|
@ -1,5 +1,5 @@
|
|||
![screenshot1]
|
||||
[screenshot1] [screenshot2] [screenshot3]
|
||||
<small> Other Screenshots: [screenshot1] | [screenshot2] | [screenshot3] </small>
|
||||
|
||||
# MINERTRADE
|
||||
|
||||
|
@ -39,18 +39,13 @@ It adds various types of money, exchange table, Dispensing Machines, Strongbox i
|
|||
**License:**
|
||||
|
||||
GNU AGPL v3 ou +:
|
||||
* [License in English language]
|
||||
* [License in Portuguese language]
|
||||
|
||||
* [License in English language]
|
||||
* [License in Portuguese language]
|
||||
|
||||
**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)
|
||||
|
||||
<!--
|
||||
**Comandos:**
|
||||
* Lets you check the contents of another players strongbox.
|
||||
* /checkstrongbox <player_name>
|
||||
* /csb <player_name>
|
||||
-->
|
||||
* 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)
|
||||
|
||||
**Settings:**
|
||||
|
||||
|
@ -58,18 +53,27 @@ 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````
|
||||
|
||||
| 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````. |
|
||||
|
||||
**Translate to Others Languages:**
|
||||
|
||||
* Read the file [locale/README.md]
|
||||
|
||||
|
||||
<!--
|
||||
**Comandos:**
|
||||
* Lets you check the contents of another players strongbox.
|
||||
* /checkstrongbox <player_name>
|
||||
* /csb <player_name>
|
||||
-->
|
||||
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
[correio]:https://gitlab.com/lunovox/correio
|
||||
|
|
Loading…
Add table
Reference in a new issue