Commit graph

770 commits

Author SHA1 Message Date
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
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
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
221addf0fb Added .classpath to .gitignore 2015-01-31 10:40:38 -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
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
MistPhizzle
d5feed9c79 Merge pull request #89 from jacklin213/bugfix
Fix NPE found in FireBurst and Lightning
2015-01-22 19:37:55 -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
8c6660d794 LWC -> 4.5.0-SNAPSHOT 2015-01-17 14:04:45 -05:00
MistPhizzle
913269b218 Update PreciousStones Version
Now supports v9.7.1
2015-01-17 13:57:01 -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
MistPhizzle
fc8ff96a26 Merge pull request #70 from Carbogen/master
Implemented SubBending elements.
2015-01-16 15:41:24 -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