ScreamingSandals / BedWars

Simple BedWars minigame plugin for Spigot version 1.8.8 - 1.20.6
https://www.spigotmc.org/resources/bedwars.63714/
GNU Lesser General Public License v3.0
252 stars 95 forks source link

Jump boost V #244

Closed SamSamsung closed 3 years ago

SamSamsung commented 3 years ago

Hi, I think it would be a great idea to add jump boost potion V, like on Hypixel. That's all and merry Christmas !

GGEZLOLLLLLLLLLLLLLLLLXD commented 3 years ago
- stack:
      type: POTION
      display-name: "§aPotion of Leaping (Jump V for 60 seconds)" # Change name here
      meta:
        ==: ItemMeta
        meta-type: POTION
        potion-type: water
        custom-effects:
        - ==: PotionEffect
          effect: 8 # Effect ID, 8 is jump boost, 1 is speed
          duration: 1200 # Number of ticks the effect should last. 20 ticks => 1 second.
          amplifier: 4 # Amplifier of the potion effect. 0 => Level I, 4 => Level V
     price: <YOUR PRICE HERE>
SamSamsung commented 3 years ago

Thank's a lot !

RangeBanenge commented 1 year ago

How about multiple effects?