paused & announce

This commit is contained in:
初心浮梦
2024-05-05 11:48:46 +08:00
parent 5cfbf6eb8b
commit 6d3eae301e
4 changed files with 40 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ namespace EggLink.DanhengServer.Configuration
public bool AutoLightSection { get; set; } = true;
public string Language { get; set; } = "EN";
public List<string> DefaultPermissions { get; set; } = ["*"];
public string ServerAnnounce { get; set; } = "Welcome to danhengserver!";
public ServerProfile ServerProfile { get; set; } = new ServerProfile();
public bool AutoCreateUser { get; set; } = true;
}