Tipped Arrows
A list of potion types
An example of how to use it for display items.
Prizes:
1:
DisplayName: '<red>An arrow with a potion effect.'
DisplayItem: 'tipped_arrow:{POTION_EFFECT}'
# DisplayItem: 'tipped_arrow:fire_resistance'
DisplayAmount: 1
MaxRange: 100
Chance: 1
Items:
- 'Item:tipped_arrow:{POTION_EFFECT}'
1. How to make a tipped arrow as a prize item:
Items:
- Item:tipped_arrow:{POTION_EFFECT}, Amount:64, Name:Posion Arrow
Example
Items:
- Item:tipped_arrow:poison, Amount:64, Name:Posion Arrow
2. How to make a tipped arrow as a display item:
DisplayItem: tipped_arrow:{POTION_EFFECT}
Example
DisplayItem: tipped_arrow:fire_resistance