Update Bouncer / OnNPCAddBuff
This commit is contained in:
parent
632df52ce7
commit
4621a2f7f5
3 changed files with 46 additions and 26 deletions
|
|
@ -155,6 +155,9 @@ namespace TShockAPI
|
|||
[Description("Prevents your actions from being ignored if damage is too high.")]
|
||||
public static readonly string ignoredamagecap = "tshock.ignore.damage";
|
||||
|
||||
[Description("Prevents your from being kicked by npc buff hack detection.")]
|
||||
public static readonly string ignorenpcbuffdetection = "tshock.ignore.npcbuff";
|
||||
|
||||
[Description("Bypass server side character checks.")]
|
||||
public static readonly string bypassssc = "tshock.ignore.ssc";
|
||||
|
||||
|
|
@ -439,7 +442,7 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can kill others.")]
|
||||
public static readonly string kill = "tshock.kill";
|
||||
|
||||
|
||||
[Description("Player can respawn themselves.")]
|
||||
public static readonly string respawn = "tshock.respawn";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue