Add config option to allow cutable and breakable tiles to be cut or broken by users with no permissions etc.

This commit is contained in:
Zack Piispanen 2013-11-07 05:43:31 -05:00
parent 691204f319
commit 55f969f250
2 changed files with 7 additions and 0 deletions

View file

@ -276,6 +276,8 @@ namespace TShockAPI
[Description("Forces your world to be in Halloween mode regardless of the data.")] public bool ForceHalloween = false;
[Description("Allows anyone to break grass, pots, etc.")] public bool AllowCutTilesAndBreakables = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>