Commit graph

975 commits

Author SHA1 Message Date
AlexTheCoder
853aec2b5b Spring Cleaning!
Cleaned up the Code:
- Removed all unused imports
- Added suppress warning annotations to all warnings
2015-03-14 02:10:25 -04:00
MistPhizzle
1446dcc1d4 1.6.0 BETA 16 2015-03-08 12:45:09 -04:00
Jack Lin
d56380a5e3 Fix NPE in OctopusForm 2015-02-19 10:11:10 +13:00
Jack Lin
2e336595c0 Fix NPE caused by revert() in Flight 2015-02-19 10:10:55 +13:00
Jack Lin
a34bdbaa62 Fix incorrect world check FireShield 2015-02-17 21:54:44 +13:00
nathank33
6d3a48b189 Lightning Merge Conflict 2015-02-15 22:43:40 -08:00
Jack Lin
1a405d296e Add world checks EarthSmash 2015-02-16 19:08:07 +13:00
Jack Lin
386904e300 Add world check AirSwipe 2015-02-16 19:07:57 +13:00
Jack Lin
ce7838f618 Fix NPE in Methods for isChiBlocked() 2015-02-16 19:01:23 +13:00
Jack Lin
e9827fd499 Add world checks FireShield 2015-02-16 18:26:49 +13:00
Jack Lin
bb9dc95dd7 Add world check AirShield 2015-02-16 18:25:05 +13:00
Jack Lin
a6213f6f66 Fix WaterManipulation NPE 2015-02-16 18:24:55 +13:00
Jack Lin
6fc808fd71 Attempt NPE fix FireCombo
getTopBlock() could return null. You cannot getLocation() of null
therefore generating NPE
2015-02-16 18:24:36 +13:00
Jack Lin
ec1cfff771 Fix NPE in Flight 2015-02-16 17:37:08 +13:00
MistPhizzle
fc5646e4f9 1.6.0 BETA 15 2015-02-08 10:50:08 -05:00
HeyAwesomePeople
0236b2072e Updated Commands.java
Line 792 was causing SQLException: "Before start of result set". Fixed by placing the call to result set in the for loop, which insures that the string calling of "uuid" will work.
2015-02-07 21:02:18 -08:00
Brendan Wilson
7131f516bb Implemented a custom addon Combo API
Reworked my old ComboModuleAPI and built it right into ProjectKorra
Core. This version supports /pk h <element>combo messages and will
append the addon-combo's description and instructions to the messages
sent. I also reworked the way the combos are coded to make them very
similar to ordinary addon abilities.
2015-02-07 17:01:22 -05:00
Brendan Wilson
da94a97538 Altered the HVCEvent listener
Added a check for damage > 0, so that if not the plugin will not even
damage the entity, preventing the red flash and knockback receiving 0
damage would cause.
2015-02-07 14:26:10 -05:00
Brendan Wilson
792bfa70ca Added a configuration option for HCD
HorizontalCollisionDamage will not activate if the corresponding
configuration node is set to false.

Also changed the Bloodbending-at-any-time message in /pk who for better
looks.
2015-02-07 14:22:47 -05:00
Brendan Wilson
6bc5d6ade0 Fixed duplicate instances occuring in the HCS 2015-02-06 11:20:37 -05:00
Brendan Wilson
fa77e46c3e Fixed a typo in HorizontalVelocityChangeEvent
`getDistanceTravelled()` was renamed to `getDistanceTraveled()` to
respect proper English spelling.
2015-02-05 17:56:54 -05:00
Brendan Wilson
b67d3d2e0a Revert "Revert "Modified the HorizontalCollision damage calculation.""
This reverts commit 31cbac3666.
2015-02-05 17:42:53 -05:00
Brendan Wilson
31cbac3666 Revert "Modified the HorizontalCollision damage calculation."
This reverts commit 675200ccd1.
2015-02-05 17:38:41 -05:00
Brendan Wilson
675200ccd1 Modified the HorizontalCollision damage calculation.
Instead of solely relying on delta velocity, the equation now
incorporates a configurable minimum distance to give damage and also
gives the distance travelled a say.
2015-02-05 17:38:21 -05:00
Brendan Wilson
a8794eab6b Made a few changes to the Wall Damage System
Airblast will no longer crash when it gets to invoking a
HorizontalVelocityTracker.
The HorizontalVelocityTracker now cancels if the entity comes in contact
with water.
The HorizontalVelocityChangeEvent listener in PKListener now only works
if the entity's ID is NOT the same as the instigator's.
2015-02-05 13:43:04 -05:00
MistPhizzle
43a560d912 1.6.0 BETA 14 2015-02-04 22:40:53 -05:00
MistPhizzle
b252fa98d8 Merge pull request #96 from jedk1/master
Quick Database name change fix
2015-02-04 22:37:35 -05:00
Brendan Wilson
84b6eee8ad Added check in Bloodbending
Made it so that daytime bloodbenders can bloodbend other bloodbenders so
long as they can't also bloodbend during the day.
2015-02-04 18:15:26 -05:00
Brendan Wilson
d63db2e235 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Methods.java
	src/com/projectkorra/ProjectKorra/firebending/Lightning.java
2015-02-04 17:25:51 -05:00
Brendan Wilson
973c39eec3 Fixed an incorrect if statement in Methods
It checked if a player HAD their bending toggled in order to resist
Bloodbending.
2015-02-04 17:16:48 -05:00
jedk1
e9b4c851e4 Added log for name changes.
Added line so it logs name change updates to console.
2015-02-04 17:16:20 +00:00
jedk1
18f5655d2d Added log message for name changes. 2015-02-04 17:15:45 +00:00
jedk1
960e3a5415 Changed 2 lines to fix the name change update. 2015-02-04 16:52:33 +00:00
Brendan Wilson
2ff4484394 Fixed some errors with wall damage. 2015-02-03 21:22:30 -05:00
Brendan Wilson
bc135c6f12 Added a Bloodbending at anytime permission
Title says it all
2015-02-03 18:17:25 -05:00
Brendan Wilson
9628b31ada Fixed Torrent API Reachability 2015-02-02 19:06:21 -05:00
Brendan Wilson
ad66632bf3 Modified BloodBending's aiming
BloodBending no longer throws an entity in an incorrect direction if the
entity's position hasn't updated after you moved right before you
clicked.
2015-02-02 17:50:07 -05:00
Brendan Wilson
03484854d4 Revert "Removed fireblast furnace ignition"
This reverts commit 1945040515.

Conflicts:
	.idea/workspace.xml
2015-02-02 17:26:50 -05:00
Brendan Wilson
046d1fd0f5 Optimized Bloodbending a bit
If you were to bloodbend an entity initially close to you, the distance
between you and that entity while bloodbending would be the same. This
made throwing difficult as if you were to hit the entity (because it's
within arm range) the move wouldn't work. I set the distance value to 6,
so that when you Bloodbend an entity the distance between it and
yourself is always 6 unless you point at a wall or the floor.
2015-02-02 17:18:43 -05:00
Brendan Wilson
8ac15b4710 Added configuration option for WaterSpout particles
Default to FALSE, a server admin can choose whether or not their server
has waterspout particles.
2015-02-02 17:02:39 -05:00
Brendan Wilson
3f3f75b90d Fixed a bug with Horizontal Velocities
Fixed Bug: Entities would also take damage when accelerating really
fast. This was fixed to work only when a) the entity is DECELERATING and
b) when there is a non-air block within 2 blocks of the entity.
2015-02-02 16:23:10 -05:00
Brendan Wilson
e9e07f4270 WALL DAMAGE
Added a method of tracking wall damage on entities. This is currently
used only for Airblast and Bloodbending, but includes Airburst as it is,
to my understanding, an array of Airblasts.
2015-02-02 14:37:13 -05:00
MistPhizzle
9e8a8376f4 1.6.0 BETA 13 2015-02-01 18:57:35 -05:00
MistPhizzle
68309215ed Merge pull request #94 from nathank33/master
Suffocation Rework and Bug Fixes
2015-02-01 18:54:47 -05:00
nathank33
3d01b3fd05 LavaFlow: RemoveAll bug fix, Code cleanup 2015-02-01 11:16:50 -08:00
nathank33
326d37f28a LavaFlow: Moved everything to instance variables, and cleaned up
Lightning: Code cleanup
2015-02-01 11:16:18 -08:00
Brendan Wilson
20e02b130e Made Combustion's player and location visible
Combustion's `player` and `location` variables are now `public` so that
they can be accessed from the API.
2015-02-01 09:40:04 -05:00
Brendan Wilson
fa2072227c Added ways to cancel instances through the API
For Fireball and Torrent.
2015-02-01 09:27:42 -05:00
nathank33
82614d0ea3 MetalClips: Advanced permissions are not OP default 2015-01-31 23:34:30 -08:00
nathank33
63a294baf7 WorldGuard Fix: An if statement was incorrect 2015-01-31 21:38:15 -08:00
nathank33
1da91706da New Ability: Suffocate 2015-01-31 21:37:28 -08:00
nathank33
85c9c86743 Methods, BlockCache: BlockCache now considers ability names 2015-01-31 21:30:59 -08:00
Brendan Wilson
4948afea6f Made AirBurst and AirBlast API-trackable moves.
The title says it all.
2015-01-31 15:58:12 -05:00
Brendan Wilson
f0dbfb1f71 Made the following abilities usable with the API
For each of these abilities I've added a way to get every instance's
location, allowing developers such as myself to create counter attacks
and blocks, etc. I've used and tested this with IceWall and it works
perfectly.
2015-01-31 14:50:17 -05:00
Brendan Wilson
e8c892ab67 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Methods.java
2015-01-31 10:46:08 -05:00
Brendan Wilson
1945040515 Removed fireblast furnace ignition
Also changed torrent's launchblocks ArrayList to public.
2015-01-31 10:38:56 -05:00
nathank33
aaa4e59505 Efficiency: Fixed a problem with ChiBendingManager that was causing lag 2015-01-30 20:46:16 -08:00
nathank33
92db7e86f1 Made the canFly method less sensitive 2015-01-30 19:14:23 -08:00
nathank33
6548de6581 Flight: Hovering Glitch Fix and Code Cleanup 2015-01-30 19:13:50 -08:00
nathank33
8b6ede61c6 Extraction: Fixed Dupe Bug
http://projectkorra.com/forum/threads/extraction-dupe-glitch.1905/
2015-01-30 18:20:43 -08:00
nathank33
e2ec2d26e3 Lightning: Added Documentation 2015-01-30 17:43:31 -08:00
nathank33
e75f270d7e Lightning: Removed the cache since isRegionProtected has it's own cache 2015-01-30 17:24:06 -08:00
nathank33
913ab45872 Combos now check for specific elements 2015-01-29 23:46:21 -08:00
nathank33
1d3ded62f6 EarthSmash: Fixed an error when checking distances 2015-01-29 23:45:57 -08:00
MistPhizzle
eca8436db0 Merge pull request #90 from jacklin213/api
Stops ProjectKorra from not working due to broken custom abilities
2015-01-24 20:27:50 -05:00
MistPhizzle
c71301f2dc 1.6.0 BETA 12 2015-01-22 19:41:55 -05:00
MistPhizzle
36df22c107 Merge pull request #91 from nathank33/master
Performance Block Cache, AirBlast bug fix, Lightning Water Arc Fix
2015-01-22 19:40:09 -05:00
Brendan Wilson
e66aa4224a Fireblast now ignites furnace blocks.
Fireblast can be used to add burning ticks to a furnace.
2015-01-21 15:03:10 -05:00
Brendan Wilson
c5cbe8b92d FireBlast ignites furnaces.
Added test code to ignite furnaces with FireBlast.
2015-01-21 14:46:34 -05:00
nathank33
9a02098119 Updated the BlockCache to use less BukkitRunnables 2015-01-21 00:12:05 -08:00
nathank33
4c4e1f1c65 isRegionProtected block cache, fixed RPG NOT DETECTED message 2015-01-18 21:27:41 -08:00
nathank33
709b5f76cb Fixed Lightning not arcing in water, added a cache to speed up processing 2015-01-18 21:26:12 -08:00
nathank33
bede932459 AirBlast fixed a crash causing bug when a user shoots straight down 2015-01-18 16:13:49 -08:00
nathank33
d6baea87b9 Octopus: Added an AttackRange variable 2015-01-18 16:13:23 -08:00
Jack Lin
641c7847ae Removed AbstractMethodError stacktrace 2015-01-18 22:57:06 +13:00
Jack Lin
de0b638a82 Apply fix to API, AbstractMethodError 2015-01-18 22:49:26 +13:00
Jack Lin
3e9d568d40 Fix NPE found in FireBurst and Lightning 2015-01-18 18:44:52 +13:00
MistPhizzle
db0c691892 Merge pull request #86 from jacklin213/bugfix
Update Database, FireStream and Deprecated WG method
2015-01-17 20:50:52 -05:00
MistPhizzle
1203995a11 1.6.0 BETA 11 2015-01-17 14:07:14 -05:00
MistPhizzle
a588c85037 Removed TagAPI Support
TagAPI breaks with 1.8 and the developer is no longer updating it.
2015-01-17 12:45:27 -05:00
MistPhizzle
6bbc19913d Fix GriefPrevention Dependency 2015-01-17 12:37:09 -05:00
MistPhizzle
0c80670c3f Fix Conflicts with /b bind and /b display 2015-01-17 12:31:02 -05:00
Brendan Wilson
3b6f775ccd Fixed some permission problems
Problem was: an earthbender (without lavabending perms) could display
and bind lavabending abilities.

Solution: Add a check if the player has the permissions; created boolean
canBind() and added it to hasPermisison().

Also fixed worldguard bug with WG 6.0 Beta 4.
2015-01-17 10:56:24 -05:00
Jack Lin
891981dafa Update plugin to force stop on DB error 2015-01-17 21:41:04 +13:00
Jack Lin
3156cf547d Updated deprecated WG method 2015-01-17 14:58:37 +13:00
Jack Lin
4b513d4b45 Added missing Materials to FireStream 2015-01-17 14:49:14 +13:00
MistPhizzle
dc9135dcfc 1.6.0 BETA 10 2015-01-16 17:59:24 -05:00
MistPhizzle
5987efb80d Merge pull request #83 from nathank33/master
Fixed some issues with Lightning
2015-01-16 17:57:36 -05:00
MistPhizzle
d27768f873 Fixed /b display not working properly. 2015-01-16 17:56:31 -05:00
MistPhizzle
7e6b967512 Merge pull request #85 from Carbogen/master
Added missing things to ChiCombos
2015-01-16 17:56:24 -05:00
Brendan Wilson
83367f4e50 Added missing things to ChiCombos
Added configuration entries for ChiCombo.
Added Help Message for ChiCombo.
Implemented configuration variables in SwiftKick & QuickStrike.
Added new abilities into plugin.yml.
Made jumping mandatory for SwiftKick.
2015-01-16 16:44:00 -05:00
MistPhizzle
a71264f2f3 1.6.0 BETA 9 2015-01-16 16:01:02 -05:00
MistPhizzle
958a99a1aa Fix Classpath 2015-01-16 15:59:56 -05:00
Brendan Wilson
66537956ab Fixed some permission bugs with SubElements.
Made addons respect sub element permission nodes.
Force addon devs to add a new method to their sub bending abilities.
2015-01-16 15:34:14 -05:00
Brendan Wilson
784e84e8aa Fixed Paralysis from ChiCombos not working on players
Players would go berserk once paralyzed. This bug is fixed.
2015-01-15 18:17:22 -05:00
Brendan Wilson
a551ea1091 Added ChiCombos and organized imports.
I added a few classes to implement ChiCombos. This is NOT 100% finished.

I also accidentally "Organized Imports" across the project, but that's
not a bad thing so I didn't bother undoing it. Basically there are
supposedly no unused imports in PK anymore.
2015-01-15 16:37:16 -05:00
Nathan Braun
1200cabcff Removed a depreciated WorldGuard method 2015-01-15 10:04:28 -08:00
Nathan Braun
384f330a7b Lightning no longer passes through walls 2015-01-15 10:02:48 -08:00
Nathan Braun
bbdd1978b1 Merge remote-tracking branch 'upstream/master' 2015-01-14 23:57:17 -08:00
Nathan Braun
c2188701ba OctopusForm now obeys it's range 2015-01-14 23:56:18 -08:00
Brendan Wilson
941644be7a Edited LavaFlow and WaterSpout
LavaFlow will now revert generated stone back to lava after the
configured delay.
WaterSpout now displays splash particles.
2015-01-10 18:09:52 -05:00
Brendan Wilson
19a7046eb5 Fixed some bugs
Abilities now display everywhere in their proper color.
Non-exclusive Icebending ablities cannot freeze if the bender isn't an
icebender.
2015-01-10 12:16:36 -05:00
Brendan Wilson
55d33dafca Finished implementing all sub abilities.
Does not support addons yet.
2015-01-10 11:42:21 -05:00
Brendan Wilson
7684931ebe Expanding the API
Modified AbilityModule.java
Added Javadoc to AbilityModule.java
2015-01-10 10:33:03 -05:00
Brendan Wilson
55269af137 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2015-01-09 22:07:41 -05:00
MistPhizzle
e7b566e6a2 SubElements Enum 2015-01-09 18:37:32 -05:00
Nathan Braun
1271e46d45 Merge remote-tracking branch 'upstream/master' 2015-01-09 12:53:26 -08:00
Nathan Braun
e61dbfa43c Fixed some issues with Lightning 2015-01-09 12:36:13 -08:00
MistPhizzle
413a7a615c 1.6.0 BETA 8 2015-01-09 10:47:31 -05:00
MistPhizzle
9c503c4e3a Merge pull request #82 from jacklin213/bugfix
Cleanup/Memory Leak Fix
2015-01-09 10:44:24 -05:00
MistPhizzle
f54f5f15ad Fix NPE on reloads
Might fix the Tremorsense bug
2015-01-09 10:37:01 -05:00
Jack Lin
ac4e5bcf8e Javadoc correction 2015-01-09 16:27:11 +13:00
Jack Lin
1b66842974 Cleanup/Prevent Memory leak 2015-01-09 16:17:11 +13:00
Brendan Wilson
e30a6a4f6d Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2015-01-07 14:27:24 -05:00
OmniCypher
ff24e4535d Added specific color RED_DUST particle functionality and Lightning particle change
ParticleEffect method can now be used to create specific hexadecimal
colored RED_DUST particles.

Changed Lightning particles to be light cyan RED_DUST particles.
2015-01-05 22:31:09 -08:00
MistPhizzle
1ec148d878 1.6.0 BETA 7 2015-01-04 16:30:40 -05:00
MistPhizzle
0f3e01134c Clean up some comments 2015-01-04 16:29:58 -05:00
Nathan Braun
bcaba91d0e Fixed an issue where torrent was causing errors after being frozen 2015-01-04 11:53:49 -08:00
Nathan Braun
b4880c97ec Updated Fire Abilities to use the new ParticleLib 2015-01-04 10:48:39 -08:00
Nathan Braun
80aa12b49b Updated the ParticleLib to account for high ranges. 2015-01-04 10:48:13 -08:00
MistPhizzle
6a5ee64cb5 1.6.0 BETA 6 2015-01-03 16:27:36 -05:00
MistPhizzle
43d3190373 Merge Coolade's Mega PR 2015-01-03 16:26:22 -05:00
Nathan Braun
636299c4df EarthSmash now obeys its shootRange get/set 2015-01-02 20:27:12 -08:00
Nathan Braun
0817b222a9 IceBlast get and set 2015-01-02 20:26:26 -08:00
Nathan Braun
fa18bddf4c Slightly improved PhaseChange performance 2015-01-02 13:09:31 -08:00
Nathan Braun
d9397f71c7 Added get and set methods 2015-01-02 13:09:03 -08:00
Nathan Braun
8e54feff23 Made instances map public 2015-01-02 13:08:39 -08:00
Nathan Braun
70b1a87ea7 Added get and set Methods to Water abilities 2015-01-02 00:31:30 -08:00
Nathan Braun
ef2f4d4224 Added get and set Methods to Fire abilities 2015-01-02 00:31:15 -08:00
Nathan Braun
ce49625c2b Added get and set Methods to Earth abilities 2015-01-02 00:24:36 -08:00
Nathan Braun
35ec8565b2 Added get and set Methods to Chi abilities 2015-01-02 00:24:06 -08:00
Nathan Braun
fdcb34f2ee Added get and set Methods to Air abilities 2015-01-02 00:23:42 -08:00
MistPhizzle
55a2d748f1 1.6.0 BETA 5 2015-01-01 23:40:21 -05:00
MistPhizzle
f3f4407f2d Particle Update
Thanks to jedk1
2015-01-01 23:26:58 -05:00
MistPhizzle
0da418addc Lunar/Solar Eclipse cancels ALL Water/Firebending 2015-01-01 23:26:25 -05:00
jedk1
5d3bbe069f Updated to 1.6 with backwards compatability support for old particle
names.
2015-01-02 03:03:07 +00:00
jedk1
bdc63936e6 Updated to Version 1.1 2015-01-02 03:02:37 +00:00
MistPhizzle
c418c9065c 1.6.0 BETA 4 2014-12-30 19:49:01 -05:00
MistPhizzle
169c98bed0 Quick fix
Nothing important
2014-12-30 13:06:24 -05:00
MistPhizzle
8c73b666fb Change Flight to FlightAbility 2014-12-30 12:58:54 -05:00
MistPhizzle
0262f80550 You can rotate 360 degrees while hovering flight 2014-12-30 12:56:42 -05:00
AlexTheCoder
62ab43f8eb Fixed Cooking 1.8 Meats
Actually allows cooking 1.8 meats instead of just handling values
2014-12-30 08:34:05 -05:00
AlexTheCoder
34d74fdd7e Fixed Ice Suffocating Entities
Entities will no longer be suffocated in TempBlocks, fixing bug report
http://projectkorra.com/forum/threads/ice-suffocation-pk1-8.1520/
2014-12-30 08:28:04 -05:00
AlexTheCoder
81ab777a5f Updated Methods.stopBending()
Added Flight.removeAll() to Methods.stopBending()
2014-12-30 08:18:47 -05:00
MistPhizzle
57083e2ce8 1.6.0 BETA 3 2014-12-30 01:51:46 -05:00
MistPhizzle
d2518c4e82 Fix Lightning only working with RPG 2014-12-30 01:46:12 -05:00
Nathan Braun
e205ca7005 Fixed Lightning causing errors if PKRPG not installed 2014-12-29 22:25:09 -08:00
MistPhizzle
d7356ee45b 1.6.0 BETA 2 2014-12-29 15:41:32 -05:00
MistPhizzle
6bbb6f3b55 Fix Flight Merge Conflict 2014-12-29 15:32:53 -05:00
MistPhizzle
5ecf5a27a7 Fix Lightning Merge Conflict 2014-12-29 15:29:36 -05:00
Nathan Braun
e5415af9cf Reworked Lightning 2014-12-29 12:17:45 -08:00
MistPhizzle
337cfd1af6 Merge pull request #73 from nathank33/master
Added EarthSmash
2014-12-29 15:09:25 -05:00
Nathan Braun
8329c8c210 Added a check to clean up flying EarthSmash 2014-12-29 10:15:53 -08:00
AlexTheCoder
540f9c5157 Added the Flight Ability
- Merged the Flight addon into the Core
- Added the hovering toggle for Flight by clicking while flying
- Made Flight an admin-only ability like Bloodbending
2014-12-29 07:57:29 -05:00
AlexTheCoder
af2fcd878e Added sounds
Added airbending sounds for AirSuction and AirSwipe
2014-12-29 07:55:31 -05:00
Nathan Braun
9720c5b7b2 Added a Remove Timer to EarthSmash 2014-12-28 19:28:17 -08:00
AlexTheCoder
921ee51623 Added proper support for day/night message perms
Added proper checking for whether a player can see day or night
messages, fixing bug report
http://projectkorra.com/forum/threads/permissions-problem.1408/
2014-12-28 19:13:52 -05:00
AlexTheCoder
bdd1e41611 Added New 1.8 Meats to Cook
Added Mutton and Rabbit to the Cook list of Food
2014-12-28 19:12:00 -05:00
MistPhizzle
33285f4a43 1.6.0 BETA 1 2014-12-27 14:31:01 -05:00
MistPhizzle
79bd7c01ea Small reversion 2014-12-27 14:29:19 -05:00
MistPhizzle
de034dfe5e ArcOfFire affected by Day Augment 2014-12-27 14:23:38 -05:00
MistPhizzle
8fbcd99b50 RingOfFire affected by Day Augment. 2014-12-27 14:21:16 -05:00
MistPhizzle
4f4910b77a Lightning Chargetime = 0 during comet. 2014-12-27 14:19:38 -05:00
MistPhizzle
cdd7c17703 FireBurst Chargetime = 0 during Comet 2014-12-27 14:18:05 -05:00
MistPhizzle
3c37e5efa9 Fix World Events 2014-12-27 14:14:34 -05:00
MistPhizzle
5ed05dc946 Add message to /b choose [player] [element] 2014-12-27 11:17:06 -05:00
MistPhizzle
879e71492e Clean comments in AirBubble 2014-12-27 11:14:07 -05:00
MistPhizzle
acf4b83c79 Air/WaterBubble will only work if player is
sneaking.
2014-12-27 11:10:50 -05:00
Nathan Braun
1a175cb346 Added EarthSmash 2014-12-27 00:29:23 -08:00
Nathan Braun
c465624b32 Updated Methods.stopBending 2014-12-26 14:44:38 -08:00
Brendan Wilson
2eabec7a82 Update for WorldGuard 6.0.0
Fixed the isRegionProtectedFromBuild() method in Methods.java to suit
WorldGuard 6.0.0
2014-12-24 11:32:33 -05:00
Brendan Wilson
e39f260bd8 Updated PK 2014-12-22 13:14:36 -05:00
Brendan Wilson
625b91054f Messed Around with LavaSurge
Added a spawnFallingBlock method in Methods.
2014-12-22 13:11:10 -05:00
MistPhizzle
765daf6ddc v1.5.1
1.8 Compatible
2014-12-07 15:24:38 -05:00
MistPhizzle
065b75c696 Remove LavaSurge
There was an issue with falling blocks, until it is fixed, LavaSurge is
gone.
2014-12-07 15:22:05 -05:00
MistPhizzle
38db0e28b1 Revert "Added support for 1.8 particles!"
This reverts commit bb24c4cc6a.

Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/Methods.java
	src/com/projectkorra/ProjectKorra/RevertChecker.java
	src/com/projectkorra/ProjectKorra/Utilities/ParticleEffect.java
2014-12-07 10:52:26 -05:00
MistPhizzle
182d35ea05 Revert "Merge remote-tracking branch 'origin/master'"
This reverts commit 7801239208.
2014-12-07 10:40:40 -05:00
MistPhizzle
7801239208 Merge remote-tracking branch 'origin/master'
Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/RevertChecker.java
2014-12-07 10:40:27 -05:00
MistPhizzle
6737c255bf Merge remote-tracking branch 'origin/master'
Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/RevertChecker.java
2014-12-07 10:34:28 -05:00
Brendan Wilson
bb24c4cc6a Added support for 1.8 particles!
1.8 broke particles, so here's a fix.
You'll also notice other broken files, with easy fixes.
2014-12-01 18:09:23 -05:00
MistPhizzle
7e06692d73 Begin Spigot 1.8 Support
Uses Spigot's version of CraftBukkit.
Update methods to include getOnlinePlayers() method.
2014-12-01 16:36:02 -05:00
MistPhizzle
e05e18f13c 1.5.0 FULL RELEASE 2014-11-30 23:51:14 -05:00
MistPhizzle
478fb92718 1.5.0 BETA 24 2014-11-30 12:58:08 -05:00
MistPhizzle
a2a006ab52 Add UnlitedOwns to /b who Staff 2014-11-30 12:56:38 -05:00
MistPhizzle
a914f72ea5 Update /bending who Staff
Add OmniCypher, Gahshunk, Majorite, Kiam
2014-11-30 12:55:07 -05:00
Brendan Wilson
76f8e48a62 Nerfed LavaSurge
Added a Cooldown for LavaSurge.
2014-11-29 13:36:58 -05:00
Brendan Wilson
b55d8caa5e Nerfed MetalClips
Made MetalClips' fourth clip require that the user have a permission,
and changed the overall dynamic of it.
2014-11-29 13:28:55 -05:00
Brendan Wilson
c5a8a4f773 Fixing Git issues... 2014-11-29 13:23:28 -05:00
MistPhizzle
fb6cb65863 1.5.0 BETA 23 2014-11-29 12:00:42 -05:00
MistPhizzle
c480cfd852 Don't double display custom moves. 2014-11-29 11:56:42 -05:00
MistPhizzle
a2f520a5bc 1.5.0 BETA 22 2014-11-28 18:43:39 -05:00
Brendan Wilson
7cc958cdf4 Fixed MetalBending passive.
MetalBending's passive Iron Door toggling will no longer happen every
tick (200 tick cooldown).
2014-11-28 09:56:09 -05:00
MistPhizzle
f9c336bac2 Added isSubAbility() boolean to AbilityModule 2014-11-27 13:04:39 -05:00
MistPhizzle
cc69cc0b78 EnderLance == Carbogen 2014-11-27 13:00:28 -05:00
MistPhizzle
85fce15cbd Change staff ranks in /bending who 2014-11-27 13:00:13 -05:00
MistPhizzle
07192e337f Add Avatar (RPG) to /bending who 2014-11-27 12:59:37 -05:00
MistPhizzle
d9e7710d2f RPG Avatar Features + GP Support
GriefPrevention now requires v9.0 or higher.
Added command to make someone the Avatar if RPG is installed.
2014-11-27 08:52:15 -05:00
Brendan Wilson
de931f44f9 Added a boolean in the AbilityModule
Added 'isSubAbility()' boolean in AbilityModule.
This allows a lavabending/metalbending ability to display its proper
color in /pk d earth.
2014-11-26 16:16:30 -05:00
Brendan Wilson
45867b66a1 Added new Minecraft account for Carbogen.
Added "Carbogen" to PK Devs in /pk who command.
2014-11-26 16:12:39 -05:00
MistPhizzle
62a3f2e492 1.5.0 BETA 21 2014-11-26 11:26:21 -05:00
MistPhizzle
e91c25be15 Possible MetalClips dupe fix 2014-11-26 11:23:38 -05:00
MistPhizzle
812138e1e1 Merge pull request #64 from Carbogen/master
Fixed damage from MetalClips.
2014-11-26 11:22:46 -05:00
MistPhizzle
9fa27b0504 Merge pull request #63 from nathank33/master
Bug Fixes, Config Options, Performance Improvements
2014-11-26 11:22:41 -05:00
Brendan Wilson
c89abe9a77 Removed Creative Gamemode check in MetalClips
It was un-needed and frankly just wasted space. I'm not using
setHealth() anymore so its purpose is void.
2014-11-25 10:50:32 -05:00
Brendan Wilson
113486f260 Corrected the damage MetalClips does.
Instead of multiplying by 240% I added 120% to the base damage.
2014-11-25 10:48:03 -05:00
Brendan Wilson
d976a84a22 Believe to have fixed MetalClips..
MetalClips will no longer use setHealth().
MetalClips takes into account the 60% damage reduction a full set of
Iron Armor gives, and thus gives a 120% bonus to the damage to counter
it.
2014-11-25 10:40:09 -05:00
nathank33
72242311fc PhaseChange Improved TPS Efficiency 2014-11-24 23:43:41 -08:00
nathank33
9ff46b4465 Twister Particle Config Options 2014-11-24 23:04:34 -08:00
nathank33
c33c51b9ab AirBurst Improved Efficiency 2014-11-24 23:04:14 -08:00
nathank33
316d95560a FireBurst Improved Efficiency
FireBurst causes less FPS lag
2014-11-24 18:31:09 -08:00
nathank33
979e5acdb3 Fixed EarthBending causing random water from water sources 2014-11-24 18:28:35 -08:00
nathank33
cb9c729499 Bloodbending Config - HoldTime, Cooldown 2014-11-24 08:51:56 -08:00
MistPhizzle
2b6d36813b 1.5.0 BETA 20 2014-11-23 18:45:17 -05:00
MistPhizzle
3efd48a2ce Merge pull request #62 from Carbogen/master
Fixed an issue with MetalClips.
2014-11-23 18:43:40 -05:00
MistPhizzle
d036e7fff1 Added AcrobatStance
Move Faster, Jump Higher, Block more Chi
2014-11-23 18:43:07 -05:00
MistPhizzle
7d1779ce6f WarriorStance config 2014-11-23 18:15:14 -05:00
MistPhizzle
3a5d7c1962 Add WarriorStance 2014-11-23 18:11:48 -05:00
nathank33
78e914b3b2 WaterCombo now checks if player is toggled 2014-11-23 10:37:46 -08:00
nathank33
25cfc60d36 FireCombo now checks if player is toggled 2014-11-23 10:37:39 -08:00
nathank33
0b5a110f5a AirCombo now checks if player is toggled 2014-11-23 10:37:33 -08:00
nathank33
77a0461fcd Added isToggled() accessor method 2014-11-23 10:37:04 -08:00
nathank33
a867857d3f Preset Bug Fix
Presets weren't working correctly after /b clear or /b bind
2014-11-23 10:17:41 -08:00
Brendan Wilson
f366d9ee8c Fixed an issue with MetalClips.
Using MetalClips then switching to a slot without a bound ability would
cause a null pointer.
2014-11-23 07:58:13 -05:00
MistPhizzle
8d226041e0 Support for Factions v2.7.0 and higher
PK now ONLY supports Factions v2.7.0
2014-11-23 00:25:40 -05:00
MistPhizzle
0676f23061 1.5.0 BETA 19 2014-11-22 23:40:10 -05:00
MistPhizzle
cdd4289006 Merge pull request #61 from Carbogen/master
Added MetalClips ability...
2014-11-22 23:36:13 -05:00
nathank33
0bca15e6c8 WaterWall wasn't cleaning up the water correctly if paralyzed 2014-11-22 19:54:14 -08:00
nathank33
08bb3b0819 WaterSpout/AirSpout fly glitch on logout fix 2014-11-22 19:50:30 -08:00
nathank33
8d21ad79b2 Illumination was duplicating torches over glowstone 2014-11-22 18:50:56 -08:00
nathank33
b6c02b0f89 Updated Config.yml for the new config options 2014-11-22 18:39:40 -08:00
nathank33
3dd61fd561 AirBurst - Damage
Added config options
2014-11-22 18:38:21 -08:00
nathank33
85b47daf04 IceSpike Projectile - Damage, Range 2014-11-22 18:14:46 -08:00
nathank33
5d605612d9 Lightning - Damage
config options
2014-11-22 18:12:25 -08:00
nathank33
053747a5a6 FireBurst - Range 2014-11-22 18:11:16 -08:00
nathank33
9dcb969411 FireBlast Charged - ChargeTime, Damage, DamageRadius, Power, Range 2014-11-22 18:09:23 -08:00
nathank33
cee6b2875e ShockWave - Range, Knockback, Damage
Added shockwave range, knockback, and damage config options
2014-11-22 18:07:38 -08:00
nathank33
6ee4026dce Torrent Wave - Radius, Knockback, Height
Added radius, knockback, and height config options
2014-11-22 18:05:29 -08:00
nathank33
c8beb5aed3 Surge Wave - Range
Added range option
2014-11-22 18:04:18 -08:00
nathank33
9c3f45d1d7 HealingWaters - Power
Added HealingWaters power option
2014-11-22 18:03:10 -08:00
nathank33
9949851300 OctopusForm - Knockback and FormDelay Fix
Added Knockback option, fixed FormDelay problem
2014-11-22 18:02:02 -08:00
nathank33
012f8a9bd2 AirSwipe - MaxChargeTime
Config Option: specifies how long it takes for charged AirSwipe to reach
its maximum damage.
2014-11-22 18:00:27 -08:00
Brendan Wilson
19a04ff244 Changed the loot item...
Changed the item which allows looting players' inventories of all iron
items to an Iron Ingot named "Magnet". The player still requires the
appropriate permission to use this variation of MetalClips.
2014-11-21 21:18:33 -05:00
Brendan Wilson
9879e9a1fb Added a "MagnetPower" Config Option for MetalClips
The strength at which metal objects will be pulled towards you when you
sneak.
2014-11-21 09:43:05 -05:00
Brendan Wilson
3fa1bbae39 Modified the three-clip control.
With three clips on the enemy, the metalbender has sharper control over
the enemy's movements. It works just like it does with 2 clips
(identical code) except the movements are faster. This makes it
different from BloodBending.
2014-11-21 09:34:24 -05:00
Brendan Wilson
f42c55dd0f Cooldown for MetalClips
Made a few changes, but ultimately not working.
2014-11-21 08:04:15 -05:00
Brendan Wilson
a2e831be12 Added a Cooldown for MetalClips
Title says it all.
2014-11-21 07:54:28 -05:00
Brendan Wilson
ecb0fb340b Tweaked MetalClips
Made the interval for 4-clip damage twice as fast by default.
Made the damage for 4-clip go through armor.
2014-11-20 18:57:45 -05:00
Brendan Wilson
e278a62d03 Added a really neat easter egg for MetalClips.
The easter egg lets you "loot" surrounding players' inventories of their
iron items.
Also fixed an error when a metalbender were to log out.
2014-11-20 18:14:46 -05:00
Brendan Wilson
040ead0e9e MetalClips tested and optimized.
The title says it all.
2014-11-20 15:25:06 -05:00
Brendan Wilson
e9513d688e Reworked MetalClips
Added a "magnet" where the user can attract metal ingots towards
themselves if they have no target selected.
Modified some of the effects of MetalClips on the enemy.
Changed the way the clips are thrown.
2014-11-20 13:35:38 -05:00