Potion Dye
An example of how to dye your potions!
Prizes:
1:
DisplayName: '<red>A green potion.'
DisplayItem: 'potion:green'
# DisplayItem: 'potion:133,50,73'
DisplayAmount: 1
MaxRange: 100
Chance: 1
Items:
- 'Item:potion:green'
Items:
- Item:potion:GREEN
This allows you to dye your potion green. You have a selection of colors to use with this option.
Items:
- Item:potion:133,50,73
This allows you to dye your potion any color.
- r = red
- g = green
- b = blue
RGB! It improves performance /j
You can use a color picker to find any color you want.