Go to file
Panquesito7 18e69b0539
Remove soft dependencies from README.md
Minetest Game has spanish translation support now.
2019-10-16 22:09:15 -05:00
.github Update the contributing guidelines 2019-09-10 20:06:10 -05:00
locale Remove MTG game translations 2019-10-06 19:07:52 -05:00
LICENSE Initial commit 2019-08-15 18:53:54 -05:00
README.md Remove soft dependencies from README.md 2019-10-16 22:09:15 -05:00
functions.lua Remove MTG game translations 2019-10-06 19:07:52 -05:00
init.lua Remove MTG game translations 2019-10-06 19:07:52 -05:00
intllib.lua Add the whole mod 2019-08-15 18:58:01 -05:00
mod.conf Remove MTG game translations 2019-10-06 19:07:52 -05:00

README.md

Enhanced Builtin Commands

Adds intllib support for builtin commands (and adds other features).
Enhanced Builtin Commands is Rolling Release, which means you can use the latest commits without fear.

Installation

  • Unzip the archive, rename the folder to enhanced_builtin_commands and place it in .. minetest/mods/

  • GNU/Linux: If you use a system-wide installation place it in ~/.minetest/mods/.

  • If you only want this to be used in a single world, place the folder in .. worldmods/ in your world directory.

For further information or help, see:
https://wiki.minetest.net/Installing_Mods

Dependencies

Features

This mod overrides all builtin-chatcommands to add support for intllib (currently, there's only translation for spanish).
You can also run some commands for other players (optional):

/admin player1

That will show the server administrator to player1.
The command /mods, /pulverize, /status and /days can do the same, too.

Requirements

This mod works with MT/MTG 5.0.0+.

License

LGPLv2.1+ for everything.

Issues, suggestions, features & bugfixes.

Report bugs or suggest ideas by creating an issue.
If you know how to fix an issue, or want something to be added, consider opening a pull request.

Issue/PR templates are not required.