Remove superadmin customization config options
This commit is contained in:
parent
51154c9bc9
commit
1e68ac22c7
2 changed files with 5 additions and 17 deletions
|
|
@ -78,18 +78,6 @@ namespace TShockAPI
|
|||
[Description("Disables any building / placing of blocks.")]
|
||||
public bool DisableBuild;
|
||||
|
||||
/// <summary>SuperAdminChatRGB - The chat color for the superadmin group.</summary>
|
||||
[Description("#.#.# = Red/Blue/Green - RGB Colors for the Admin Chat Color. Max value: 255.")]
|
||||
public int[] SuperAdminChatRGB = { 255, 0, 0 };
|
||||
|
||||
/// <summary>SuperAdminChatPrefix - The superadmin chat prefix.</summary>
|
||||
[Description("Super admin group chat prefix.")]
|
||||
public string SuperAdminChatPrefix = "(Admin) ";
|
||||
|
||||
/// <summary>SuperAdminChatSuffix - The superadmin chat suffix.</summary>
|
||||
[Description("Super admin group chat suffix.")]
|
||||
public string SuperAdminChatSuffix = "";
|
||||
|
||||
/// <summary>BackupInterval - The backup frequency in minutes.</summary>
|
||||
[Description("Backup frequency in minutes. So, a value of 60 = 60 minutes. Backups are stored in the \\tshock\\backups folder.")]
|
||||
public int BackupInterval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue