Drinks

drinks.yml

This is the file where all custom drinks behaviour and config are stored

Example drink:

cola:
   enabled: true
   permission: cola
   model_id: 1
   name: '&fCola'
   lore:
      - "&7A cold drink"
   events:
      drink: #special event only available on drinks items, 
                    #called when player drinks
         restore_food: 12 #amount of food restored when drink
   craft_recipe:
      enabled: true
      pattern:
         - XXX
         - PSP
         - PPP
      ingredients:
         S: SOUL_SAND
         P: platic_plate

Last updated