Added verify message

This commit is contained in:
Cooldude2606
2020-03-06 17:06:03 +00:00
parent e93b3ea3fe
commit 28a19b46be
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ return {
['time']=function()
return {'chat-bot.map-time',format_time(game.tick,{days=true,hours=true,minutes=true,seconds=true,long=true})}
end,
['r!verify']=function(player)
return {'chat-bot.verify',player.name}
end,
},
command_admin_only = false, --- @setting command_admin_only when true will only allow chat commands for admins
command_permission = 'command/chat-bot', --- @setting command_permission the permission used to allow command prefixes