Potion Prize

Give a player potion effect when the prize is redeemed.

Make sure to follow the proper formatting and spacing.

Potion list here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html

Argument
Description

potion:

type: " "

Sets the potion type to give the player

potion:

duration: 20

Sets the time for the potion. 20 = 1 second

Example of use

Loot-Table:
  p0:
    potion:
      type: SPEED
      duration: 20

Last updated