Add some more hack checks to painting tiles & walls

Also add permission to ignore paint threshold
This commit is contained in:
MarioE 2013-10-04 19:05:10 -04:00
parent 149dbdf56d
commit d4c7385781
3 changed files with 43 additions and 9 deletions

View file

@ -130,6 +130,9 @@ namespace TShockAPI
[Description("Prevents you from being disabled by projectile abuse detection.")]
public static readonly string ignoreprojectiledetection = "tshock.ignore.projectile";
[Description("Prevents you from being disabled by paint abuse detection.")]
public static readonly string ignorepaintdetection = "tshock.ignore.paint";
[Description("Prevents you from being reverted by no clip detection.")]
public static readonly string ignorenoclipdetection = "tshock.ignore.noclip";