Modify more commands
Combined /killprojectile and /clearitems Removed whisper prefix from whisper messages (color should be more than sufficient) Removed /star Added /butcher [mob type] Removed deprecated command methods
This commit is contained in:
parent
017b3f07f6
commit
4bd522f1db
2 changed files with 128 additions and 156 deletions
|
|
@ -156,9 +156,6 @@ namespace TShockAPI
|
|||
[Description("User can spawn items.")]
|
||||
public static readonly string item = "tshock.item.spawn";
|
||||
|
||||
[Description("User can clear items.")]
|
||||
public static readonly string clearitems = "tshock.item.clear";
|
||||
|
||||
[Description("Allows you to use banned items.")]
|
||||
public static readonly string usebanneditem = "tshock.item.usebanned";
|
||||
|
||||
|
|
@ -256,6 +253,9 @@ namespace TShockAPI
|
|||
|
||||
// Non-grouped
|
||||
|
||||
[Description("User can clear items or projectiles.")]
|
||||
public static readonly string clear = "tshock.clear";
|
||||
|
||||
[Description("User can kill others.")]
|
||||
public static readonly string kill = "tshock.kill";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue