ProtectionStones
ProtectionStones copied to clipboard
Suggestion/Feature: Old Region Auto-Removal (long-term offline players)
Have the ability to define how long a protected region(s) will remain. This is useful for when a player joins, does a few things, then leaves and never comes back. Permanent regions like this will clutter a server and become effective un-usable dead-zones to any player Note: i do not use the tax feature. Only stone purchasing cost and qty limit.
The countdown starts from the last logoff of a player (ie essential's /seen
either block.toml or global config.yml options: Region-Expires-After-Inactive-For-x-Days: 30 All-Region-Owners-Must-Be-Inactive: True #Default, check all owners, if at least one has been on, reset timer to least value All-Region-Members-Must-Be-Inactive: False #Default false, without an owner the region is effectively un-administrative-able. however, I do believe many owners will want to enable this #if both of the above PS-Block-Expiry-Action: REMOVE #Default REMOVE block from world(and region), -or- RECLAIM which would let any player click it to re-claim that region (still removes region upon expiry, allowing for a new region to be created) -or- PICKUP allowing any player to claim the block putting it in their inventory. players must re-place the block as normal to claim a region with it.
While it's not automatic, /ps admin cleanup remove [days] removes inactive players that have not joined within [days] from regions, and if the region ends up having no players, it will delete it.