+ Added: [Suggestion] Inactive players categories to specify different behaviour depending on their playtime. Disabled by default.
Code (YAML):
# Delete inactive Lands, if the owner is offline since x days.
# NOTE: When changing any of these settings, it's recommended to take a backup of the database, in case you misconfigure anything accidentally.
# Otherwise, you're risking irreversible land deletion.
# NOTE: These settings require server reload / restart.
expiration
:
# How long does an owner need to be offline, to be considered inactive?
# This option allows you to create different categories of inactive players depending on their playtime.
# Format: 'playtime:offline-time'
#
# Example:
# owner_list:
# - '15m:7d'
# - '30m:14d'
# - '12h:30d'
# - '1d:60d'
# - '2d:80d'
#
# '15m:7d' and '30m:14d' means that land owners that have less than 15 minutes of playtime, will be considered inactive, if they're offline since at least 7 days.
# Owners that have more than 15 minutes of playtime and less than 30 minutes will be considered as inactive, if they're offline since at least 14 days.
# And so on...
# Inactive land owners get, depending on your configuration, either untrusted and a new owner is set or their land get's deleted.
# An empty list disables this option.
owner_list
:
[
]
# How long does a land member need to be offline, to be considered inactive?
# Inactive land members get untrusted.
member_list
:
[
]
- Fixed: [#2044] Error at accepting membership request