#####################################################################
# #
# No More Cooked by Zandrax #
# #
#####################################################################
# DO NOT TOUCH
config-version: 2
# Choose your language (Available languages can be found in the lang folder; just type the two-letter code found between "lang_" and ".yml")
# You can create your own file and use the corresponding two-letter code.
lang: "us"
# Enable crafting of raw foods from cooked foods
food-conservation-enabled: true # Enables preservation of food
# Crafting recipes for converting cooked foods back to raw
requires-snow-for-transformation: false # Requires snow to revert foods to raw state
requires-ice-for-transformation: true # Requires ice to revert foods to raw state
# Fridge mechanics and settings
enable-fridge-mechanic: true # Activate fridge mechanics (if deactivated, the fridge will not work)
fridge-expiration-multiplier: 5 # Define the fridge multiplier. Multiplies the remaining expiry time when added to the fridge and divides when removed from the fridge.
fridge-instant-lore-update: true # Instantly update the lore of the items when they are added and removed from the fridge. if false, lore will be updated when the fridge will be open or when auto-checker runs.
other-foods-in-fridge-enabled: true # Allows other foods to be stored in the refrigerator. If false, only cooked and raw meat, fish and vegetables can be stored in the fridge.
# Food expiration duration (in seconds)
expiration-time-seconds: 3600 # Time before cooked food expires
# Show expiration time in item lore
show-expiration-time: true # Displays remaining time until expiration
# This option is useful when real-time updating is not feasible,
# e.g., when the item is sold through a plugin that doesn't use InventoryOpenEvent.
# Enable this and disable "show-expiration-time" to resolve potential issues.
show-expiration-date: true # Displays the expiration date
# Date and time format in item lore
date-format: "dd/MM/yyyy" # Preferred date format
hour-format: "HH:mm:ss" # Preferred time format
# Intensity of negative effects (0 = Disable the effect)
effects:
hunger: 2
poison: 0
weakness: 2
blindness: 1
miningfatigue: 1
wither: 0
slowness: 3
nausea: 3
# Duration of negative effects in seconds
effects-duration: 60
# Interval for automatic expiration date checks (in seconds)
auto-checker-interval: 60
# Experimental and currently LESS efficient than the classic lore update
placeholder-support: false # Enable placeholder support