Page 1 of 1

commands dirs

PostPosted: Mon Nov 16, 2015 00:03
by superdude
were is the code directory for default and wiki commands http://wiki.minetest.com/wiki/Server_commands

Re: commands dirs

PostPosted: Mon Nov 16, 2015 00:12
by rubenwardy
Where are they defined? The ones that are part of the engine, /privs /giveme /grant etc, are here: https://github.com/minetest/minetest/bl ... ds.lua#L78

Mods can also define chat commands, subgames can too. They will be in a .lua file - search for "minetest.register_chatcommand"

Re: commands dirs

PostPosted: Mon Nov 16, 2015 00:18
by superdude
thx a lot p.s. your my modding hero :)

Re: commands dirs

PostPosted: Mon Nov 16, 2015 00:22
by rubenwardy
I wrote a chapter on defining chat commands in my online book (free), if that's helpful to you: http://rubenwardy.com/minetest_modding_ ... t-commands