Invisibility Potions are now item banable.
New noclip detection, has ignore permission.
This commit is contained in:
parent
40973abb3f
commit
c11b944735
4 changed files with 56 additions and 6 deletions
|
|
@ -195,6 +195,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("Require all players to register or login before being allowed to play.")]
|
||||
public bool RequireLogin = false;
|
||||
|
||||
[Description("Disables Invisibility potions from being used in PvP (Note, they can use them on the client, but the effect isn't sent to the rest of the server)")]
|
||||
public bool DisableInvisPvP = false;
|
||||
|
||||
public static ConfigFile Read(string path)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue