Added /tp /bring and /goto and some comments

This commit is contained in:
Cooldude2606
2019-03-05 20:34:17 +00:00
parent 08038272b6
commit 402548dded
12 changed files with 73 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ local Commands = require 'expcore.commands'
require 'expcore.common_parse'
Commands.new_command('admin-chat','Sends a message in chat that only admins can see.')
:add_param('message',false)
:add_param('message',false) -- the message to send in the admin chat
:enable_auto_concat()
:add_tag('admin_only',true)
:add_alias('ac')