aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/chatcommands.lua
AgeCommit message (Collapse)Author
2023-06-23Add list setting -> chatcmd def for external access (#62)HEADmasterCora de la Mouche
* Add list setting -> chatcmd def for external access * Document the _list_setting field ... in both the chatcmd def and minetest.register_list_command * doc: add missing 'by' * remove underscore (_list_setting -> list_setting) --------- Co-authored-by: Lizzy Fleckenstein <eliasfleckenstein@web.de>
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-12-01Improve error message if using "/help --" (#11796)Wuzzy
2021-10-01Add an option `-t` to force text output in /helpPedro Gimeno
This also improves detection of whether formspecs are available.
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-05Translate builtin (#10693)Wuzzy
This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
2020-12-12Make GitHub Actions Happy try 2Elias Fleckenstein
2020-11-05Several EnhancementsElias Fleckenstein
2020-10-18Lint is bitchElias Fleckenstein
2020-10-17New Mod SystemElias Fleckenstein
2019-09-19Also print help commands to chat for server terminal (#8869)Tim Myers
2019-07-20Add /help formspec for commands and privileges (#8385)SmallJoker
* Trigger for 'all' as well * Add description textarea, double-click to copy
2017-06-15Improve chatcommand params consistency (#5985)Ezhh
* Fix and improve params consistency * Move parenthesis requirement to descriptions
2017-04-10[CSM] Use more gettext (#5553)red-001
2017-03-26Change command prefix to "." and add "help" command.red-001
2017-03-13[CSM] Add client-sided chat commands (#5092)red-001