Skip to main content
Version: 1.20.4

Tipped Arrows

A list of potion types

An example of how to use it for display items.

  Prizes:
1:
DisplayName: '&cA tipped 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