Implement logic to store the data of a player when they join, and allow for a command to be run that will upload that data in place of their existing SSC data.
This commit is contained in:
parent
156df47777
commit
f1ce158efd
4 changed files with 39 additions and 12 deletions
|
|
@ -88,6 +88,9 @@ 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 elevate other users' groups temporarily.")]
|
||||
public static readonly string settempgroup = "tshock.admin.tempgroup";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue