Add permission for uploading other's SSC data. Allow this to run from console. Allow command to upload remote user's data.
This commit is contained in:
parent
f1ce158efd
commit
49a0cc0cc5
2 changed files with 53 additions and 6 deletions
|
|
@ -91,6 +91,9 @@ namespace TShockAPI
|
|||
[Description("User can upload their joined character data as SSC data.")]
|
||||
public static readonly string uploaddata = "tshock.ssc.upload";
|
||||
|
||||
[Description("User can upload other players join data to the SSC database.")]
|
||||
public static readonly string uploadothersdata = "tshock.ssc.upload.others";
|
||||
|
||||
[Description("User can elevate other users' groups temporarily.")]
|
||||
public static readonly string settempgroup = "tshock.admin.tempgroup";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue