Merge pull request #1321 from DogooFalchion/ssc_join_inv
Enable user to upload their data from when they join as SSC
This commit is contained in:
commit
7d323f253a
5 changed files with 182 additions and 18 deletions
|
|
@ -88,6 +88,12 @@ namespace TShockAPI
|
|||
[Description("User can save all the players SSI state.")]
|
||||
public static readonly string savessc = "tshock.admin.savessi";
|
||||
|
||||
[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