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