Commit graph

1161 commits

Author SHA1 Message Date
StrangeOne101
bb34664965 FireBlast changes + Bug fix
• Changed config option "Power" to "ExplosionRadius" for charged
fireblasts.
• Added new config option "DamageBlocks" for charged fireblasts
• Charged fireblasts can now set fire to more than one mob
• Fixed setting explosion radius to 0 still destroys blocks
2015-08-16 00:51:56 +12:00
MistPhizzle
b81eec4ecc 1.7.0
Also includes updated staff list.
2015-08-05 18:23:27 -04:00
MistPhizzle
917b94ac42 Merge pull request #196 from StrangeOne101/master
Fixed Firebending Night Message
2015-08-05 18:11:09 -04:00
MistPhizzle
7d6e23e14a Merge pull request #197 from Simplicitee/patch-1
Fix NPE in AvatarState
2015-08-05 18:10:58 -04:00
Simplicitee
3cf4ab7545 Fix NPE in AvatarState
- Fixed NPE in avatarstate thrown when the user disconnects in avatarstate
2015-08-05 16:07:20 -04:00
StrangeOne101
22ea742071 Fix Firebending Night Message 2015-08-05 16:53:12 +12:00
MistPhizzle
b1c50d1d29 1.7.0 BETA 16 2015-08-04 20:13:32 -04:00
MistPhizzle
4b9be337c1 Merge pull request #195 from jacklin213/bugfix
[URGENT] Add negation to isSolid() in GeneralMethods
2015-08-04 20:10:31 -04:00
MistPhizzle
70a837d2ef Merge pull request #194 from Simplicitee/patch-3
Fixed RaiseEarth + AvatarState click height
2015-08-04 20:10:17 -04:00
Jack Lin
46255b6a3e Add negation to isSolid() in GeneralMethods 2015-08-05 10:55:05 +12:00
Simplicitee
9d854587a5 Fixed RaiseEarth + AvatarState click height
- Added check for avatarstate so height can be modified accordingly. New version is as tall as sneak version with avatarstate.
2015-08-04 15:36:27 -04:00
MistPhizzle
c0302bdd5b 1.7.0 BETA 15 2015-08-04 12:58:36 -04:00
MistPhizzle
f2c9cb69c1 Merge pull request #193 from jedk1/master
Fixed FlightAbility fly glitch.
2015-08-04 12:56:00 -04:00
jedk1
d9987e6091 Fixed EarthBlast not doing damage 2015-08-04 16:48:54 +01:00
jedk1
0e62b2ea7e Fixed missing bracket. 2015-08-04 16:04:21 +01:00
jedk1
b2c58dbaa7 Fixed FlightAbility giving fly mode. 2015-08-04 16:04:07 +01:00
MistPhizzle
8b96326e4c Merge pull request #192 from StrangeOne101/master
Fixed Bloodbending not working in AvatarState
2015-08-04 10:23:35 -04:00
MistPhizzle
9e430524e2 Merge pull request #190 from Simplicitee/patch-2
Fix to accumulative paralyze fall damage
2015-08-04 10:23:27 -04:00
StrangeOne101
56a76f0848 Fixed Bloodbending
AvatarState now works as intended for bloodbending. Also adjusted the
range (for AvatarState) so mobs from the other side of the map aren't
affected
2015-08-04 21:54:15 +12:00
StrangeOne101
ce748a4ee8 Fixed Bloodbending (Still needs tweaking)
Fixed Bloodbending not working in avatarstate. Range still needs to be
fixed.
2015-08-04 17:52:37 +12:00
Simplicitee
3d6162edc7 Fix to accumulative paralyze fall damage
- Added fix to accumulative paralyze fall damage, does not effect fall distance after player is paralyzed.
2015-08-04 01:30:32 -04:00
MistPhizzle
cfc84e3dad Merge pull request #171 from jacklin213/bugfix
[BUGFIX] Add ComboManager to reloadPlugin(), Fix speed in AirScooter, GeneralMethods cleanup
2015-08-04 01:13:24 -04:00
MistPhizzle
3371b5e17b Merge pull request #189 from kingbirdy/fix/dynamic-sourcing
Fix EarthBlast using blocks outside range
2015-08-04 01:04:08 -04:00
MistPhizzle
c6daaa567e Merge pull request #188 from OmniCypher-/master
Added getElementSubColor()
2015-08-04 01:03:54 -04:00
MistPhizzle
f753f3d99a Merge pull request #187 from Simplicitee/patch-1
Bug fix in chiblocking
2015-08-04 01:03:38 -04:00
MistPhizzle
5aa662b37b Merge pull request #186 from jedk1/master
Fixed most of the Fly glitch.
2015-08-04 01:03:30 -04:00
MistPhizzle
2740e22a20 Merge pull request #185 from kingbirdy/bug-fix
Fix LavaFlow affecting plants
2015-08-04 01:03:20 -04:00
kingbirdy
cde1efc78b Fix EarthBlast using blocks outside range
Dynamic sourcing allowed earthblast to use blocks outside the prepare
range as a source
2015-08-04 01:01:35 -04:00
OmniCypher
0250e903a5 Added getElementSubColor()
Added getElementSubColor() method to each element file (not including
chi) to easily return said elements sub element color,
getMetalbendingColor() has been marked as depreciated and will be
removed soon as it is no longer needed.

Added new staff members to /b who, kingbirdy still requires an account
and AlexTheCoder is still included.
2015-08-03 21:39:56 -07:00
StrangeOne101
e0833241f5 Merge pull request #1 from ProjectKorra/master
Update
2015-08-04 15:12:58 +12:00
Simplicitee
3ee2663690 Update PKListener.java
- Added check for if player has a chi ability bound before chiblocking (as suggested by Loony), fixes abilities like WaterManipulation and others causing the hit player to be chiblocked.
2015-08-03 22:17:16 -04:00
kingbirdy
95eaaf1457 Fix LavaFlow affecting plants
removed unnecessary check for plantbending
2015-08-03 21:41:28 -04:00
Jack Lin
4d606c8fee Update Fire and Air with getAbility() 2015-08-04 13:11:08 +12:00
Jack Lin
12958737fa Add getAbility() to CoreAbility to prevent overlooping 2015-08-04 13:10:43 +12:00
jedk1
17bed64b98 Fixed most of the Fly glitch. 2015-08-04 01:46:31 +01:00
Jack Lin
caba028d0d GeneralMethods cleanup 2015-08-04 12:44:24 +12:00
Jack Lin
3544358d70 Add ComboManager to reloadPlugin() 2015-08-04 12:12:28 +12:00
Jack Lin
8cf76a46c1 Fix speed in AirScooter 2015-08-04 12:11:43 +12:00
MistPhizzle
0599d39da9 Re-Add AirScooter.setSpeed()
Used in PK Items
2015-08-03 19:25:52 -04:00
MistPhizzle
2e43a27183 1.7.0 BETA 14 2015-08-03 12:51:04 -04:00
MistPhizzle
63a2e163ac Merge pull request #184 from StrangeOne101/master
Bug Fixes
2015-08-03 12:46:36 -04:00
MistPhizzle
56d612463c Merge pull request #183 from jacklin213/master
Update javadocs to fix warnings
2015-08-03 12:46:30 -04:00
StrangeOne101
99f5c7d893 Fixed Fire Griefing Panes, Torches, etc
Fixed fire permanently removing blocks like glass panes and torches
2015-08-03 17:05:02 +12:00
Jack Lin
1a7cbd5c6c Update javadocs to fix warnings 2015-08-03 16:48:54 +12:00
StrangeOne101
6404fc8912 Fixed Benders Bending SubElements without Permission
Fixed issue where benders could bend abilities from other sub-elements
they didn't have permission for.
2015-08-03 15:01:17 +12:00
OmniCypher
10ca339e9f 1.7.0 Beta 13 2015-08-02 16:21:03 -07:00
OmniCypher
2d8ef3256c Merge pull request #181 from jacklin213/patch-1
[BUGFIX] Update containsPlayer() in CoreAbility, Fix NPE
2015-08-02 15:23:13 -07:00
Jack Lin
95ad075c14 Fix NPE in AirShield, FireJet, Illumation due to CoreAbility 2015-08-03 10:21:03 +12:00
OmniCypher
52d83f35de Chris' Fix PR
Config fix
Air/Fire laggyness fix #1
Combo fix
/b who restructure
2015-08-02 15:17:41 -07:00
Jack Lin
f48dab99e5 Update containsPlayer() in CoreAbility 2015-08-03 09:44:48 +12:00