Merge pull request #442 from erikive/general-devel
Added separate permission for userinfo and reason for shutting down
This commit is contained in:
commit
550a43f1e4
2 changed files with 9 additions and 4 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