Added the /clearitems command. (includes new clearitems permission)
This commit is contained in:
parent
574573f0ba
commit
89a1480b0f
3 changed files with 49 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue