Despawn Limits
object DespawnLimits
Resolves how many despawn locations a player is allowed to own. Precedence:
limits.unlimited: truein config, or thedespi.limit.bypasspermission → no cap.The highest
despi.limit.<n>permission the player holds (assign these to LuckPerms/other groups for per-rank caps).The configured
limits.default.
Kept as a small, permission-reading utility so command code stays declarative.
Functions
Link copied to clipboard
Whether player is under their cap and may register another location.
Link copied to clipboard
The maximum number of locations player may own. Int.MAX_VALUE means unlimited.