Skip to main content
Version: 1.20.4

Potion Dye

An example of how to dye your potions!

  Prizes:
1:
DisplayName: '&cA potion with color.'
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.