From 5140d71900b1cd706dc1127e3d874195e51b17d8 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:22:14 -0700 Subject: [PATCH] document command params --- command.lua | 1 + 1 file changed, 1 insertion(+) 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)