Implement the rtp function

#2
This commit is contained in:
zontreck 2025-03-06 16:48:41 -07:00
parent aedef3317c
commit 86ff08b9e7
5 changed files with 113 additions and 0 deletions

View file

@ -18,6 +18,7 @@ namespace AriasServerUtils
public bool onlyAdminsCreateWarps { get; set; } = true;
public int MaxBackCache { get; set; } = 10;
public int PlayerSleepingPercentage { get; set; } = 50;
public int MaxRTPBlockDistance { get; set; } = 5000;
public PlayerPosition Spawn { get; set; }