Adds /dumpdata which dumps the permission table & ref data.
This commit is contained in:
parent
d937789c15
commit
63179deaa5
3 changed files with 15 additions and 1 deletions
|
|
@ -103,6 +103,9 @@ namespace TShockAPI
|
|||
[Description("User can get other users' info.")]
|
||||
public static readonly string userinfo = "tshock.admin.userinfo";
|
||||
|
||||
[Description("User can create reference files of Terraria IDs and the permission matrix in the server folder.")]
|
||||
public static readonly string createdumps = "tshock.admin.createdumps";
|
||||
|
||||
// tshock.buff nodes
|
||||
|
||||
[Description("User can buff self.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue