Add protection of gem locks in region

This commit is contained in:
Zt Wang 2016-06-21 22:34:15 +08:00
parent 392fbe79c8
commit c6811c98ed
2 changed files with 84 additions and 1 deletions

View file

@ -319,6 +319,10 @@ namespace TShockAPI
[Description("Protect chests with region and build permissions.")]
public bool RegionProtectChests;
/// <summary>RegionProtectGemLocks - Whether or not region protection should apply to gem locks.</summary>
[Description("Protect gem locks with region and build permissions.")]
public bool RegionProtectGemLocks = true;
/// <summary>DisableLoginBeforeJoin - This will prevent users from being able to login before connecting.</summary>
[Description("Disable users from being able to login with account password when joining.")]
public bool DisableLoginBeforeJoin;