Added report-control

This commit is contained in:
Cooldude2606
2019-04-18 14:34:21 +01:00
parent 098e43b485
commit 2c108e6792
3 changed files with 152 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ Commands.new_command('temp-ban','Temp bans a player until the next reset; this r
end
end)
Commands.new_command('remove-temp-ban','Removes temp ban from a player; this will not restore they items.')
Commands.new_command('clear-temp-ban','Removes temp ban from a player; this will not restore they items.')
:add_param('player',false,'player-role')
:add_param('reason',false)
:enable_auto_concat()