Max Stack and Stat Hack detection permissions implemented.

This commit is contained in:
Zidonuke 2011-12-28 21:10:59 -05:00
parent 34efba9c1f
commit 24431017e6
3 changed files with 30 additions and 2 deletions

View file

@ -47,6 +47,12 @@ namespace TShockAPI
[Description("Prevents you from being reverted by no clip detection")]
public static readonly string ignorenoclipdetection;
[Description("Prevents you from being disabled by stack hack detection")]
public static readonly string ignorestackhackdetection;
[Description("Prevents you from being kicked by hacked health detection")]
public static readonly string ignorestathackdetection;
[Description("Specific log messages are sent to users with this permission")]
public static readonly string logs;