Commit graph

1744 commits

Author SHA1 Message Date
dniym
1398afd7d3 Update Methods.java
FIx RapidPunch/Paralyze from working through walls.
Updated GetTargetedEntity() to make sure no solid blocks are between player and target..
2014-11-04 22:40:41 -05:00
dniym
8aca48fb6a Update FireStream.java
Updated Firestream to ignite newer blocks (not yet including 1.8 blocks)   
Removed snow and snow blocks from being burnable as the moisture in these blocks would extinguish a fire.
2014-11-04 22:34:02 -05:00
runefist
54e066d780 EarthBlast Fix
- Earthblast fix
- Fix for ExtraAbility
2014-11-05 01:28:59 +01:00
MistPhizzle
0b37626399 1.5.0 BETA 14 2014-10-26 10:40:28 -04:00
MistPhizzle
6be3c3bf42 Playing sounds is now configurable 2014-10-26 10:35:19 -04:00
MistPhizzle
683b472124 AirShield plays proper sound 2014-10-26 10:31:20 -04:00
MistPhizzle
1bc015143f Merge pull request #51 from nathank33/master
AirCombo Changes, NPE Fix, LavaFlow config change
2014-10-26 10:30:07 -04:00
nathank33
d7b409ac1a Decreased the Twister Particles 2014-10-24 00:47:21 -07:00
nathank33
cbdc8e3b4b Made AirSweep less glitchy 2014-10-24 00:40:32 -07:00
nathank33
43bcc1ba0b Changed the LavaFlow click default values 2014-10-24 00:31:30 -07:00
nathank33
e7474eabff Less likely to kick players affected by AirCombo 2014-10-24 00:29:44 -07:00
nathank33
33eb94377b Fixed a NPE caused by checking for AirSwipe Collisions 2014-10-24 00:29:07 -07:00
nathank33
1ca9337dcc Added another isRegionProtected check for AirCombo. 2014-10-14 12:46:16 -07:00
MistPhizzle
aab45b00e7 1.5.0 BETA 13 2014-10-12 22:30:18 -04:00
MistPhizzle
524b850e36 Merge pull request #50 from nathank33/master
AirCombo Update
2014-10-12 22:19:25 -04:00
nathank33
e588b07d56 Update AirStream Default config 2014-10-12 19:09:35 -07:00
nathank33
8ba22dc71e Added AirCombos, Modified FireCombo Config 2014-10-12 18:41:12 -07:00
nathank33
df8fd3dae7 Updated BlockAbilities method to handle more abilities 2014-10-12 18:40:28 -07:00
nathank33
7a77387a2a Fixed a possible AirScooter flight bug 2014-10-12 18:26:19 -07:00
nathank33
21443148f3 Changed the look of /b help firecombo, added /b help aircombo 2014-10-12 18:19:17 -07:00
nathank33
4c27b86b0a Updated FireCombo/AirCombo block abilities, and formatted 2014-10-12 18:17:53 -07:00
nathank33
7ee9fd9e18 Made FireComboStream static and the block abilities list public 2014-10-11 17:10:00 -07:00
nathank33
fc9b84ae59 Added getAirbendingParticles Method, and another playAirbendingParticles Method 2014-10-11 17:09:22 -07:00
MistPhizzle
b7125fddb7 Add bending.admin.debug to bending.admin 2014-10-09 23:50:53 -04:00
MistPhizzle
32511f67ca 1.5.0 BETA 12 2014-10-09 23:44:33 -04:00
MistPhizzle
ae30f4bced Add version to debug message 2014-10-09 20:35:50 -04:00
MistPhizzle
3aeebf2622 Fix firebending only working at night 2014-10-09 20:35:01 -04:00
MistPhizzle
efc07ce4c9 Hold sneak when Catapulting for less distance 2014-10-07 15:14:01 -04:00
MistPhizzle
efd57e989c Added /bending debug
Creates a file for debug purposes
2014-10-07 10:44:11 -04:00
MistPhizzle
b2e6b670b0 1.5.0 BETA 11
Hotfix
2014-10-06 13:10:18 -04:00
MistPhizzle
a8fa840ff6 1.5.0 BETA 11 2014-10-06 13:02:47 -04:00
MistPhizzle
e8ecd7a0ff Merge pull request #48 from Alex-The-Coder/master
Created a PlayerCooldownChangeEvent
2014-10-06 13:00:19 -04:00
MistPhizzle
6dbedc7c77 Merge pull request #49 from nathank33/master
Merged WaterWave into WaterSpout, OctopusForm Config Option
2014-10-06 13:00:06 -04:00
nathank33
b07bf24a01 Merged WaterWave into WaterSpout 2014-10-05 20:58:58 -07:00
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
168e3293f5 1.5.0 BETA 10 2014-10-05 18:40:07 -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
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
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
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
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
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
runefist
ab973bdc03 FallingSand config!
Owners can now decide if bending affects fallingsand, there are 2 types
of fallingsand:
TNT and fallingsand, for both there are 2 config options if bending
should affect it, and if it affects it, than what should be the strength
multiplier be? 1.0 is the default strength and 0.1 is 1/10 of the normal
strength.

For developers:
new Methods, Methods.setVelocity(entity, vector)
2014-09-23 12:33:53 +02:00
runefist
4ccbd9b106 StockAbility Checker and small clean up
Check if there is already a stockability enabled or if there is one when
someone makes a new (fan made) ability. this allows you to create
ability with same name as default ones as long as you turn off the
default one. Also cleaned up some small parts, and will clean up the
command class in feature
2014-09-21 23:45:16 +02:00
AlexTheCoder
f24135a202 Fixed IceBlast using ice from other moves
Fixed IceBlast using ice from other moves as a source
2014-09-19 22:06:25 -04:00
AlexTheCoder
e5954562ae Fixed Lightning Spread In Water
Fixed lightning not spreading in water
2014-09-19 22:02:59 -04:00
MistPhizzle
03ee42a6a6 1.5.0 BETA 1 2014-09-19 21:08:22 -04:00
MistPhizzle
dff92382ea Add p has an alias to preset 2014-09-19 21:07:51 -04:00
MistPhizzle
6abe7a8938 1.4.0 2014-09-19 21:06:17 -04:00
MistPhizzle
221fa8803f Merge pull request #36 from nathank33/master
Fixed a WaterSpout issue involving snow blocks.
2014-09-19 21:04:19 -04:00
nathank33
c741cd7da6 WaterWave NPE Fix
If the user set the ChargeTime configuration option to 0 milliseconds
then it was possible for the user to get NullPointerExceptions.
2014-09-14 18:16:39 -07:00
nathank33
85ce6fb00a WaterSpout with SNOW_BLOCK
Fixed an issue in which WaterSpout was not working with snow blocks.
2014-09-13 22:02:55 -07:00
MistPhizzle
39e22a5977 1.4.0 BETA 12 2014-09-10 17:05:56 -04:00
MistPhizzle
b5e7e7642a Change look of /bending version 2014-09-10 17:05:08 -04:00
MistPhizzle
bb80cc0c7a Remove some comments. 2014-09-10 17:01:37 -04:00
MistPhizzle
f06ec10cdb Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2014-09-10 17:01:17 -04:00
nathank33
d68a519fd7 WaterWave now works with Passive, and doesn't create currents
WaterWave previously was not working with WaterPassive, now it does.
WaterWave was also removing the block of water that the user was using
as a source, which was causing currents to form in the water.
2014-09-09 22:10:19 -07:00
nathank33
86ce948fa0 LavaFlow not cleaning while shift held.
Fixed a bug where LavaFlow was not being removed if the user kept the
shift button held down. Now it cleans up regardless of whether they are
still trying to bend a LavaFlow.
2014-09-09 21:12:41 -07:00
MistPhizzle
94e2f4b2de No TagAPI error if the plugin isn't loaded 2014-09-09 23:32:09 -04:00
nathank33
d0a490245b Merge remote-tracking branch 'upstream/master' 2014-09-09 20:18:33 -07:00
MistPhizzle
88bd02e1ee 1.4.0 BETA 11 2014-09-07 23:16:23 -04:00
MistPhizzle
6c257df723 save is now an alias for create in /bending preset 2014-09-07 23:13:31 -04:00
MistPhizzle
03d59d159a Properly bind Presets 2014-09-07 23:13:01 -04:00
MistPhizzle
a709ee6b53 Properly delete Presets.
Wont delete all of them at the same time.
2014-09-07 23:06:50 -04:00
MistPhizzle
51f78a8fe9 Correctly save Presets 2014-09-07 23:04:36 -04:00
MistPhizzle
832981212f Significantly lower IceBlast particles 2014-09-07 22:53:52 -04:00
MistPhizzle
1cb999dfcf Fix Array out of bounds exception on /bending give 2014-09-07 21:18:22 -04:00
MistPhizzle
7ededcf364 /bending give is case insensitive. 2014-09-07 21:02:24 -04:00
nathank33
5e9f4d72d9 AirSwipe Crash Prevention
Added a protective measure to check the amount of entities that are
about to have their velocities changed before moving them all. If there
are too many entities around it will damage them without changing their
velocity, that way we don't lag out and crash due to the firing of too
many EntityCollisionEvents.
2014-09-07 13:01:21 -07:00
MistPhizzle
d5f78d4583 1.4.0 BETA 10 2014-09-07 13:28:44 -04:00
MistPhizzle
ebfbb50346 Fix WaterWave description 2014-09-07 13:25:38 -04:00
MistPhizzle
a485a690c1 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/AbilityModuleManager.java
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/waterbending/WaterbendingManager.java
2014-09-07 13:09:56 -04:00
MistPhizzle
91f6a0aa2e Merge pull request #33 from nathank33/master
Added WaterWave, Major Efficiency Changes
2014-09-07 13:06:43 -04:00
nathank33
5c41d1230c Added WaterWave
Added the new Ability WaterWave which acts as a mobility move for
waterbenders.
2014-09-07 09:39:36 -07:00
MistPhizzle
4fea1c88a7 Finish IceBlast
calm down waterbenders your new move is here
2014-09-07 10:43:56 -04:00
MistPhizzle
e84510e138 Merge branch 'master' of https://github.com/Anonymous1432/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
2014-09-07 10:28:11 -04:00
MistPhizzle
f8d895e25d Chiblocking now stops passives. 2014-09-07 00:06:28 -04:00
MistPhizzle
306341c350 Presets 2014-09-06 22:44:20 -04:00
nathank33
1434735e8a AirBubble and WaterBubble Efficiency
AirBubble now checks to see if the block is water before doing the
isRegionProtected() call.
2014-09-06 19:07:24 -07:00
nathank33
c615437b2d Improving Earthbending Efficiency
Rewrote the isEarthbendable() and isTransparentToEarthbending() methods
to be more efficient.
2014-09-06 18:55:13 -07:00
AlexTheCoder
8850298c24 Fixed Final Bugs
Fixed the Range bug and used TempBlock instead of setType
2014-09-06 21:36:03 -04:00
nathank33
80696816d4 LavaFlow Cleanup Fix
LavaFlow blocks were flooding which was causing obsidian and stone to
arise when it shouldn't. I made LavaFlow blocks TempBlocks and changed
the isLavaBendable() method so that LavaSurge will still work with
LavaFlow.
2014-09-06 09:48:41 -07:00
MistPhizzle
7a709e7d19 Add explosion to the end of Combustion 2014-09-06 11:41:27 -04:00
nathank33
2ad44f6a78 WaterSpout Creation Problem
Fixed a problem where WaterSpout wasn't starting if the player was
submerged underwater.
2014-09-06 00:47:11 -07:00
AlexTheCoder
b32cf46ecc Fixed Particle Lag
Fixed lag
2014-09-05 19:33:29 -04:00
AlexTheCoder
5709b46ec0 Fixed something I forgot
I forgot to sync the config.yml file.
2014-09-05 19:20:10 -04:00
AlexTheCoder
6a6c0af30e Finalized IceBlast
Finalized IceBlast and added Spray
2014-09-05 19:18:15 -04:00
MistPhizzle
3ba8a6d273 Disable Bending per world w/ Config 2014-09-05 18:35:52 -04:00
MistPhizzle
d7f2dc7419 1.4.0 BETA 9 2014-09-05 15:23:04 -07:00
MistPhizzle
3010c87b92 LavaFlow Changes
Give lavaflow a better description, add it to ConfigManager
2014-09-05 15:23:03 -07:00
MistPhizzle
1e2eee1035 1.4.0 BETA 9 2014-09-05 18:09:21 -04:00
MistPhizzle
743bc720b1 LavaFlow Changes
Give lavaflow a better description, add it to ConfigManager
2014-09-05 18:03:31 -04:00
nathank33
cc092a9ae8 WaterSpout No Fall Damage NPE Fix 2014-09-04 18:02:45 -07:00
nathank33
5f3ca7883e Flight Glitch
Attempt to always revert the players permissions when they get out of
flying.
2014-09-04 14:47:39 -07:00
nathank33
566b2055f8 WaterSpout No Fall Damage Improved
Added getTopBlock method
Using getTopBlock we can allow the user to still create a WaterSpout
from high heights, while denying them the ability to avoid fall damage.
2014-09-04 14:46:41 -07:00
nathank33
44c31d1651 WaterSpout No Fall Damage
A player used to be able to avoid fall damage by spamming left click
while falling.
2014-09-04 14:19:03 -07:00
nathank33
f391bba83d IceSpike cleanup fix 2014-09-04 14:05:04 -07:00
nathank33
8f6d92d9e2 Fixed EarthBlast Cleanup
EarthBlast's were not being removed correctly if the player spammed left
click and shift.
2014-09-04 13:55:32 -07:00
nathank33
6b54835d3c WaterManip, EarthBlast, FireBlast accessor methods
Added accessor methods for 3 abilities.
2014-09-04 00:14:00 -07:00
nathank33
5810b0b504 Improved HeatControl Efficiency
HeatControl now checks the type of the block before it calls
isRegionProtectedFromBuild. Due to the large amount of blocks being
processed, having this extra step saves us from having to call
factions/griefprotection/etc for every block.
2014-09-03 20:21:17 -07:00
nathank33
7d4eb874b2 Added LavaFlow
Added the Earth ability: LavaFlow
Removed the second Torrent line from config.yml
2014-09-03 18:12:34 -07:00
AlexTheCoder
7aeca555ed Added IceBlast and new Icebending Methods
Lotta stuff
2014-09-03 19:03:49 -04:00
MistPhizzle
43d94545e0 1.4.0 BETA 8 2014-09-02 06:28:41 -04:00
MistPhizzle
793c178c1a Possible Cooldown Fix 2014-09-02 06:27:42 -04:00
MistPhizzle
56b47f3816 NoCheatPlus Support
The damage thing shouldn't be thrown when a player uses Bending to
attack
2014-09-01 16:49:10 -04:00
MistPhizzle
a27de1f7be AirSwipe will stop when it hits another blast 2014-09-01 16:29:48 -04:00
MistPhizzle
65f1b12fc0 Add /bending invincible
Makes you invincible to Bending damage.
2014-09-01 16:04:42 -04:00
MistPhizzle
f5b01d624c Add /bending give
Allows giving of bending specific items. (Like the grappling hook)
2014-09-01 15:47:46 -04:00
MistPhizzle
d7891fe39e /bending who can work on offline players 2014-09-01 15:33:30 -04:00
MistPhizzle
46b3fe8dd7 Cleaned up Imports 2014-08-31 21:51:13 -04:00
MistPhizzle
654aa9477e 1.4.0 BETA 7 2014-08-31 11:09:46 -04:00
MistPhizzle
6e5e6415ed Complete revamp of how cooldowns are handled
Now stores on a per player basis instead of a per ability basis. The
bendingPlayer class will store cooldowns for ALL abilities except for
the AvatarState.
2014-08-30 18:34:27 -04:00
MistPhizzle
8d04bb1a4b Merge pull request #26 from jacklin213/main
Cleaned up Managers, Updated references
2014-08-30 10:55:21 -04:00
jack lin
93f2eec909 [BUGFIX] Fixed NumberFormatExeception in Commands
* Caused by people misusing /b c thinking it is /b ch therefore
generation a NumberFormatExeception when they try pass an element as a
slot
2014-08-31 00:38:57 +12:00
jack lin
fc8372783e [BUGFIX] Fixed Task #23 - Combustion
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3090
2014-08-30 21:52:54 +12:00
jack lin
6b03c92cfb [BUGFIX] Fixed NPE in IceSpike
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3089
2014-08-30 21:48:27 +12:00
jack lin
8532bb1ece Cleaned up Managers, Updated references
* Cleaned up AirbendingManager, updated references for abilities air
* Cleaned up FirebendingManager, updated references for abilities fire
* Cleaned up WaterbendingManager, updated references for abilities water
* Cleaned up EarthbendingManager, updated references for abilities earth
* Cleaned up ChibendingManager, updated references for abilities chi
* Cleaned up BendingManager, updated references for classes
2014-08-30 21:43:44 +12:00
jack lin
c833a1ad52 [BUGFIX] Fixed error in Task #40 - Bloodbending
* Fixed error in bloodbending where targetentity somehow is in a
different world (probably by command) and that ends up causing errors
2014-08-30 19:53:07 +12:00
jack lin
0003223c8f [BUGFIX] Fixed NPE in TempPotionEffect
* Error: http://pastebin.com/nCYEudHr
2014-08-30 19:37:31 +12:00
MistPhizzle
412d5bd32a 1.4.0 BETA 6 2014-08-29 20:49:43 -04:00
jack lin
704e663a18 [BUGFIX] Fix Surge and Octoform making lava 2014-08-29 21:27:42 +12:00
jack lin
6bb9b848dd [BUGFIX] ClassCastException fix in RapidPunch 2014-08-29 18:56:08 +12:00
jack lin
391d6f8948 Fixed Extraction Bug
* Fixed bug where extraction wouldn't give you your default ore that you used extraction on
2014-08-28 17:57:35 +12:00
MistPhizzle
11f3f86176 1.4.0 BETA 5 hotfix 2014-08-27 21:29:49 -04:00
MistPhizzle
3b4250690f 1.4.0 BETA 5 2014-08-27 20:55:22 -04:00
MistPhizzle
2a9d3640c7 Fix Suffocate Conflicts
Conflicts:
	src/com/projectkorra/ProjectKorra/airbending/Suffocate.java
2014-08-27 20:54:26 -04:00
MistPhizzle
691fe098ea Merge remote-tracking branch 'origin/master'
Conflicts:
	src/com/projectkorra/ProjectKorra/airbending/Suffocate.java
2014-08-27 20:50:19 -04:00
MistPhizzle
1e6f96a4c6 Players can now turn while in Suffocate 2014-08-27 20:43:22 -04:00
AlexTheCoder
65daa0c840 Added some chi changes
Created a ChiblockingManager and also made it so HealingWaters cannot
heal the blindness from Smokescreen
2014-08-27 20:20:04 -04:00
AlexTheCoder
e0d12c3ca6 Deprecated an unused method
Deprecated an unused variation of getting the firebending day augment.
2014-08-27 00:27:42 -04:00
AlexTheCoder
48ec6d476c Added playFirebendingParticles method
Added a method to play the firebending particles for use by external
developers and also to make our jobs easier
2014-08-26 20:46:28 -04:00
AlexTheCoder
b9d085915c Second possible fix to broken config option
Added check for config option in revertBlock
2014-08-26 14:34:16 -04:00
AlexTheCoder
659bcb1938 Small Changes
Removed all references to Bloodbending in Suffocate and *maybe* fixed
Earthbending reverting regardless of config.
2014-08-26 14:28:59 -04:00
MistPhizzle
a11eb336e6 Fix Exceptions 2014-08-25 16:47:56 -04:00
MistPhizzle
6453cc9897 Suffocate no longer works if target is in water 2014-08-25 16:35:42 -04:00
MistPhizzle
dabd53afb0 Rework Suffocate's code 2014-08-25 16:33:39 -04:00
MistPhizzle
feb44e39d6 Clear Breathbending if target is too far away 2014-08-25 16:00:53 -04:00
MistPhizzle
cc5b93a6ee 1.4.0 BETA 4 Hotfix 2014-08-24 21:05:24 -04:00
MistPhizzle
ade5f95269 1.4.0 BETA 4 2014-08-24 21:00:47 -04:00
MistPhizzle
38708bc550 Fix Warmup 2014-08-24 20:59:02 -04:00
MistPhizzle
579d4a4a1e Rename BreathSphere to Suffocate + Other Changes
Now has a warmup of 2 seconds. During this two seconds the Bender may
still move / break free.
2014-08-24 20:54:13 -04:00
MistPhizzle
5474536301 BreathSphere damage is now from player 2014-08-24 14:40:48 -04:00
MistPhizzle
a55bfd0d97 BreathSphere no longer goes through walls 2014-08-24 14:36:35 -04:00
MistPhizzle
03f176e59a 1.4.0 BETA 3 2014-08-24 11:19:01 -04:00
MistPhizzle
ea5d7f3d3a Remove FireworkEffectPlayer
We didn't need that.
2014-08-24 11:12:02 -04:00
MistPhizzle
8da02383c1 Couple of BreathSphere changes
A player entering the AvatarState will break out of the ability.

A player can't hurt themselves with Breathbending in AvatarState
2014-08-24 11:05:07 -04:00
MistPhizzle
35de391fce Clean up Conflicts
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/firebending/Lightning.java
2014-08-24 10:49:13 -04:00
MistPhizzle
1f041b8711 Merge remote-tracking branch 'origin/master'
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/firebending/Lightning.java
2014-08-24 10:46:17 -04:00
AlexTheCoder
b61657e35c Added a FireworkEffectPlayer
Added some methods to play Firework effects
2014-08-24 08:19:31 -04:00
AlexTheCoder
2c7fd4c74f BreathSphere Description
Added a description to BreathSphere.
2014-08-24 07:26:21 -04:00
AlexTheCoder
e803445011 Converted to BreathSphere
BreathBending move was converted to BreathSphere, move ready for basic
use and complete enough for a release.
2014-08-24 07:13:09 -04:00
AlexTheCoder
13ee8969f3 Breathbending Updates
Added a method to free an entity from breathbending, and allowed players
to use simple bendings (AirSwipe, WaterManipulation, FireBlast,
EarthBlast) even if they are being BreathBent.
2014-08-24 03:37:38 -04:00
Anonymous1432
15afefe181 Update plugin.yml
Fixed breathbending permissions
2014-08-24 02:48:43 -04:00
AlexTheCoder
1de2ca7711 Added Breathbending
Added the new Breathbending ability for air
2014-08-24 02:46:28 -04:00
MistPhizzle
b615cd5a50 /bending permaremove restore
If you use this command on a player that has already been permaremoved,
it will restore their Bending
2014-08-23 21:53:24 -04:00
MistPhizzle
a0a3b63a1c Break up saveBendingPlayer
Now saves as you edit the stuff that needs to be saved instead of saving
all at once as you logout.
2014-08-23 21:49:52 -04:00
MistPhizzle
4eb66de9f7 Lightning has a large area of effect in water 2014-08-23 15:08:33 -04:00
MistPhizzle
3adf108ba1 Lava Surge 2014-08-23 14:51:24 -04:00
MistPhizzle
fabcdbf599 1.4.0 BETA 2 2014-08-23 10:36:29 -04:00
MistPhizzle
92f5f49643 Fix ChiPassive NPE 2014-08-23 10:35:50 -04:00
MistPhizzle
cc5bea92db AirShield blocks WaterManip + EarthBlast 2014-08-23 10:34:09 -04:00
MistPhizzle
f0f9ff9082 Merge pull request #20 from jacklin213/bugfix
Fixed Exceptions dealing with RapidPunch and TagAPIListener
2014-08-23 10:32:56 -04:00
AlexTheCoder
600f1d9bb6 Remodeled HeatControl Cooking
Using HeatControl on Raw Salmon will give the player Cooked Salmon
instead of normal Cooked Fish. To support this patch, getCooked now uses
ItemStacks instead of Materials.
2014-08-23 09:23:48 -04:00
jack lin
e1f03e1c3f Fixed IndexOutOfBoundsException 2014-08-20 19:40:07 +12:00
jack lin
15440a84e4 RapidPunch fix where player is null
* Renamed instance to instances to follow common convention
* Modified all classes referencing instance to reference instances
2014-08-20 19:32:50 +12:00
MistPhizzle
1b2503c266 1.4.0 BETA 1 Hotfix 2014-08-17 21:55:00 -04:00
MistPhizzle
d0c6b40a89 1.4.0 BETA 1 2014-08-17 20:43:21 -04:00
MistPhizzle
fb56b8b82a AvatarState clears on death / logout 2014-08-17 20:41:21 -04:00
MistPhizzle
04c1f4d46e Placing blocks will no longer activate Bending 2014-08-16 20:00:15 -04:00
MistPhizzle
6c4a036e48 LWC Support
Players can't bend blocks that are protected with LWC
2014-08-16 19:50:54 -04:00
MistPhizzle
483274bdef Combustion explodes when it hits other Bending 2014-08-15 23:19:46 -04:00
MistPhizzle
2ff4fa93e4 AirSwipe is affected by AvatarState 2014-08-15 23:18:57 -04:00
MistPhizzle
cd00f41234 1.3.0 2014-08-15 17:15:01 -04:00
MistPhizzle
9080818df3 1.3.0 BETA 20 2014-08-13 23:57:42 -04:00
jack lin
c37171cda4 Fixed saveBendingPlayer() - See description
* Removed extra whitespace when saving permaremoved as false. This seems to cause errors
2014-08-14 09:46:30 +12:00
MistPhizzle
0344788b32 1.3.0 BETA 19 2014-08-12 09:58:32 -04:00
MistPhizzle
389b87bf9d Fix Chi Duration (Configurable) 2014-08-11 19:26:42 -04:00
MistPhizzle
5182c5fbf4 Combustion respects explosion flags. 2014-08-11 19:25:03 -04:00
MistPhizzle
cfbcb88371 1.3.0 BETA 18 2014-08-11 11:23:27 -04:00
MistPhizzle
b394c55eaa Break up the tasks 2014-08-11 11:22:39 -04:00
MistPhizzle
82c23ff48a Optimize HealingWaters code
We don't need to iterate over PotionEffects twice.
2014-08-11 11:07:02 -04:00
MistPhizzle
06cd57cd16 Chiblocking Fix
Chiblocking actually blocks chi. RapidPunch can block chi. Paralyze
works how it should.
2014-08-11 10:59:42 -04:00
AlexTheCoder
711f4eeedd The Great HealingWaters Overhaul
Changes to HealingWaters:
- HealingWaters will now remove negative potion effects on the user or
the target

Changes to Methods:
- Added checks for negative potion effects, positive potion effects, and
neutral potion effects which can be used in the future by us in the
creation of abilities, or by developers utilizing the Ability API
2014-08-11 10:11:49 -04:00
MistPhizzle
9971e1fc44 1.3.0 BETA 17 2014-08-10 18:11:23 -04:00
MistPhizzle
cdc43cc6ee Make bending.air default true 2014-08-10 18:10:14 -04:00
MistPhizzle
29ae584e9c Combustion respects protected regions 2014-08-09 19:49:07 -04:00
MistPhizzle
d4fc085983 1.3.0 BETA 16 2014-08-09 15:49:31 -04:00
MistPhizzle
2cae7a0298 You should be able to redirect your own WaterManip 2014-08-09 15:03:31 -04:00
MistPhizzle
72dfbb7f10 Surge Ice stays if you switch slots 2014-08-09 11:34:14 -04:00
MistPhizzle
4978e800b2 Add click functionality to Combustion
Clicking while Combustion is en route will cause it to explode
2014-08-09 11:24:43 -04:00
MistPhizzle
9b8060f3ae Some abilities can block Combustion
AirShield, AirSwipe, EarthBlast, FireShield, WaterManipulation
2014-08-08 21:40:00 -04:00
MistPhizzle
5344b0ad8f Update the Combustion description. 2014-08-08 21:32:21 -04:00
MistPhizzle
caeeec79ce Combustion will now hit entities 2014-08-08 21:29:42 -04:00
MistPhizzle
1a90bde479 1.3.0 BETA 15 2014-08-08 20:52:52 -04:00
MistPhizzle
c9dcdd6dfb Give Combustion more of a beam 2014-08-08 16:23:37 -04:00
MistPhizzle
1789dc5b02 Complete Combustion rewrite
It is now as powerful as it should be
2014-08-08 13:10:59 -04:00
MistPhizzle
e5fe2415b7 Revert "Stupid Commit, will revert"
This reverts commit b4b3186c46.
2014-08-08 10:21:47 -04:00
MistPhizzle
b4b3186c46 Stupid Commit, will revert 2014-08-08 10:21:41 -04:00
MistPhizzle
962ae8ed13 HeatControl extinguishes player immediately
Also cleaned up some extraction code
2014-08-08 10:16:34 -04:00
MistPhizzle
55f2cad44d It is always day in the nether / end 2014-08-07 12:30:09 -04:00
MistPhizzle
f4c4389ff1 Add the elements to /bending help 2014-08-07 12:24:41 -04:00
MistPhizzle
502f9269ba Actually use the bending.command.help node 2014-08-07 12:07:51 -04:00
MistPhizzle
03b90ccfef 1.3.0 BETA 13 2014-08-04 21:54:32 -04:00
MistPhizzle
46989b9f13 FireShield removes Projectiles thrown into it 2014-08-04 21:52:22 -04:00
MistPhizzle
c9bd71e934 Packed ice cannot melt ever 2014-08-04 08:33:33 -04:00
MistPhizzle
5464be5fae Make combustion do damage 2014-08-03 01:29:47 -04:00
MistPhizzle
e3f67b0e8b 1.3.0 BETA 12 2014-08-03 01:05:24 -04:00
MistPhizzle
086fd7c408 Add spaces in /bending display [improper argument] 2014-08-03 01:04:04 -04:00
MistPhizzle
d1e3053955 Fix capitalization issues in add/choose
Credit to AlexTheCoder
2014-08-03 01:04:03 -04:00
MistPhizzle
673bb841e7 Right Click Block no longer activates Bending 2014-08-03 01:04:02 -04:00
MistPhizzle
d117adb44d Combustion
New Firebending Ability, launches a Fireball from the player.
2014-08-03 01:04:01 -04:00
MistPhizzle
0aa7b05fc9 Merge pull request #12 from HiddenCloud/master
Simplification of the Extraction code
2014-08-03 00:57:48 -04:00
MistPhizzle
de0e573063 1.3.0 BETA 11 2014-08-02 00:12:55 -04:00
MistPhizzle
a6f834affd Add option to disable Bloodbending on undead mobs. 2014-08-02 00:11:23 -04:00
MistPhizzle
657ca39a0d Refix Day / Night Messages 2014-08-02 00:11:22 -04:00
HiddenCloud
1e45ff4fac Simplification of the code
Instead of 3 if statements containing almost the same code, one switch statement and one small helper method.
2014-08-01 22:50:53 +00:00
kingbirdy
ac813496a4 Fixed NPE with TagAPI and added config option for it 2014-08-01 01:34:13 -04:00
MistPhizzle
1a06cc7685 Bad Commit, Ignore 2014-07-30 09:52:58 -04:00
MistPhizzle
858fba72d4 Fix FireBlast Damage 2014-07-30 09:52:56 -04:00
MistPhizzle
0803c8c6bd Fix HighJump Cooldown 2014-07-30 09:52:55 -04:00
MistPhizzle
ee13d2e43b Reduce the amount of Air Particles 2014-07-30 09:52:54 -04:00
MistPhizzle
9cf8544ae0 Add Bloodbending / Paralyze check to canBend 2014-07-30 09:52:53 -04:00
AlexTheCoder
9f02959cf0 Bending now supports the latest factions & mcore
Added support for the latest version of factions and the latest version
of MassiveCore
2014-07-29 17:13:51 -04:00
MistPhizzle
7b9243afb2 1.3.0 BETA 9 2014-07-29 10:46:41 -04:00
MistPhizzle
5755dd0322 Add Config Options for FireBurst 2014-07-29 10:45:01 -04:00
MistPhizzle
3b9f8b5f2c Add Config Options for FireBurst 2014-07-29 10:42:00 -04:00
MistPhizzle
2a4cf0bd1d Add Config Options for Shockwave 2014-07-29 10:40:22 -04:00
MistPhizzle
33e4d6a6fb Add config options for Torrent 2014-07-29 10:38:03 -04:00
MistPhizzle
01784ad412 Add config options for OctopusForm 2014-07-29 10:35:33 -04:00
MistPhizzle
6c8ebd3b5d Add config options for AirBurst
FallThreshold - Amount of blocks to fall to activate.
PushFactor - Pretty self explanatory
ChargeTime - Time in ms it takes to charge an AirBurst
2014-07-29 10:32:57 -04:00
MistPhizzle
34e072240a Make WaterManip Cooldown Configurable
Defaults to 1000 ms (1 second)
2014-07-29 10:28:41 -04:00
MistPhizzle
2f4dd643cb Fix WallOfFire - Properly fire cooldown
Requires Config Changes. Change Cooldown to 7500 and Interval to 500.

Cooldown actually fires now.
2014-07-29 10:24:59 -04:00
MistPhizzle
848b61f65d Make Air Particles Configurable
Defaults to smoke (White Clouds)
Other options are:
blacksmoke (The original Airbending Particles)
spell (the swirly potion particles)
2014-07-29 10:15:35 -04:00
jack lin
6517230473 Forgot to delete comments like commit bad3c18 2014-07-30 00:10:00 +12:00
jack lin
6fd33e9d4d Forgot to delete comments like commit bad3c18 2014-07-29 23:47:11 +12:00
jack lin
468ffa3325 Changed method name and classes effected 2014-07-29 23:34:46 +12:00
jack lin
c2878ba36a Fixed conflicted error 2014-07-29 23:18:15 +12:00
MistPhizzle
3c19a38281 1.3.0 BETA 8 2014-07-28 23:33:47 -04:00
MistPhizzle
46ebcabd5b Actually remove null messages from /bending who 2014-07-28 23:29:31 -04:00
HiddenCloud
65e0f0bd97 Rewrote day/night handling
Rewrote day/night handling. Much faster, requires no adding worlds to a concurrenthashmap or looping over them. It's also much easier to understand and modify.
2014-07-28 22:16:08 +00:00
MistPhizzle
0a9983658a 1.3.0 BETA 7 2014-07-28 11:48:22 -04:00
MistPhizzle
fc1032af51 /bending who changes
Will tell you if a member is a part of the ProjectKorra team.

Added sub element display for Waterbending
2014-07-28 11:44:32 -04:00
MistPhizzle
a3fbf6ccd1 Clean up /bending who so it doesn't show null slots
(Credit goes to AlexTheCoder)
2014-07-28 11:44:31 -04:00
MistPhizzle
bad3c187a2 Clean up Imports / Methods Class
Removed the comments from the Methods class that weren't necessary and
cleaned up the imports throughout all of the classes.
2014-07-28 11:44:30 -04:00
MistPhizzle
3b5040d0cc Make bendability of packed ice configurable 2014-07-28 11:44:27 -04:00
jack lin
c35a451e7b Documentation Part 1 2014-07-28 22:22:44 +12:00
jack lin
446cbcd4e0 Sorted Methods class to prepare for Documentation 2014-07-28 18:36:37 +12:00
jack lin
78157bd2ac Fixed Generic warning, General Clean up
* Fixed Warning: A generic array of HashSet<String> is created for a
varargs parameter
* Cleaned Imports
* Removed unnecessary toggle message
2014-07-28 18:31:01 +12:00
AlexTheCoder
567010673e Patched bending in any faction land
Fixed the bug where a player could bend in any faction's land,
regardless on whether they could build there.
2014-07-27 19:47:14 -04:00
MistPhizzle
6e787cf05a 1.3.0 BETA 6
I'm getting a bit dev build happy today, my bad.
2014-07-26 21:09:57 -04:00
MistPhizzle
a1f2c2565f FastSwim can be used with EarthArmor 2014-07-26 21:06:47 -04:00
MistPhizzle
05502e03c0 Fix /bending toggle 2014-07-26 18:26:28 -04:00
MistPhizzle
6ea5b61f2b Fix Import command not working 2014-07-26 17:50:51 -04:00
MistPhizzle
275c7a5d61 1.3.0 BETA 5
Let's actually put a dev build out now
2014-07-26 16:43:31 -04:00
MistPhizzle
64b89d4b90 Added Smokescreen, new Chiblocking Ability 2014-07-26 16:37:54 -04:00
MistPhizzle
6efc69d405 1.3.0 BETA 4 2014-07-26 12:00:34 -04:00
MistPhizzle
6ee2af3b02 Change air particles to clouds
This is a bit better with performance than the spell particles
2014-07-25 00:16:52 -04:00
MistPhizzle
d1b6497fe6 Remove WaterSpout if Bloodbended / Paralyzed 2014-07-24 22:33:06 -04:00
MistPhizzle
94fe066aa9 Add /bending toggle all
This turns Bending off for everyone. If Bending is off for everyone, no
single player can turn it back on.
2014-07-24 18:46:57 -04:00
MistPhizzle
2c17eacbeb 1.3.0 BETA 3 2014-07-23 11:01:30 -04:00
MistPhizzle
d51ee9b9d2 /bending display [element] is in alphabetical order 2014-07-23 10:57:02 -04:00
MistPhizzle
290696879d Fix Charged FireBlast difficulty issues 2014-07-23 10:57:00 -04:00
MistPhizzle
ab9fa1b63c Merge pull request #6 from jacklin213/master
Merge pull requests from jacklin213
2014-07-23 10:56:39 -04:00
MistPhizzle
656ab327b3 v1.3.0 BETA 2 2014-07-22 21:19:21 -04:00
MistPhizzle
e9c334453e Air Particles are now White + TagAPI Fix 2014-07-22 21:18:37 -04:00
MistPhizzle
cf93334386 Possible HeatControl fix 2014-07-21 15:40:43 -04:00
jack lin
10379bc2e6 1.3.0 BETA 2 2014-07-21 21:29:57 +12:00
jack lin
25e01aa855 Updated Reload, Import Cmd - See Description
* Added a reload method in the Methods class
* Allows database changes to take effect on /bending reload
* Prevented duplicates from the import command
2014-07-21 21:27:39 +12:00
jack lin
4144ff094d Simplified Save method using Ternary Operator 2014-07-21 21:05:50 +12:00
jack lin
0b06187e71 Additions to Cmd Class - See extended Description
* Added Non valid element message for /bending display
* Added Abilities to display when using /bending who <player>
2014-07-21 20:54:07 +12:00
jack lin
4e7ae2b5e2 Added Import safeguard - See extended Description
* Added Import safeguard to prevent multiple imports
* Added ImportEnabled boolean for import safeguard
* Changed the use of Plugin.getConfig() to config in ConfigManger
2014-07-21 19:29:30 +12:00
jack lin
24773881cb Added additional alias 2014-07-21 19:12:10 +12:00
jack lin
d811ecd575 Added missing help message 2014-07-21 19:07:57 +12:00
MistPhizzle
376fc8a2c4 Add Particle Library 2014-07-20 22:56:35 -04:00
MistPhizzle
2d856f7cd1 Fix AvatarState cooldown not initiating properly 2014-07-20 22:50:50 -04:00
MistPhizzle
382aa393a6 Fix AvatarState Speed Config 2014-07-20 19:02:09 -04:00
MistPhizzle
7e4a742fa1 1.3.0 BETA 1 2014-07-20 16:28:26 -04:00
MistPhizzle
dfcbfb7132 Waterbenders are more powerful during full moon 2014-07-20 16:27:40 -04:00
MistPhizzle
1c16d7a00f Permission Nodes for the Grappling Hooks
bending.earth.grapplinghook
bending.chi.grapplinghook
2014-07-20 16:01:35 -04:00
MistPhizzle
738a4dbaf5 Make PowerMultiplier of AvatarState configurable 2014-07-20 15:38:55 -04:00
MistPhizzle
b90552537f Chi no longer takes fall damage if sprinting 2014-07-19 20:41:17 -04:00
MistPhizzle
4ef2e12287 NPE Fix 2014-07-19 20:18:14 -04:00
MistPhizzle
6e4705d0bc v1.2.0 2014-07-19 10:55:10 -04:00
jack lin
e7e7eb622b Code Format Cleanup 2014-07-19 18:18:28 +12:00
MistPhizzle
dc70204fe5 1.2.0 BETA 16 2014-07-18 18:48:23 -04:00
MistPhizzle
76b6d94c74 Revert "Stupid commit, will revert"
This reverts commit 65ed1f42fc.
2014-07-18 18:46:01 -04:00
MistPhizzle
65ed1f42fc Stupid commit, will revert 2014-07-18 18:45:55 -04:00
MistPhizzle
536863b2b9 Revert "Bukkit v1.7.10"
This reverts commit cef4cc9063.
2014-07-18 18:31:05 -04:00
MistPhizzle
c3c39a8ed8 bending.avatar defaults false 2014-07-18 18:22:47 -04:00
MistPhizzle
0cc1b7d046 /pk is an argument for /bending 2014-07-18 18:20:09 -04:00
MistPhizzle
cef4cc9063 Bukkit v1.7.10
Still supports 1.7.9
2014-07-18 18:19:39 -04:00
MistPhizzle
105e93075f Can no longer bend on AirScooter (Still BETA 15) 2014-07-18 14:32:55 -04:00
MistPhizzle
b6ffeabec7 1.2.0 BETA 15 2014-07-18 13:31:43 -04:00
MistPhizzle
3d707be2aa Fix WaterSpout and Water Passive 2014-07-18 13:29:48 -04:00
MistPhizzle
3b8bbf53c2 Fix Bloodbending only usable at night config 2014-07-18 13:18:06 -04:00
MistPhizzle
68270bad16 AirSwipe's charge factor is configurable 2014-07-18 12:55:22 -04:00
MistPhizzle
6ddd95dbd9 Give AirSwipe its own cooldown 2014-07-18 12:50:03 -04:00
MistPhizzle
16489f91cc 1.2.0 BETA 14 2014-07-18 12:31:56 -04:00
MistPhizzle
19cfe223b1 Merge pull request #4 from jacklin213/master
Fixed NPE's in Method and small edits to other classes
2014-07-18 12:28:43 -04:00
jack lin
55594db605 Moved an If check under its element 2014-07-18 18:27:00 +12:00
jack lin
cf004c5592 Removed "this" keyword for static access 2014-07-18 18:11:03 +12:00
jack lin
fbf533f49d Fix attempt NPE in Methods
http://pastie.org/9383324
2014-07-18 18:02:52 +12:00
jack lin
7d9419d319 Fix another NPE in Methods
http://pastebin.com/sqiqfjin
2014-07-18 18:02:06 +12:00
jack lin
d091ab9765 Fix NPE in Methods
http://pastebin.com/9J0qAWTh
2014-07-18 18:01:00 +12:00
MistPhizzle
b2d8d562ad Fix AvatarState not starting 2014-07-17 23:44:31 -04:00
MistPhizzle
a74ef765b8 1.2.0 BETA 13 2014-07-17 00:07:11 -04:00
MistPhizzle
4838e17b14 Fix SQLite errors on logout 2014-07-17 00:05:10 -04:00
MistPhizzle
0d67538758 1.2.0 BETA 12 2014-07-16 21:22:08 -04:00
MistPhizzle
43d5135f54 Add helpful message to /b display 2014-07-16 21:19:41 -04:00
MistPhizzle
4db6cbeaa7 /bending clear should not revert on login 2014-07-16 21:15:10 -04:00
MistPhizzle
f2fbd2398b You can no longer fast swim with WaterSpout. 2014-07-16 21:00:12 -04:00
MistPhizzle
70f7601bbd HeatControl properly negates fire damage 2014-07-16 20:58:49 -04:00
MistPhizzle
f935cf17b9 Don't run events if they are already canceled. 2014-07-15 22:15:31 -04:00
MistPhizzle
9a151f8ef3 Remove unused BendingAbility Class
This is now the Ability Module Class
2014-07-14 10:59:41 -04:00
MistPhizzle
8fd403bcbd Revert "Stupid Commit, Will Revert"
This reverts commit 599ecf6426.
2014-07-13 16:41:07 -04:00
MistPhizzle
676a794ba1 Revert "Revert "Try to fix FreezeMelt NPE""
This reverts commit 287006936a.
2014-07-13 16:41:00 -04:00
MistPhizzle
287006936a Revert "Try to fix FreezeMelt NPE"
This reverts commit ef812566da.
2014-07-13 16:40:51 -04:00
MistPhizzle
599ecf6426 Stupid Commit, Will Revert 2014-07-13 16:40:47 -04:00
MistPhizzle
ef812566da Try to fix FreezeMelt NPE 2014-07-12 20:17:54 -04:00
MistPhizzle
95ab22a554 Try to fix NPE on Chi Passive 2014-07-12 19:16:13 -04:00
MistPhizzle
a9d00df52d Added Grappling Hooks 2014-07-12 15:17:15 -04:00
MistPhizzle
71aee98c29 1.2.0 BETA 8 2014-07-12 12:27:55 -04:00
jack lin
6bad38cc18 Updated importer to add slot abilities 2014-07-13 02:17:26 +12:00
jack lin
293d480e51 Added cmd list for help command. Fixed imports 2014-07-12 23:55:55 +12:00
MistPhizzle
c6824193fe Finish Syncing Project
No new features, just forgot to commit some files.
2014-07-11 23:38:29 -04:00
MistPhizzle
cdb36052c7 Add a converter
Converts data from orion's plugin.
2014-07-11 23:34:03 -04:00
MistPhizzle
2bd751479d Bloodbending only usable at Night (Configurable) 2014-07-11 14:15:39 -04:00
MistPhizzle
a17f98af45 1.2.0 BETA 6 2014-07-11 13:57:11 -04:00
MistPhizzle
78b6ee6278 Paralyze will no longer work with other abilities 2014-07-11 13:33:07 -04:00
MistPhizzle
653aeb8718 New Metalbending Passive
Metalbenders can tap sneak to open / close iron doors. (Assuming they
can bend there)
2014-07-11 13:31:47 -04:00
MistPhizzle
4f8cc009e5 Added Extraction
First complete Metalbending ability. Allows metalbenders to extract ores
from stone. (The stone wont revert, preventing dupes). Has a small
chance of doubling or tripling the loot.
2014-07-10 23:40:58 -04:00
MistPhizzle
edd42d9caa Add isMetalbendingAbility() to AbilityModule
Return true if custom ability is a metalbending ability.
2014-07-10 10:39:52 -04:00
MistPhizzle
4f2a59f942 Give Metalbending its own color
This color is configurable (Defaults: Dark Green). Will display
abilities in /bending display and their descriptions in this color if
they are metalbending abilities.
2014-07-10 10:38:26 -04:00
MistPhizzle
bbece259e1 Begin Metalbending
If you land on a metal block and you have metalbending permissions, you
will not take fall damage.
2014-07-10 10:30:13 -04:00
MistPhizzle
3b75d8f36f Add Duration to AvatarState 2014-07-08 10:04:30 -04:00
MistPhizzle
aaa20d6a58 Config AvatarState FireJet and AirShield
You can choose whether FireJet and AirShield are toggles
2014-07-07 23:21:35 -04:00
MistPhizzle
1909e0e764 Make Avatar State less broken
Avatar State is now highly configurable:
You can now turn potion effects on / off as well as configure the power
of the effect (the potion level).
2014-07-07 22:52:33 -04:00
MistPhizzle
0b75442710 Fix Error when binding move to slot using non-int 2014-07-07 21:17:36 -04:00
MistPhizzle
980574d412 Permissions for Bending Passives
bending.ELEMENT.passive
2014-07-07 21:07:33 -04:00
MistPhizzle
b0d778ad85 v1.1.0 2014-07-05 11:35:01 -04:00
MistPhizzle
9f9eacc150 /bending reload properly stops Bending 2014-07-05 10:39:08 -04:00
MistPhizzle
e04b91f9a6 /bending clear defaults true 2014-07-05 10:35:56 -04:00
MistPhizzle
1e8376b108 /bending help defaults true 2014-07-05 10:27:19 -04:00
MistPhizzle
23fd81fb07 /bending choose not displaying Chi 2014-07-04 21:27:05 -04:00
MistPhizzle
460f8179d2 Fix NPE onPlayerLogin 2014-07-03 22:49:49 -04:00
MistPhizzle
9d5cc87f14 Permissions hotfix 2014-07-03 22:29:30 -04:00
MistPhizzle
5b298dc125 1.1.0 BETA 12 2014-07-02 09:57:03 -04:00
MistPhizzle
197b3a4a3c AvatarState shows proper color on /b display 2014-07-02 09:56:02 -04:00
MistPhizzle
0f1f4419a7 AirSwipe can go through tall grass 2014-07-02 09:53:39 -04:00
MistPhizzle
4d559dcffa IceSpike Cooldown 2014-07-02 09:53:23 -04:00
MistPhizzle
9664869859 Give WaterManipulation a cooldown 2014-07-02 09:50:05 -04:00
MistPhizzle
dafa0c3d88 1.1.0 BETA 11 2014-06-30 22:41:35 -04:00
MistPhizzle
d4cad612ec /b bind wont bind abilities player cant use 2014-06-30 20:49:44 -04:00
MistPhizzle
9bd3772148 /b display wont show abilities player cant use
This one actually does it
2014-06-30 20:48:07 -04:00
MistPhizzle
86707725b8 /b display wont show abilities player cant use 2014-06-30 20:45:50 -04:00
MistPhizzle
86bfae12ca Default Permissions Change
bending.command.version and bending.command.who now default to everyone.
2014-06-30 20:43:56 -04:00
MistPhizzle
de819d2f1f Command Line Changes
'a' is now an alias for 'add'
'w' is now an alias for ;who'
2014-06-30 20:42:32 -04:00
MistPhizzle
1d7b86b3eb 1.1.0 BETA 10 2014-06-30 11:25:34 -04:00
MistPhizzle
f2f1b4017d Bending properly stops / reverts on shutdown 2014-06-30 10:27:11 -04:00
MistPhizzle
a51b72a38b 1.1.0 BETA 9 2014-06-29 20:46:27 -04:00
MistPhizzle
3bd2e51b71 /bending bind is prettier
Now displays the slot #
The color of the message matches the color of the element.
2014-06-29 20:44:05 -04:00
MistPhizzle
32c0646524 Fix Paralyze 2014-06-29 20:36:32 -04:00
MistPhizzle
c6e45753e1 ChiBlocking Passive Fixed
Chi actually blocks now
2014-06-29 20:27:47 -04:00
MistPhizzle
d3776fe766 Actually remove abilities you can no longer bend 2014-06-29 19:02:04 -04:00
MistPhizzle
e5445f62dc 1.1.0 BETA 8 2014-06-29 18:26:13 -04:00
MistPhizzle
993500b17c bending.player defaults true 2014-06-29 18:25:33 -04:00
MistPhizzle
b424356d71 Add /b as a command alias for Bending 2014-06-29 18:25:11 -04:00
MistPhizzle
e5d7fc8dd6 1.1.0 BETA 7 2014-06-28 21:57:11 -04:00
MistPhizzle
616b0df993 Remove abilities you no longer have permission for 2014-06-28 21:56:10 -04:00
MistPhizzle
3081d61f68 WaterSpout and fast swim can work together 2014-06-28 21:32:54 -04:00
MistPhizzle
e838c583dd Fix EarthBlast 2014-06-28 21:30:48 -04:00
MistPhizzle
efacd58e34 Fix AirScooter and WaterSpout letting players fly 2014-06-28 21:21:30 -04:00
MistPhizzle
34273db4ac FastSwimming Fix
FastSwimming will no longer work if you have abilities with sneak
functions bound.
2014-06-28 20:45:27 -04:00
MistPhizzle
17f4c5c0ff "/bending add <player> element" works properly 2014-06-28 20:16:01 -04:00
MistPhizzle
14b65685ad Add /b as an alias 2014-06-28 20:05:49 -04:00
MistPhizzle
620111925c Ease the flooding 2014-06-28 20:04:18 -04:00
MistPhizzle
44a0af1dc5 Don't let airbenders bind Chi Abilities 2014-06-28 19:51:31 -04:00
MistPhizzle
90572695e3 WaterReturn actually returns 2014-06-28 19:50:02 -04:00
MistPhizzle
b08c42bb2b Fix color issues on Commands
All commands now use the proper element color as defined in the config.
2014-06-28 19:31:26 -04:00
MistPhizzle
abaa64ab02 Fix another NPE 2014-06-28 18:16:36 -04:00
MistPhizzle
3d4fe77ee9 Fix some runtime errors
Fixed an error in plugin, made the config load before the Methods
2014-06-28 17:40:30 -04:00
MistPhizzle
797e19a820 1.1.0 BETA 2 2014-06-28 17:07:30 -04:00
MistPhizzle
10474a0688 Region Protection
Should work *flawlessly* on all abilities.
2014-06-28 17:06:05 -04:00
MistPhizzle
5776ad28e1 isIgniteAbility() and isExplodeAbility() added
For Region Protection. ProjectKorra respects explosion and fire flags in
various plugins, so this will allow an ability to register as such.
isIgnite() means the ability produces fire (Like Blaze) and
isExplodeAbility() means the ability produces an explode (Like FireBlast
and Lightning)
2014-06-28 16:25:27 -04:00
MistPhizzle
efc880eb13 Added isHarmlessAbility() to AbilityModule
Will be used with Region Protection, currently not a runnable build.
2014-06-28 16:08:54 -04:00
MistPhizzle
f3820f3d73 Begin v1.1.0 Dev Builds
Fix bending.fire spelling error in plugin.yml
bending.message.nightmessage defaults true
bending.message.daymessage defaults true
2014-06-28 13:26:04 -04:00
MistPhizzle
20b0d2fab0 v1.0.0
The first build is ready.
2014-06-27 15:43:38 -04:00
MistPhizzle
5e58b10919 Don't break the plugin if TagAPI isn't installed 2014-06-27 15:28:50 -04:00
MistPhizzle
0f65d4cb4e Default Permission Nodes 2014-06-27 15:11:36 -04:00
MistPhizzle
d87b56416f PluginMetrics
Using MetricsLite for now, may use more advanced tracking later.
2014-06-27 14:57:13 -04:00
MistPhizzle
b3a799a98a WallOfFire
Firebending abilities / All stock abilities complete. :)
2014-06-27 14:51:42 -04:00
MistPhizzle
d73bc4dea7 Lightning 2014-06-27 14:42:01 -04:00
MistPhizzle
208842d02e FireShield 2014-06-27 14:31:52 -04:00
MistPhizzle
cba2fb4a7d FireBurst 2014-06-27 14:22:51 -04:00
MistPhizzle
f081dc8576 Blaze 2014-06-27 14:15:06 -04:00
MistPhizzle
dfb1767c5e Full Chat functionality 2014-06-27 00:26:34 -04:00
MistPhizzle
1b665a328e Missing chi config options 2014-06-26 23:31:00 -04:00
MistPhizzle
003390ac92 RapidPunch
Chi abilities complete.
2014-06-26 23:29:47 -04:00
MistPhizzle
959664c7b2 HighJump 2014-06-26 23:18:27 -04:00
MistPhizzle
f22b683b2a RevertChecker 2014-06-26 23:08:41 -04:00
MistPhizzle
5a9bde656d Tremorsense
All Earthbending abilities done ;D
2014-06-26 22:59:40 -04:00
MistPhizzle
3db97a4c75 EarthTunnel 2014-06-26 22:35:36 -04:00
MistPhizzle
767c99ed65 EarthGrab 2014-06-26 22:25:41 -04:00
MistPhizzle
edada84fa2 EarthArmor 2014-06-26 22:15:28 -04:00
MistPhizzle
87032ad4f7 HealingWaters
Waterbending finished ^^
2014-06-26 19:46:59 -04:00
MistPhizzle
c1e71c8723 AirSwipe 2014-06-26 19:38:48 -04:00
MistPhizzle
03d961c6cc AirSuction 2014-06-26 19:26:48 -04:00
MistPhizzle
d07e5af788 AirShield 2014-06-26 19:13:44 -04:00
MistPhizzle
a7d2a958b3 Fix a couple of things 2014-06-26 18:51:13 -04:00
MistPhizzle
9048e1c8ea Shockwave
Worth noting that as of this commit, all compilation errors are gone and
the plugin is runnable.
2014-06-26 18:39:30 -04:00
MistPhizzle
a2647b4501 EarthBlast 2014-06-26 17:07:30 -04:00
MistPhizzle
256ad9fd59 FireBlast 2014-06-26 16:51:46 -04:00
MistPhizzle
62e54864ae IceSpike 2014-06-26 16:34:02 -04:00
MistPhizzle
358e9f4d71 Torrent 2014-06-25 23:47:49 -04:00
MistPhizzle
043be110ca Surge 2014-06-25 23:33:53 -04:00
MistPhizzle
d941a74564 Illumination 2014-06-25 23:12:42 -04:00
MistPhizzle
ab9d048080 Water and AirBubble 2014-06-25 23:01:53 -04:00
MistPhizzle
83f6f51874 OctopusForm 2014-06-25 22:40:44 -04:00
MistPhizzle
bd1f83f2cf WaterManipulation 2014-06-25 13:08:36 -04:00
MistPhizzle
8c60f64623 PhaseChange 2014-06-25 12:48:05 -04:00
MistPhizzle
867f0acd12 HeatControl 2014-06-25 12:34:45 -04:00
MistPhizzle
b24a818c8d Collapse 2014-06-25 12:14:46 -04:00
MistPhizzle
9a9dbf2db8 RaiseEarth 2014-06-25 11:58:02 -04:00
MistPhizzle
0da85ee86a Catapult 2014-06-25 11:44:02 -04:00
MistPhizzle
142b4b34eb WaterSpout 2014-06-24 21:36:27 -04:00
MistPhizzle
44bf1c361f AirSpout 2014-06-24 21:18:44 -04:00
MistPhizzle
a0c07d9752 AirScooter 2014-06-24 21:11:19 -04:00
MistPhizzle
e1c8732d54 FireJet 2014-06-24 21:03:26 -04:00
MistPhizzle
26237ce090 Paralyze 2014-06-24 20:53:49 -04:00
MistPhizzle
a907a42e28 Bloodbending 2014-06-24 20:42:24 -04:00
MistPhizzle
47c78ef8d0 AirBurst
Also reworked damaging passives. (No Fall Damage / Decreased Fall
Damage)
2014-06-24 19:43:28 -04:00
MistPhizzle
ead0c812d1 Tornado and AirBlast 2014-06-24 18:39:33 -04:00
MistPhizzle
cafea60f7c AvatarState 2014-06-24 18:01:55 -04:00
MistPhizzle
d106eb513a StockAbilities
Some abilities will be stored internally as they play off of each other,
but can be enabled / disabled through the config.
2014-06-24 17:48:19 -04:00
MistPhizzle
65dd2c3c80 Forgot to apply files to commit
My b
2014-06-14 14:59:36 -04:00
MistPhizzle
41109c5251 Lots of Small Changes
Removed WaterReturn (Each Ability is responsible for handling it)
Added FreezeMelt (Just contains the basic methods, not an ability)
Improved physics handling.
Removed WaterPassive where water would automatically spread (Until I
find a workaround, exponentially flooding worlds weren't very fun)
2014-06-14 14:59:11 -04:00
MistPhizzle
7c0a28be99 oops 2014-06-13 22:44:55 -04:00
MistPhizzle
c87d1c67cd WaterCore
Some more Waterbending Methods (This is proving to be a pain)
2014-06-13 22:10:39 -04:00
MistPhizzle
43dcd5aae5 SeaLevel 2014-06-13 19:41:52 -04:00
MistPhizzle
0180332f4e Waterbending Methods
Some methods for the Waterbending abilities.
2014-06-13 16:56:28 -04:00
MistPhizzle
219b1868bd Add isMeltable() Method 2014-06-13 16:43:23 -04:00
MistPhizzle
a050d86886 time_step / Intervals 2014-06-13 16:41:44 -04:00
MistPhizzle
b45846be68 Earthbending Methods
Just some methods for some of the Earthbending Abilities
2014-06-13 16:37:34 -04:00
kingbirdy
44624cd18e implemented TagAPI 2014-06-13 01:54:48 -04:00
kingbirdy
74f6f312f2 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra.git 2014-06-13 01:26:49 -04:00
kingbirdy
c80c839a09 added chat prefix based on element 2014-06-13 01:18:11 -04:00
MistPhizzle
8e6c55b455 Fix FireStream Stuff
Dissipate correctly, etc.
2014-06-13 00:53:37 -04:00
MistPhizzle
937ff63bc6 Remove Case Sensitivity from /bending display 2014-06-13 00:53:35 -04:00
kingbirdy
0c7efc4115 changed to color codes to ChatColor, and removed excess lines 2014-06-13 00:30:43 -04:00
kingbirdy
50f0915137 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra.git 2014-06-12 23:02:36 -04:00
MistPhizzle
bd90ba740d Add FireStream Events 2014-06-12 21:53:11 -04:00
kingbirdy
91d8412631 fire is dayfactor, not nightfactor 2014-06-12 19:43:41 -04:00
MistPhizzle
b62366cb67 Enflamed
Created by orion304, a Firebending utility class.
2014-06-12 19:39:28 -04:00
MistPhizzle
902a0f6119 Vector Methods
(Comes from orion304's original plugin, credit goes to him)
2014-06-12 19:37:51 -04:00
MistPhizzle
cd91d8b4bb Package Cleanup 2014-06-12 19:23:35 -04:00
MistPhizzle
9d9f6672ed Initial Commit
Far from v1.0.0, but a start!
2014-06-12 19:21:20 -04:00