Begin to add player sleeping percentage

This commit is contained in:
zontreck 2025-01-20 04:10:17 -07:00
parent 3e0896f5f9
commit 1f5458b8b1
4 changed files with 21 additions and 2 deletions

View file

@ -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; }