I told you guys there would be a new Dev Build this weekend. The weekend is almost over, but here it is.
- General Changes
- Particle Changes
- Recalibrated Colored Particles to 1.8.3 (Fixing Lightning)
- Added Methods.displayColoredParticle() - Callable method in Methods class to easily create, display, and pass in hexadecimal RGB value. Handles multiple particle types. String hexVal does not require a "#" (Ex: #FFFFFF = FFFFFF)
- Added Methods.displayParticleVector() - Callable method in Methods class to easily create and display particle which will smoothly translate to relative coordinates over time. Handles multiple particle types)
- Moved @OmniCypher to Dev List
- Added Methods.playLightningParticles() - Callable method for dev's to easily display lightning.
- Fixed NPE in Flight Class
- Fixed NPE in Methods.isChiBlocked()
- Fixed SQLException (Before start of Result Set) in commands (Line 792).
- Fixed a bug with Combo Ability API
- ComboModules would not stop() when the plugin reloaded, leading some bugs to happen such as falling blocks dropping and spawning blocks (MagmaBlast did this).
- Particle Changes
- Airbending Changes
- AirShield Changes
- Added World Check to fix IllegalArgumentException (Cannot measure distance between world and ____)
- AirSwipe Changes
- Added World Check to fix IllegalArgumentException (Cannot measure distance between world and ____)
- AirShield Changes
- Earthbending Changes
- EarthSmash Changes
- Added World Check to fix IllegalArgumentException (Cannot measure distance between world and ____)
- EarthSmash Changes
- Firebending Changes
- FireShield Changes
- Added World Check to fix IllegalArgumentException (Cannot measure distance between world and ____)
- FireCombo Changes
- Fixed NullPointerException
- HeatControl Changes
- This ability would cool lava faster than any lavabending ability (a bit ironic). This is fixed. HeatControl is now as effective as it is supposed to be while making the process of cooling lava more realistic.
- You now must hold shift to cool lava, rather than just clicking once. There are some new config options for HeatControl.
- This ability would cool lava faster than any lavabending ability (a bit ironic). This is fixed. HeatControl is now as effective as it is supposed to be while making the process of cooling lava more realistic.
- FireShield Changes