- Change CustomFoodLevel default value to false - Add potion material to BottleMaterial - Add exception for execute command(customFood and vanillaFood) - Add PotionColor option to customfood (hex color) - Add HidePotionEffect option to customfood - Add Unstackable option to customfood - Add message disable configuration - Add hex color support for custom item names and lore. - Add ItemsAdder support - Add option to ignore items created with ItemsAdder - Fixed an issue where the player's hunger was not reduced when customfoodlevel was disabled
Code (YAML):
Compatibility: ItemsAdder:
Enabled: false
Ignore-Item: true
#If true, Ignore items created with ItemsAdder
Code (YAML):
Customfood-GlobalCooldown:
Enabled: false
Message: "Time left: <customfood_global_timeleft>" Customfood-PersonalCooldown:
Enabled: false
Message: "<customfood_name> &fTime left: <customfood_personal_timeleft>" VanillaFood-GlobalCooldown:
Enabled: false
Message: "Time left: <vanilla_global_timeleft>" VanillaFood-PersonalCooldown:
Enabled: false
Message: "<food_name> Time left: <vanilla_personal_timeleft>" Max-foodlevel:
Enabled: false
Message: "&aFood level reached the maximum value of <max_foodlevel>." Max-saturation:
Enabled: false
Message: "&aSaturation reached the maximum value of <max_saturation>." Permission-Error:
Enabled: false
Message: "&cYou don't have permission"