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()