Change Log 1.1.3
Added the ability to disable blocks after x days that the owner is offline.
This change requires that the player has logged on after this update - each time they log in will now update the last_seen value in the plugin and this will be used to decide if the block should be allowed to expire.
If the player has not been online since the update, then the value used will the first time they logged in after Domain was installed. If this is more than the days set in the offline days, this will cause them their fields to expire immediately.
To turn this change on, make the following changes
Config File
Code (YAML):
expire_blocks
: true
Block Configs:
Code (YAML):
offline_days
: 30
If this is not a new install of Domain, it is HIGHLY RECOMMENDED that you set expire_blocks: false until all the players who own fields have been online (or for a set number of days)
When the block expires, the field will be disabled, removing any protection flags that are in place, but it will NOT remove the block. If the player logs back on, they can enable their field again. Currently, an expired block cannot be broken (this may become available upon request)
If you have any questions, please let me know and I'll be happy to go over this in more detail.