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
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
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
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