Commit graph

2110 commits

Author SHA1 Message Date
Sobki e4df21b696 Changes: Tornado, Illumination, SurgeWave (#567) 2016-09-02 09:46:19 -07:00
Sobki 384b5662b8 Changes: Paralyze, WaterArms, AirBubble, Illumination (#564)
* Fix/Improvement to WaterArms Grapple, WaterArms FastSwim, Paralyze

* Fixed Illumination as passive, Fixed AirBubble taking Nightfactor
2016-08-28 14:23:42 -07:00
Sobki beec447bb1 Fixed: NPE on dconnect with cdown & /b not working on first load (#563) 2016-08-27 17:24:33 -07:00
Dylan Curzon 7530e0bae1 Make DBConnection#init sync and remove async from bending player creation (#562)
* Add optional 'async' boolean parameter to Database, make DBConnection#init sync

* Add temporary debug message

* Add 'syncronized' keyword to doQuery method on Database (just in case I/O errors)

* Remove unnecessary (and breaking) async from bending player creation

* Add javadoc to Database#modifyQuery(String, Boolean)
2016-08-27 14:09:00 -07:00
StrangeOne101 5a351f3f25 Fixed incorrect wording for failing to bind abilities (due to lack of elements) (#560) 2016-08-25 16:25:50 -07:00
Sobki 32cc4f97d7 Fixed Tremorsense, WaterArms AllowPlantSource config (#559) 2016-08-25 13:47:25 -07:00
StrangeOne101 a30b4918b4 Fixed Toggling Passives & Underwater Select Range (#556)
• Fixed Passives not being toggled with bending when they should be
• Fixed the select range for water moves being in your face when you're
under water (again)
2016-08-23 12:54:58 -07:00
Sobki bd3a40fd43 Fixed AirSwipe, MetalClips & WallOfFire (#557)
* Re-PR for Flight fix

Added check to prevent multiple instances of Flight being created.

* Fixed AirSwipe, MetalClips & WallOfFire
2016-08-23 12:54:50 -07:00
Matt 6bd5669417 Metal Clips fixes (#555)
* Metal Clips no longer deletes iron ingots upon instance removal.

* Metal Clips shoot cooldown now 0 by default
2016-08-20 14:44:21 -07:00
Matt 1ede291efd Fixes (#551)
-Fixed EarthTunnel dropping blocks
-Fixed EarthTunnel not breaking blocks from certain moves
-Fixed EarthTunnel on RaiseEarth leaving blocks behind
-Metal Clips throw option is now enabled by default 
-Trying to bend a subelement says "You are not a {subelement}" instead of "you don't have access to {subelement}"
-WaterSpout can now be activated above water
-Added check to see if player can bend Packed Ice when they move onto it
from another block
-IceArms can form under water
-Aliases now works for /bending choose {element} {player}
2016-08-20 11:37:46 -07:00
Sobki cec9df3ca7 Re-PR for Flight fix (#553)
Added check to prevent multiple instances of Flight being created.
2016-08-19 21:10:23 -07:00
Simplicitee 2c7faf8016 New Damage Type, MetalClips changes (#548)
* Fix metalclips

- Removed a check that was preventing metalclips from progressing past 1 clip on a target.

* Fix metalclips

- Fixed a bug limiting the metal clip count to one

* Improve MetalClips

- Fixed bug where shooting at a block spawned two clips
- Added ShootCooldown and CrushCooldown
- ShootCooldown only applies to shooting clips
- Changed how crushing works:
--- Removed old style and variables
--- When controlling an entity with 4 clips, the controller can click to
cause the armor to "crush" and damage the entity.
--- Has own cooldown, default of 2000 (2 seconds)
- Changed launching
--- Works with all clip amounts except 4
--- When the user releases sneak, the entity will be launched at varying
power depending on how many clips were attached.
- Changed ability cooldown to activate only after the ability is
finished.

* Add CrushDamage option to MetalClips

* New Damage Type, MetalClips changes

- Fixed MetalClips bug caused in magnetizing
- Added ignoreArmor option to damageEntity method, default true for most
abilities. If wanted to be changed, someone needs to go through and add
false as a parameter
- Changed default config option for MetalClips description
2016-08-15 15:28:08 -07:00
Matt 2a37e33864 Various EarthTunnel fixes (#547)
-Fixed EarthTunnel dropping blocks
-Fixed EarthTunnel not breaking blocks from certain moves
-Fixed EarthTunnel on RaiseEarth leaving blocks behind
2016-08-15 15:27:48 -07:00
Matt 3c09394c53 Various fixes (#545)
* Fix SandSpout creation from EarthPassive sand

* Fixed WaterCombo IceWave not applying cooldown to WaterWave
2016-08-15 12:10:16 -07:00
Sobki 4cccc6e527 Fixed AirFlight Fix (#544)
ty chaos for pointing it out
ty toby for being toby
2016-08-15 12:04:19 -07:00
Simplicitee 2851a82ee4 Improve MetalClips (#542)
* Fix metalclips

- Removed a check that was preventing metalclips from progressing past 1 clip on a target.

* Fix metalclips

- Fixed a bug limiting the metal clip count to one

* Improve MetalClips

- Fixed bug where shooting at a block spawned two clips
- Added ShootCooldown and CrushCooldown
- ShootCooldown only applies to shooting clips
- Changed how crushing works:
--- Removed old style and variables
--- When controlling an entity with 4 clips, the controller can click to
cause the armor to "crush" and damage the entity.
--- Has own cooldown, default of 2000 (2 seconds)
- Changed launching
--- Works with all clip amounts except 4
--- When the user releases sneak, the entity will be launched at varying
power depending on how many clips were attached.
- Changed ability cooldown to activate only after the ability is
finished.

* Add CrushDamage option to MetalClips
2016-08-13 19:48:37 -07:00
Sobki 00097da45a Fixed movement while hovering with Flight (#541)
* Fixed your own water manips breaking spout

* Fixed Surge wave freeze from not reverting ice to water

Surge wave now reverts the ice blocks back to water if they were
originally water :)))))

* Fixed movement while hovering with Flight

You can no longer use shift or space to move up or down respectively
while hovering with Flight. New developer Matan also added to /b who
2016-08-13 16:07:30 -07:00
Matt cb219ca067 Various fixes (#540)
* Various fixes

-AirSwipe no longer goes through blocks
-WaterSpout dosen't disappear when at max height

* Revert "Various fixes"

This reverts commit 4633e8381a230129a4ce3e72d309d1656f43ef30.

* Revert "Revert "Various fixes""

This reverts commit 8f85f877378f71e2977ab28cd19dc955d9853dd4.
2016-08-13 13:19:31 -07:00
Sobki 2ef30d15d7 Fixed WaterSpout & SurgeWave bugs (#537)
* Fixed your own water manips breaking spout

* Fixed Surge wave freeze from not reverting ice to water

Surge wave now reverts the ice blocks back to water if they were
originally water :)))))
2016-08-13 13:19:24 -07:00
Simplicitee e93395f71e Fix metalclips (#536)
* Fix metalclips

- Removed a check that was preventing metalclips from progressing past 1 clip on a target.

* Fix metalclips

- Fixed a bug limiting the metal clip count to one
2016-08-12 16:17:49 -07:00
OmniCypher 8a7b372445 Fixes Snow Regen and Adds Ignite option to FireBurst (#534)
Ignite determines whether FireBurst creates fire blocks in the world
2016-08-10 13:53:38 -07:00
OmniCypher a554c748d6 Adds canBind check to canBend (#533)
canBend now accounts for permissions and elements
2016-08-10 12:05:04 -07:00
StrangeOne101 bb383e584a Added EssentialsChat support for elements (#532)
Adds support for {ELEMENT} and {ELEMENTCOLOR} tags that can be used in
EssentialsChat formatting
2016-08-09 17:34:48 -07:00
OmniCypher 382b90b3b8 Adds Spirits and Probending to Version command (#531)
Also credits Orion in version command.
2016-08-09 13:24:21 -07:00
StrangeOne101 7124bf7ded Final Fixes :D (#530)
• Added new message for failing to bind abilities when the user doesn't
have the required subelements
• Fixed PhaseChange not reverting melted ice
• Fixed LavaFlow not creating lava under double plants
• Fixed double plants dropping items when used as water sources
2016-08-08 15:35:27 -07:00
StrangeOne101 49216a3da3 Fixes :D (#529)
• Fixed MetalClips keeping armor on logout/kick
• Fixed MetalClips breaking when used on more than one target
• Fixed MetalClips/EarthArmor/PlantArmor keeping armor on death when
keepInventory is on
• Fixed MetalClips/EarthArmor/PlantArmor removing all armor peices from
the inventory when you die (instead of just the set you were given)
• Fixed EarthBlast firing wrong block when EarthRevert is off
• Fixed PhaseChange not melting blocks from a distance underwater
• Fixed EarthTunnel revert not functioning with EarthRevert off
2016-08-06 01:53:10 -07:00
OmniCypher f3ca5503cd Fixes WaterSpout flood and remove issues (#528)
WaterSpouts are now removed correctly when hit by a move or when a
bubble move is used underneath them.
2016-08-05 14:48:27 -07:00
StrangeOne101 9921181113 Range of Fixes (#527)
• Added a message to the bind command when you don’t have the required
elements
• Fixed combos not appearing in the tablist for /b help
• Fixed EarthTunnel using wrong config option to revert
2016-08-03 17:35:45 -07:00
Loony 693f3f61eb Adds config option to Bending Preview (#526)
* Fixes NPE with surge wave & bottles

* Fixed bracket :S

For some reason it PR'd my bracket and code separate? Weird.

* Changed dayfactor placement so that it's correct with avatar state factor

* Added config option for Bending Preview
2016-07-29 11:21:55 -07:00
OmniCypher 3c2f26a962 Added Bending Preview Move Display (#525) 2016-07-28 18:02:25 -07:00
Loony cc39cc79f9 Bug fixes (#523)
* Fixes NPE with surge wave & bottles

* Fixed bracket :S

For some reason it PR'd my bracket and code separate? Weird.

* Changed dayfactor placement so that it's correct with avatar state factor
2016-07-27 13:12:23 -07:00
Jay Stannon 533d713774 Fixed charged fireblast not dealing damage when FireGriefing was off. (#524)
Sorry I created this issue with my last PR.
2016-07-27 13:12:16 -07:00
Loony 3150b34487 FireBlast & Water's SelectRange fixes (#521)
* Fixed FireBlast's damage not respecting the config during the day

* Fixes leaves not using the correct select range
2016-07-26 23:07:57 -07:00
Jay Stannon 5eed58d9d4 Fixed FireBlast and Combustion not respecting "canFireGrief" (#522)
* Fixed torrent temp flooding.

* Fixed IceWave cooldown.

* Fixed fireblast and combustion not respecting "canFireGrief"
2016-07-26 23:07:48 -07:00
Jay Stannon db61b0d979 Fixed torrent temp flooding and IceWave cooldown.
* Fixed torrent temp flooding.

* Fixed IceWave cooldown.
2016-07-22 20:30:31 -07:00
Loony ba05e47118 Fixes plant source issues & chat colour for clearing a slot (#519)
* Fixes plant regrowth for WaterArms & WaterSpoutWave

* Fixed chat colour for clearing a slot

* Fixed moves not removing spouts
2016-07-22 18:30:23 -07:00
Archie 3d77824286 Fixed WaterManipulation & IceBlast not changing plants to air once used as a source (#518) 2016-07-21 13:08:51 -07:00
Archie 2c076b50da EarthSmash & EarthBlast fixes (#516)
* Adds slabs to default earth lists, stops slabs from changing to stone when fired

* Fixes EarthSmash deleting sand / gravel blocks when riding EarthSmash into them
2016-07-17 12:23:12 -07:00
d0nwah 8b9d80d76a Fixed grammar error in adding/choosing elements (#515)
Added checks to test which element is being chosen and then based on
that outputs a certain message.
2016-07-16 22:47:50 -07:00
Archie 4cca47ec10 Various bug fixes (#514)
* Fixes NPE in /b h <element/chi>

* Fixed message sent to target when adding element

When adding someone an element , it didn't send them a message - eg.
"You're now a Waterbender."

* Changes waterbender's full moon message to be more accurate

* Fixed messages when removing someone's element

* Fixed FireJet not working on slabs

Fixed FireJet not working on slabs, then added a bug fix that stopped
Firejet replacing the slabs with fire/air.
2016-07-16 20:52:53 -07:00
StrangeOne101 80d2b64dd3 Bloodbending + Other fixes (#513)
• Fixed binds being removed when non-ops relog
• Fixed Lavaflow destroying plants and flowers
• Fixed Bloodbending being spammed
• Fixed Bloodbending being able to bloodbending grouped players
• Fixed Bloodbending in the AvatarState from going haywire
• Fixed Bloodbending having no default cooldown
• Fixed PK Side Plugins (Items, Probending) from showing up in the wrong
place in the debug file
2016-07-06 15:16:05 -07:00
Jay Stannon f456ba5f0e Fixed torrent not working under water, also fixed the ear bleeding that is icespike. (#512)
* Fixed Airspout being able to be used after switching elements, also fixed being able to select multiple sources when using octopusform.

* Fixed torrent not working under water, added some bubbles to show it when it is under water.

also fixed the ear bleeding that is icespike.
2016-07-05 00:19:32 -07:00
Archie 6651be1032 Changes water's fullmoon message (#511)
* Fixes NPE in /b h <element/chi>

* Fixed message sent to target when adding element

When adding someone an element , it didn't send them a message - eg.
"You're now a Waterbender."

* Changes waterbender's full moon message to be more accurate
2016-07-02 14:35:01 -07:00
Archie f674bac93e Fixed adding element message (#509)
* Fixes NPE in /b h <element/chi>

* Fixed message sent to target when adding element

When adding someone an element , it didn't send them a message - eg.
"You're now a Waterbender."
2016-06-29 13:17:01 -07:00
StrangeOne101 ff64cf9ca2 Some changes and fixes (#510)
* Various Fixes

• Added Java version to debug.txt file
• Added Probending to the debug.txt file (and added PB methods)
• Changed layout of debug.txt file
• Fixed AddonAbilities with the same name as Stock abilities always
being disabled
• Fixed AcrobatStance and WarriorStance effects still being applied when
the user is no longer a chiblocker

* Changed all ConcurrentHashMaps to use generic map types

• As the title says, it's an attempt to fix a Java 7/8 error in
ConcurrentHashMaps. All Maps are still concurrent but their type is just
a generic map, not a concurrent one.
• Fixed FireBlast damage being slightly off

* Fixed Java 7 Compile Errors
2016-06-29 13:12:45 -07:00
Archie cb8278130d Fixes NPE in /b h <element/chi> 2016-06-28 17:35:57 -07:00
Nathan Braun 2d648641f1 Spout Max Height, RaiseEarth Config Options (#507)
* Fix NPE in OctopusForm

* Spouts now cannot be created above max height

* Improve RaiseEarth width config option
2016-06-26 14:29:20 -07:00
Jay Stannon 2907952ca2 Fixed Airspout being able to be used after switching elements, also fixed being able to select multiple sources when using octopusform. (#506) 2016-06-26 11:05:58 -07:00
StrangeOne101 dd6bc984ba Various fixes
* Lots of Fixes

• Added 1.9 and 1.10 particle effects
• Fixed Particle Effect version from being wrong
• Fixed {ability} not being replaced when trying to bind non-existent
move
• Fixed permremoving command not sending a message to the executor
• Fixed remove command sending user 2 remove messages if they removed
their own bending
• Fixed who command not replacing {target} in message for players that
aren't found
• Fixed Chat prefixes not being in the language file

* Fixed Chat Prefixes

• Fixed chat prefixes from not generating in language.yml file
• Added Nonbender prefix

* Fixed Waterbending Bugs

• Fixes waterbending getting a super far away source when selecting
under water
• Water from Bottlebending now shows bubbles when under water

* Fixed WaterWave & WaterManip Bugs

• Fixed WaterManipulation disappearing when the player taps shift
• Fixed being able to use current WaterManips as sources for other
WaterManips
• Fixed WaterWave being able to use more sources while spinning around
the player

* OfflinePlayer lookup fix + IceWave DeathMessage

• Fixed IceWave not having a death message
• Fixed /b who not working on offline players

* Fixed bad english ;-;

* Changes + Fixes

• Added Properties.TogglePassivesWithAllBending config option (whether
passives should be toggled when bending is toggled globally)
• Changed chat prefixes
• Re-enabled WarriorStance
• Fixed IceBlast being removed when pressing shift
• Fixed IceWave and IceBullet from having the wrong colored death
messages
• Fixed not being able to select ice and plants as sources for
WaterManip
• Fixed help command showing hidden abilities (WaterReturn, etc)
• Fixed WaterManip turning ice sources to air
2016-06-19 09:41:18 -07:00
Jay Stannon de01245ad6 Changed Beta version to 12, updated staff list. (#503)
* Fixed IceBlast Selection Bug

* Added KnockBack to WallOfFire

Also organized imports.

* Fixed WallOfFire Knockback

* Fixed Watermanip creating air pockets.

Also organized imports.

* Fixed surge wall removing leaves, also re-did my fix on WaterManipulation creating air pockets.

I thought I tested my fix for watermanipulation really well, but I
didn't test it as well as I thought, my bad. With my previous fix, it
fixed watermanip's air pockets, but it would create waterblocks if used
from a waterbottle, this is now fixed.

* Changed addWater to a non-static method, also changed player to non-static.

* Changed Extraction to be a metal ability.

* Fixed WaterManipulation for sure this time.

Sorry for all of the fails before, I would fix a problem, then another
one would arise. This has been test, and I haven't found any new issues,
and I have fixed the previous ones.

* Changed beta version to 11, also updated staff list.

Change Kiam to ProjectKorra Administrator
Added myself as Developer.
2016-06-17 14:39:01 -07:00