New anti spam for liquids and projectiles
Revamped anti spam systems New liquid security
This commit is contained in:
parent
c11b944735
commit
d01426e2b1
5 changed files with 118 additions and 43 deletions
|
|
@ -38,6 +38,12 @@ namespace TShockAPI
|
|||
[Description("Prevents you from being reverted by place tile abuse detection")]
|
||||
public static readonly string ignoreplacetiledetection;
|
||||
|
||||
[Description("Prevents you from being disabled by liquid set abuse detection")]
|
||||
public static readonly string ignoreliquidsetdetection;
|
||||
|
||||
[Description("Prevents you from being disabled by liquid set abuse detection")]
|
||||
public static readonly string ignoreprojectiledetection;
|
||||
|
||||
[Description("Prevents you from being reverted by no clip detection")]
|
||||
public static readonly string ignorenoclipdetection;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue