Commit graph

490 commits

Author SHA1 Message Date
AlexTheCoder
e4e24194f8 Created a PlayerCooldownChangeEvent
Created an event that is called when a player either gets a cooldown or
loses one. This is made primarily for the sake of more utility-based
addon plugins.
2014-10-05 20:23:41 -04:00
MistPhizzle
6ec28948ca LavaFlow affects Metal Blocks 2014-10-05 18:38:16 -04:00
MistPhizzle
63699fafcb Damage Buff on EarthBlast w/ Metal 2014-10-05 18:38:15 -04:00
MistPhizzle
789a5b9911 Metalbendable Blocks 2014-10-05 18:38:14 -04:00
MistPhizzle
599fe06320 Lavabending is now a sub of Earth
The abilities are colored now.
2014-10-05 18:38:13 -04:00
MistPhizzle
3e737d705c Allow RPG WorldEvents to work 2014-10-05 18:38:12 -04:00
MistPhizzle
1d451cbb50 Fix PreciousStones support
It would never return a plugin because it checked for PreciousStone, not
PreciousStones.
2014-10-05 18:38:11 -04:00
MistPhizzle
d6d2bfa6ad bending help displays commands you have perms for 2014-10-05 18:38:11 -04:00
MistPhizzle
d1f26305fc Merge pull request #47 from nathank33/master
FireCombo Fixes and Changes
2014-10-05 18:38:09 -04:00
nathank33
5759ee2844 FireCombo Fixes and Changes
- FireKick now works while standing on snow.
- Changed the default values of FireCombo Abilities to balance them
better.
- Added the FireCombo configuration to the config.yml.
- Changed the JetBlaze sound.
2014-10-04 20:00:54 -07:00
MistPhizzle
a15fc286d0 1.5.0 BETA 9
Forgot to add the file.
2014-10-04 10:34:00 -04:00
MistPhizzle
e0149a3e9d 1.5.0 BETA 9 2014-10-04 10:33:17 -04:00
MistPhizzle
38239ec621 Now shows ProjectKorra (RPG) version 2014-10-04 10:32:58 -04:00
MistPhizzle
0249ad7ffe Actually fix WorldGuard Support 2014-10-04 10:25:35 -04:00
MistPhizzle
803114bbae 1.5.0 BETA 8 2014-10-04 00:11:30 -04:00
MistPhizzle
9bac5119e6 Add Soft Dependencies 2014-10-04 00:10:57 -04:00
MistPhizzle
0f9edfa9c4 Support for WorldGuard 6.0.0 or Higher
We'll have to just change with the times, from this point forward,
ProjectKorra will only work with WorldGuard if you are using WorldGuard
6.0.0 or higher.
2014-10-04 00:09:49 -04:00
MistPhizzle
0aaa575cf6 1.5.0 BETA 7 2014-10-03 16:59:10 -04:00
MistPhizzle
0b383a623a 1.5.0 BETA 7 2014-10-03 16:58:39 -04:00
MistPhizzle
57fdc99949 Add default node for FireCombo 2014-10-03 16:53:35 -04:00
MistPhizzle
4fe61510f4 Merge pull request #46 from jacklin213/bugfix
[BUGFIX] Update isRegionProtectedFromBuild() WorldGuard
2014-10-03 15:49:05 -04:00
jack lin
07799fdf0b Update isRegionProtectedFromBuild() WorldGuard 2014-09-30 23:49:26 +13:00
MistPhizzle
20cbb0031d 1.5.0 BETA 6 2014-09-28 13:56:47 -04:00
MistPhizzle
0cf0d5b8b1 Waterbenders can calm Water 2014-09-28 13:53:50 -04:00
MistPhizzle
5698b68c7f Make Tornado Sound less frequent 2014-09-28 10:45:07 -04:00
MistPhizzle
54bd3468b4 Clean up some Firebending Sounds 2014-09-28 10:44:06 -04:00
MistPhizzle
c30df35a87 Clean up Waterbending Sounds 2014-09-28 10:38:52 -04:00
MistPhizzle
7bfe129ceb Mycelium is Earthbendable by Default 2014-09-28 10:18:21 -04:00
MistPhizzle
319f67cf96 Merge pull request #45 from Alex-The-Coder/master
HUGE SOUND OVERHAUL
2014-09-28 10:18:04 -04:00
AlexTheCoder
84ae4111b6 HUGE SOUND OVERHAUL
FIRE:
- Finished giving most firebending abilities sound
- Made combustion have its own sound

WATER:
- Gave waterbending moves sound
- Made anything ice-related use a different sound

AIR:
- Gave airbending moves sound

EARTH:
- Converted to the Methods way of using sounds
(playEarthbendingSound(Location)

AVATAR STATE:
- Gave activating the Avatar State sound
2014-09-28 02:26:18 -04:00
MistPhizzle
92a15f1473 1.5.0 BETA 5 2014-09-27 23:30:27 -04:00
MistPhizzle
544b567e92 Firebending Sounds
Most Firebending abilities will now have a sound, FireBurst sounds
ridiculous at the moment.
2014-09-27 23:20:01 -04:00
MistPhizzle
35ea5bf194 Metalbending Sound 2014-09-27 23:20:00 -04:00
MistPhizzle
2db06df376 Merge pull request #44 from nathank33/master
Added the ComboManager and FireCombo
2014-09-27 23:19:50 -04:00
nathank33
b03494f47b Changed FireCombo defaults values 2014-09-27 18:39:29 -07:00
nathank33
da99e2771e Added the ComboManager and FireCombo
The ComboManager records all the abilities that have been used within
the past 10 seconds and will check to see if a valid attack combination
has been used. As of right now the ComboManager only has abilities made
for FireCombo.

- Updated the PKListener to update the ComboManager
- Added a new command /b help FireCombo
- Updated the coolade developer name from creepermcaliens to
CherryCoolade
2014-09-27 18:16:47 -07:00
MistPhizzle
31ebacf9ca 1.4.0 BETA 4 2014-09-27 20:19:48 -04:00
nathank33
f9a516a890 Added multiple methods that allow for removing ability instances
AirShield,FireShield: isWithinShield() checks if a location is within
the shield.
AirSpout,WaterSpout: Updated removeSpouts to return true if an instance
was removed.
AirSwipe: Added a method that removes AirSwipes around a location within
a radius.

Added a Method.blockAbilities that takes a player, list of ability
names, location, and a radius. Using the ability names, it tries to
remove any instances of each of the abilities at a specific location
using the radius. If AirShield or FireShield was included as an ability
they will not be removed, instead they will just return true.

Added a Methods.isWithinShields that checks if a location is within
either a FireShield or an AirShield.
2014-09-27 12:04:57 -07:00
nathank33
0c3f357193 Migrated the RotateXZ Method
I moved the RotateXZ method from WaterWave to Methods.java in
preparation of FireCombo.
2014-09-27 11:03:27 -07:00
MistPhizzle
ca8920920f Stop that before it gets ugly 2014-09-27 13:38:44 -04:00
MistPhizzle
15b542fb98 Fix NPE with Disabled Stock Abilities 2014-09-27 13:22:58 -04:00
MistPhizzle
2932bd32e0 1.5.0 BETA 3 2014-09-27 12:43:02 -04:00
MistPhizzle
67dbdabc4a Unload Presets when a player signs out. 2014-09-27 12:41:28 -04:00
MistPhizzle
f25a0668a2 Merge pull request #40 from Alex-The-Coder/master
Fixed IceBlast and Lightning bugs
2014-09-27 12:35:34 -04:00
MistPhizzle
a3361e11f1 1.5.0 BETA 2 2014-09-26 18:29:42 -04:00
MistPhizzle
824ad95fbe Revert "Bad Commit 2, will revert."
This reverts commit 10801eb17501ba4f305f6a78d287d5715fcd7c93.
2014-09-26 18:28:16 -04:00
MistPhizzle
8127c5eefe Bad Commit 2, will revert. 2014-09-26 18:28:15 -04:00
MistPhizzle
e17bcb1c99 Revert "Bad Commit, will revert"
This reverts commit 30dbe6f2f71ba3a598b1fa086548219835e4bd7c.
2014-09-26 18:28:13 -04:00
MistPhizzle
b0dddcb443 Bad Commit, will revert 2014-09-26 18:28:12 -04:00
MistPhizzle
3354d4d6ad Merge pull request #42 from runefist/FallingSand
FallingSand config!
2014-09-26 18:24:20 -04:00