Added /gbuff - buff other players
This commit is contained in:
parent
c776f2c06e
commit
8ec358d99f
2 changed files with 57 additions and 4 deletions
|
|
@ -126,9 +126,12 @@ namespace TShockAPI
|
|||
[Description("")]
|
||||
public static readonly string heal;
|
||||
|
||||
[Description("User can buff players")]
|
||||
[Description("User can buff self")]
|
||||
public static readonly string buff;
|
||||
|
||||
[Description("User can buff other players")]
|
||||
public static readonly string buffplayer;
|
||||
|
||||
static Permissions()
|
||||
{
|
||||
foreach (var field in typeof(Permissions).GetFields())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue