diff --git a/command.lua b/command.lua index 979fc96..2519b34 100644 --- a/command.lua +++ b/command.lua @@ -1,6 +1,7 @@ local S = default.get_translator minetest.register_chatcommand("run_in_book", { + params = " []", description = "run the command; put the output in the book's body", func = function(name, param) local player = minetest.get_player_by_name(name)