Add AnnounceSave option
This commit is contained in:
parent
0878900ea5
commit
6fac82ee2c
3 changed files with 19 additions and 9 deletions
|
|
@ -80,6 +80,7 @@ namespace TShockAPI
|
|||
[Description("Bans a hardcore player on death.")] public bool BanOnMediumcoreDeath;
|
||||
|
||||
[Description("Enable/disable Terraria's built in auto save.")] public bool AutoSave = true;
|
||||
[Description("Enable/disable save announcements.")] public bool AnnounceSave = true;
|
||||
|
||||
[Description("Number of failed login attempts before kicking the player.")] public int MaximumLoginAttempts = 3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue