- Fix plugin cannot be enabled without PlaceholderAPI
- Support 1.21
- Support crafting station in MMOItems, auto add expire date when player take out result.
- Introduce new API v2.0
Expire date lore will be updated automatically based on config.
Before:
Code (YAML):
# Determine which line in item lore to display expire date. lineToDisplayExpireDateInLore: 5
After edit and reload:
Code (YAML):
# Determine which line in item lore to display expire date. lineToDisplayExpireDateInLore: 2
Player can hover on command to see information, click to get that command on chat input.
If timed item is dropped and date is under specific time in config, it will display time left.
Code (YAML):
# Dropped timed item will display expire date left when it's about to disappear in xx time item-drop:
toggle: true
display: # When item about to disappear in xx time, use time format below # Default is 1 minutes, set -1 to display whenever item is dropped. dateUnder: 1m
# Placeholder '@duration@' represent for item duration left. format: '&e&l@duration@'