Change permission node to tshock.cfg.createdumps
This commit is contained in:
parent
14c071350c
commit
691a368425
1 changed files with 3 additions and 3 deletions
|
|
@ -103,9 +103,6 @@ namespace TShockAPI
|
||||||
[Description("User can get other users' info.")]
|
[Description("User can get other users' info.")]
|
||||||
public static readonly string userinfo = "tshock.admin.userinfo";
|
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
|
// tshock.buff nodes
|
||||||
|
|
||||||
[Description("User can buff self.")]
|
[Description("User can buff self.")]
|
||||||
|
|
@ -131,6 +128,9 @@ namespace TShockAPI
|
||||||
[Description("User can download updates to plugins that are currently running.")]
|
[Description("User can download updates to plugins that are currently running.")]
|
||||||
public static readonly string updateplugins = "tshock.cfg.updateplugins";
|
public static readonly string updateplugins = "tshock.cfg.updateplugins";
|
||||||
|
|
||||||
|
[Description("User can create reference files of Terraria IDs and the permission matrix in the server folder.")]
|
||||||
|
public static readonly string createdumps = "tshock.cfg.createdumps";
|
||||||
|
|
||||||
// tshock.ignore nodes
|
// tshock.ignore nodes
|
||||||
|
|
||||||
[Description("Prevents you from being reverted by kill tile abuse detection.")]
|
[Description("Prevents you from being reverted by kill tile abuse detection.")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue