Effects

Effect Syntax:

  - "Location/Time Effect Vars"

Location/Time is used to define where and when to create the Effect.
Currently these are available:

  • Caster, Target
  • CounterStep, CounterInterrupt, CounterFinish
  • and sometimes special Locations specified by the Spell

Currently these effects are available:

  • ItemEffectNormal
    • Creates a normal Minecraft Effect (Look at org.bukkit.Effect)
    • Vars: name:data
  • ItemEffectSound
    • Creates a Sound (Look at org.bukkit.Sound)
    • Vars: name:volume:pitch
  • ItemEffectLightning
    • Creates a lightning
    • Vars: /
  • ItemEffectItemSpray
    • Creates fakeitems spraying from the location
    • Vars: number;duration;force;item(with ItemSpells Syntax)

Comments

Posts Quoted:
Reply
Clear All Quotes