Implemented guest group config and default group.
This commit is contained in:
parent
be20d07707
commit
b7d84d6855
3 changed files with 7 additions and 3 deletions
|
|
@ -120,6 +120,9 @@ namespace TShockAPI
|
|||
[Description("Selects the default group name to place new registrants under")]
|
||||
public string DefaultRegistrationGroupName = "default";
|
||||
|
||||
[Description("Selects the default group name to place non registered users under")]
|
||||
public string DefaultGuestGroupName = "guest";
|
||||
|
||||
[Description("Force-Disable printing logs to players with the log permission")]
|
||||
public bool DisableSpewLogs = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue