how to do this with Crazy Enchants?

Discussion in 'Bukkit Help' started by SquirtleGuyPlayz, Sep 16, 2017.

Thread Status:
Not open for further replies.
  1. I wanna make an enchant that makes you go super fast and leaves a trail of fire behind you, I got the speed down, but how to make a trail of fire?
    Code:
      LightSpeed:
        Enabled: True
        Name: 'LightSpeed'
        Color: '&c&l'
        BookColor: '&b&l'
        MaxPower: 3
        Categories:
        Info:
          Name: '&c&lLightSpeed &7(&bI-&bIII&7)'
          Description:
            - '&7Gives you super speed'
            - '&7and leaves a trail of'
            - '&7fire behind you.'
            - ''
            - '&c&lGODLY ENCHANT'
            - '&6Enchantable Items: &aBoots'
        EnchantOptions:
          ItemsEnchantable: 'Boots'
          ArmorOptions:
            PowerIncrease: 5
            PotionEffects:
              - 'SPEED:5, Time:1000000'
              - 'FIRE_RESISTANCE:2, Time:1000000'
        
     
  2. Offline

    Minesuchtiiii

    Well it isn't the best method, but on PlayerMoveEvent simply spawn the particles
    also you may want to add the player in an arraylist (and remove him as soon as the effect disappears). and the PlayerMoveEvent gets triggered only as long as the player is in the ArrayList.
     
  3. OK thanks, i will just use this until i figure out
     
Thread Status:
Not open for further replies.

Share This Page