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

@ -286,6 +286,9 @@ namespace TShockAPI
[Description("Player recovers health as damage is taken. Can be one shotted.")]
public static readonly string godmode = "tshock.godmode";
[Description("Player can chat")]
public static readonly string canchat = "tshock.canchat";
/// <summary>
/// Lists all commands associated with a given permission
/// </summary>