From 630f772e02e2b2395ee1779f5d3c5c0cb460f5de Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Wed, 2 Dec 2020 10:42:45 -0800 Subject: [PATCH] Improve place_bounty command --- mods/ctf/ctf_bounties/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ctf/ctf_bounties/init.lua b/mods/ctf/ctf_bounties/init.lua index 88cb091..7f78a91 100644 --- a/mods/ctf/ctf_bounties/init.lua +++ b/mods/ctf/ctf_bounties/init.lua @@ -115,6 +115,8 @@ end) minetest.register_privilege("bounty_admin") minetest.register_chatcommand("place_bounty", { + description = "Place a bounty on a player", + params = "", privs = { bounty_admin = true }, func = function(name, target) target = target:trim()