Implemented guest group config and default group.

This commit is contained in:
Zidonuke 2011-12-29 00:38:22 -05:00
parent be20d07707
commit b7d84d6855
3 changed files with 7 additions and 3 deletions

View file

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