Add canchat permission as well as godmode being a toggle command.

This commit is contained in:
Zack Piispanen 2013-10-01 04:20:52 -04:00
parent 4e9698b6ee
commit ce73b0c0b5
6 changed files with 71 additions and 16 deletions

View file

@ -270,6 +270,7 @@ namespace TShockAPI
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public int ReservedSlots = 20;
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public bool LogRest = false;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>