Add usesundial permission | Fix #1247
This commit is contained in:
parent
69a9b0e29c
commit
111a0a2456
2 changed files with 9 additions and 0 deletions
|
|
@ -379,6 +379,9 @@ namespace TShockAPI
|
|||
[Description("Player can place banned tiles.")]
|
||||
public static readonly string canusebannedtiles = "tshock.tiles.usebanned";
|
||||
|
||||
[Description("Player can use the Enchanted Sundial item.")]
|
||||
public static readonly string usesundial = "tshock.time.usesundial";
|
||||
|
||||
/// <summary>
|
||||
/// Lists all commands associated with a given permission
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue