Updated Commands to use heal packet instead of hearts, enabling godmode. needs permission.

This commit is contained in:
Zack Piispanen 2013-09-30 23:56:59 -04:00
parent efa6b8fbac
commit 2621774e85
5 changed files with 21 additions and 8 deletions

View file

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