Customize the time in between death and respawn.
This commit is contained in:
parent
01388a5948
commit
25ca94a77e
2 changed files with 3 additions and 1 deletions
|
|
@ -277,6 +277,8 @@ namespace TShockAPI
|
|||
|
||||
[Description("The number of reserved slots past your max server slot that can be joined by reserved players")] public bool LogRest = false;
|
||||
|
||||
[Description("The number of seconds a player must wait before being respawned.")] public int RespawnSeconds = 3;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue