aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/chatcommands.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the server status message customizable (#7357)SmallJoker2018-07-011-1/+5
* Log usage of /pulverize (#7503)Anand S2018-06-301-2/+5
* Add hasprivs chat command (#7336)Anand S2018-06-121-1/+26
* Fix the /shutdown command (#7431)SmallJoker2018-06-111-6/+8
* Small usage changes for air and ignore items (#7305)Wuzzy2018-05-201-5/+8
* /shutdown can't do countdown when using reconnect and/or shutdown message (#7...dopik2018-02-191-1/+1
* Add kill chat command (#6992)Wuzzy2018-02-041-4/+35
* Make chat command + privilege help slightly more accurate (#6964)Wuzzy2018-01-291-18/+23
* Clearobjects: Send progress messages to terminal using actionstreamparamat2017-11-241-3/+3
* Fix default item callbacks to work with nil users (#5819)raymoo2017-10-281-2/+2
* Prevent /spawnentity from spawning unknown entity (#6388)Wuzzy2017-09-081-0/+3
* Add on_grant and on_revoke callbacks (#4713)rubenwardy2017-08-261-0/+9
* Improve chatcommand params consistency (#5985)Ezhh2017-06-151-21/+23
* Remove “inf” argument from shutdown command help (#5880)Wuzzy2017-06-021-1/+1
* Add /clearinv chat command (#4994)Elijah Duffy2017-05-201-0/+28
* Use a settings object for the main settingsShadowNinja2017-05-061-10/+10
* Player data to Database (#5475)Loïc Blot2017-04-231-0/+25
* Add /fixlight chat commandDániel Juhász2017-04-221-0/+19
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-5/+11
* Move chat command handling code from C++ to Lua (#5528)red-0012017-04-081-3/+12
* Map generation limit: Make per-worldparamat2017-03-271-1/+1
* Change command prefix to "." and add "help" command.red-0012017-03-261-55/+0
* [CSM] Add client-sided chat commands (#5092)red-0012017-03-131-28/+1
* Fix crash that can be caused by the shutdown command. (#5292)red-0012017-02-251-1/+2
* Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...red-0012017-02-181-1/+3
* Add chatcommand unregister and override API (#5076)Elijah Duffy2017-01-201-0/+18
* Improve priv descriptions (#5047)Ezhh2017-01-171-20/+21
* Expose and document chatcommands as minetest.registered_chatcommandsrubenwardy2017-01-041-9/+10
* Fix /grant & /revoke not working with custom auth handler (#4974)Dorian Wouters2016-12-311-2/+2
* Chat commands: Trim whitespaces from input of `/privs` commandred-0012016-10-201-4/+5
* Builtin/../chatcommands: Add /grantme commandred-0012016-10-161-38/+56
* Builtin/profiler: Replace game profiler (#4245)Tim2016-07-121-13/+6
* Add colored text (not only colored chat).Ekdohibs2016-05-311-1/+1
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-311-1/+1
* Avoid teleporting player if /teleport coords are out-of-rangetenplus12016-04-291-4/+10
* Builtin: Add basic_privs settingrubenwardy2016-04-281-2/+6
* Make `options` local here.Auke Kok2016-03-241-1/+1
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-091-0/+7
* Faster insertion into tableRui9142016-03-061-3/+3
* Log /clearobjects modeKahrl2016-02-111-1/+2
* Add '/clearobjects quick'Kahrl2016-02-111-1/+11
* Add admin command which says who the administator is for the server.Splizard2016-02-041-0/+12
* Add callback parameter for core.emerge_area()kwolekr2015-11-021-1/+35
* minetest. to core.Rui9142015-10-311-1/+1
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-231-29/+41
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-0/+2
* Add ability to specify coordinates for /spawnentityMarcin2015-07-181-6/+13
* Remove reference to deprecated privilegeCraig Davison2015-06-141-1/+1
* Nicer time setting loggingest312015-06-021-1/+1
* Added hour:minute format to time commandLeMagnesium2015-05-161-14/+36