Potions
Check out this page to see how to dye your items!
# The crate section.Crate: # The prizes section. Prizes: # The name of the prize. "1": DisplayItem: "potion" # Prize display preview settings Items: # The name of the item, good for identification internally and externally. "strength_potion": # The item material. material: "potion" # Per item settings. settings: # The potion settings. potions: # The name of the potion effect. "strength": # The duration of the potion effect. duration: 10 # The level of the potion effect. level: 3 # The potion style settings. style: # Should the icon show in the inventory? icon: false # Should there be an ambient effect for the player? ambient: false # Should the particles show around the player? particles: false