Add /buff <buff id/name>
This commit is contained in:
parent
2cdb9dc953
commit
2c1c75db2b
4 changed files with 65 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue