- Added a toggle for container check, item is taken out from container still be checked like usual.
Code (YAML):
# Allow plugin to check timed item inside container like chest, furnace, .....
toggleContainerCheck
: true
- Added new lore index support, now you can make the lore auto on first/last line in lore
Code (YAML):
# Item lore will be updated instantly
loreFormat
:
# Toggle expire format on/off
toggle
: true
# Determine which line in item lore to display expire date.
# Optional line index
# - 'first' -> always first position in item lore.
# - 'last' -> always last position in item lore.
# - {index} -> assign specific lore index
lineIndex
:
{index
}/first/last