Configuration

# TimedProtect
#
# Format:
#
# timedprotect:
#   time:        = Length of time, see below.
#   mode:        = 1 or 2, see below.
#   blocks:      = List of applicable blocks.
#     - 54       = Use block id numbers. For example a chest is '54'.
#
# Time:
# The length time (in seconds). Used by mode 1 and 2, see below.
#
# Mode:
#   1:
# If a player interacts with a protected block from the 'list of blocks' + they do not have access to it + the
# owner of the block is not online and has not joined the server for the 'length of time'. Then the protection
# on that block is removed.
#
#   2:
# If a player interacts with a protected block from the 'list of blocks' + they do not have access to it + the
# block has not been used/accessed by any player for the 'length of time'. Then the protection on that
# block is removed.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
timedprotect:
  time: 2592000
  mode: 1
  blocks:
    - 54