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

@ -123,6 +123,9 @@ namespace TShockAPI
[Description("User can spawn items")]
public static readonly string item;
[Description("User can clear item drops.")]
public static readonly string clearitems;
[Description("")]
public static readonly string heal;