generated from AriasCreations/vsmodtemplate
Begin to add player sleeping percentage
This commit is contained in:
parent
3e0896f5f9
commit
1f5458b8b1
4 changed files with 21 additions and 2 deletions
|
@ -17,6 +17,7 @@ namespace AriasServerUtils
|
|||
public bool AdminsBypassMaxHomes { get; set; } = true;
|
||||
public bool onlyAdminsCreateWarps { get; set; } = true;
|
||||
public int MaxBackCache { get; set; } = 10;
|
||||
public int PlayerSleepingPercentage { get; set; } = 50;
|
||||
|
||||
|
||||
public PlayerPosition Spawn { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue