Add some more hack checks to painting tiles & walls
Also add permission to ignore paint threshold
This commit is contained in:
parent
149dbdf56d
commit
d4c7385781
3 changed files with 43 additions and 9 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue