EffectLib 3.0
Details
-
FilenameEffectLib-3.0.jar
-
Uploaded by
-
UploadedJan 16, 2015
-
Size130.65 KB
-
Downloads2,874
-
MD59ce9b09f4d65edeb58b9deb49456c4fa
Supported Bukkit Versions
- 1.8.1
- 1.7.4
- 1.6.4
Changelog
Version 3.0
- Update particle names to match current ParticleEffect lib- please check code and configs!
- Added colorizeable spell_mob, spell_mob_ambient and redstone particles
- Full 1.8 support
- Better error handling, config options for turning on/off log messages
Version 2.0
- Refactored Effect system. Most Effect class names have changed!
- Combined Entity and Location Effects.
Version 1.6
- 1.6.4 Backwards-Compatibility added
Version 1.5
- LocationEffects added: Cylinder, Dragon
- Added Configuration-Driven reflection based constructors
Version 1.4
- LocationEffects added: Cube, Donut, Hill, Image, Text
- Improved performance
Version 1.3
Skipped on BukkitDev
Version 1.2
- Added StringParser, ReflectionHandler, ParticleEffect
- LocationEffects added: Star, Text, Line, Dna, Arc
Version 1.1
- LocationEffect added: Atom, Fountain, Grid
Version 1.0
- Added VectorUtils, RandomUtils, MathUtils
- LocationEffects added: Cone
Version 0.5-BETA
- Tweaked some effects
- Added NMSUtil
Version 0.4-BETA
- Entity-Effects added: Shield, Trace
- Location-Effects added: Helix
Version 0.3-BETA
- Location-Effects added: Explode, Vortex
Version 0.2-BETA
- Entity-Effects added: Bleed, Flame, Jump, Love, Music, SkyRocket, Smoke
- Player-Effects added: Turn
- Location-Effects added: Music
Version 0.1-ALPHA
- Get instance of EffectLib with EffectLib.instance()
- Create new EffectManager by new EffectManager(EffectLib)
- Create new Effect with new Effect(EffectManager)
- Start Effect by Effect.start()
- Dispose EffectManager after use with EffectManager.dispose()
- All EffectManagers are disposed onDisable()