Add /buff <buff id/name>

This commit is contained in:
Deathmax 2011-08-20 12:14:49 +08:00
parent 2cdb9dc953
commit 2c1c75db2b
4 changed files with 65 additions and 0 deletions

View file

@ -126,6 +126,9 @@ namespace TShockAPI
[Description("")]
public static readonly string heal;
[Description("User can buff players")]
public static readonly string buff;
static Permissions()
{
foreach (var field in typeof(Permissions).GetFields())