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:
DogooFalchion 2016-10-23 19:59:57 -04:00
parent f1ce158efd
commit 49a0cc0cc5
2 changed files with 53 additions and 6 deletions

View file

@ -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";