- If you use player_head for material in custom food, you need to use paper server. (Custom food made of material player_head uses paper-api)
- Custom food added. (The material of custom food is currently only supported for player_head or edible food.)
- Custom food can be create at customfood.yml
- Added consumefood command to get custom food (/consumefood get <internal_name> <amount>)
Once the customfood.yml file is created,
There is an example custom food by default
Code (Text):
Custom_Food:
internal_name: (The internal name is what is used to get it with the command)
material: (material sets the material of the custom food. The material of custom food is currently only supported for player_head or edible food)
value: (Required if material is player_head. The value can be found here: https://minecraft-heads.com/custom-heads)
name: (name is the item name of the custom food. You can use color code)
lore: (lore is the lore of custom food. You can use color code)
foodlevel: (foodlevel sets the food level of custom food)
saturation: (saturation sets the saturation of custom food)
potion-effect: (potion-effect applies the potion effect of custom food)
Chance: (Chance is the chance of apply of the potion-effect)