permission 'canpaint' for painting tiles
This commit is contained in:
parent
f08c1449c9
commit
efa6b8fbac
2 changed files with 118 additions and 1 deletions
|
|
@ -247,6 +247,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can modify the world.")]
|
||||
public static readonly string canbuild = "tshock.world.modify";
|
||||
|
||||
[Description("User can paint tiles.")]
|
||||
public static readonly string canpaint = "tshock.world.paint";
|
||||
|
||||
// Non-grouped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue