Skip to main content
Version: Current

Tipped Arrows

[A list of potion types](https://jd.papermc.io/paper/ 1.21.1/org/bukkit/potion/PotionType.html)

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