Added separate permission for /userinfo
This commit is contained in:
parent
7bfd9d244e
commit
a721572d0a
2 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,8 @@ namespace TShockAPI
|
|||
{
|
||||
//Permissions with blank descriptions basically means its described by the commands it gives access to.
|
||||
|
||||
[Description("Allows player to get user info")] public static readonly string userinfo;
|
||||
|
||||
[Description("")] public static readonly string causeevents;
|
||||
|
||||
[Description("Required to be able to build (modify tiles and liquid)")] public static readonly string canbuild;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue