Merge pull request #144 from Cooldude2606/feature/verify-message

Added verify message
This commit is contained in:
Cooldude2606
2020-03-09 22:57:34 +00:00
committed by GitHub
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