EffectLib 9.0
Details
-
FilenameEffectLib-9.0.jar
-
Uploaded by
-
UploadedMar 30, 2021
-
Size191.43 KB
-
Downloads418,336
-
MD53350ae89fe587e602ee0603d58d4dbec
Supported Bukkit Versions
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
Changelog
# 9.0
- Support (ignore) leading # on hex colors
- Add maxAngle and resetCircle parameters to Circle effect, for making partial circles
- Merged with Chronoken's fork, we've teamed up:
- Fix potential memory leaks with effect tasks
- Fix support for block_crack, block_dust and falling_dust particles in 1.13
- Fix rotation of several effects: Circle, Donut, Heart
- Allow orienting additional effects: Atom
- Added Square effect
- Optimizations
- Added "colors" list to all effects, supporting randomized colors from a set of choices
- Added Line effect parameters: zigZagRelativeOffset, subEffectAtEnd
- Added subEffectClass and subEffect parameters to all Effects, this lets you play an entire
effect in place of single particles for a given effect
# 8.0
- Namespace has changed to com.elmakers.mine.bukkit, now hosted on Maven Central
- Add EffectManager.enableStackTraces to turn off stack traces in error messages
- Add orient parameter to Circle effect