Prevents users from sneaking items onto the server by holding them in their hands when ServerSideInventory is enabled.
This commit is contained in:
parent
1666c657d6
commit
b66358bef2
4 changed files with 37 additions and 33 deletions
|
|
@ -151,6 +151,8 @@ namespace TShockAPI
|
|||
|
||||
[Description("Enable Server Side Inventory checks, EXPERIMENTAL")] public bool ServerSideInventory;
|
||||
|
||||
[Description("Time, in milliseconds, to disallow discarding items after logging in when ServerSideInventory is ON")] public int LogonDiscardThreshold=250;
|
||||
|
||||
[Description("Disables reporting of playercount to the stat system.")] public bool DisablePlayerCountReporting;
|
||||
|
||||
[Description("Disables clown bomb projectiles from spawning")] public bool DisableClownBombs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue