Added the /clearitems command. (includes new clearitems permission)

This commit is contained in:
Michael Wojnar 2011-11-30 09:20:32 -06:00
parent 574573f0ba
commit 89a1480b0f
3 changed files with 49 additions and 0 deletions

View file

@ -36,6 +36,7 @@ namespace TShockDBEditor
CommandList.Add("kill");
CommandList.Add("butcher");
CommandList.Add("item");
CommandList.Add("clearitems");
CommandList.Add("heal");
CommandList.Add("whisper");
CommandList.Add("annoy");