aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/chatcommands.lua
AgeCommit message (Collapse)Author
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-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.
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