Benford
cf985e2501
Changes
2015-11-10 21:39:04 -05:00
nathank33
bb223ab505
Update debugger to display private fields
2015-11-09 13:25:33 -08:00
Benford
5306e45fc8
MetalClips fix and miscellaneous
...
- Fixes MetalClips errors:
- Only being able to metalclip one entity, even when hitting other
entities
- MetalClips stops working after killing targeted entity
- Removes unused imports and suppresswarnings
- Adds MetalClips throwing config option and permission. Used when the
player is controlling an entity and clicks. (Recommended: Delete the
MetalClips description line in the config, then reload server)
2015-11-08 23:51:49 -05:00
OmniCypher
a8709e6086
Merge pull request #286 from Simplicitee/patch-22
...
Fix invincible FireJet
2015-11-08 19:56:15 -08:00
OmniCypher
7b0c25520e
Merge pull request #287 from Simplicitee/patch-23
...
Fix invincible Catapult
2015-11-08 19:56:05 -08:00
OmniCypher
09bef9196e
Merge pull request #288 from Simplicitee/patch-24
...
Add Bloodbending node
2015-11-08 19:55:57 -08:00
Simplicitee
94e4a6bc43
Add check
...
- Adds check, in stopBending(), for invincible being empty or not, clears it if so
2015-11-08 22:27:53 -05:00
Simplicitee
5e743cd247
Add Bloodbending node
...
- Adds bloodbending permission node to bending.water, false default.
2015-11-08 22:23:56 -05:00
Simplicitee
fa9ee5e53c
Removal
...
- Removes second instance of GeneralMethods.invincible.add(this); from FireJet, unneeded.
2015-11-08 22:19:22 -05:00
Simplicitee
db130258c3
Fix invincible Catapult
...
- Fixes invincible in Catapult, removing that instance of Catapult from the invincible arraylist
2015-11-08 22:17:45 -05:00
Simplicitee
e606c08836
Fix invincible FireJet
...
- Fixes invincible in firejet, making it remove that instance of firejet from the invincible arraylist
2015-11-08 22:15:51 -05:00
OmniCypher
33e63d1bc3
Fixes
...
Fixes Clear arguments
Fixes Velocity Damage
2015-11-07 18:22:39 -08:00
OmniCypher
0fae906385
Fixes
...
Fixes Waterwave crash
Fixes Debug permission message
Fixes Bind toggling message
Fixes BendingPlayer isElementToggled NPE
2015-11-07 16:16:46 -08:00
OmniCypher
6975513d7f
Merge pull request #282 from Simplicitee/patch-20
...
Fix element toggling
2015-11-07 13:47:21 -08:00
Simplicitee
97f6724cf5
Fix message
...
- Fixes Element toggle message
2015-11-07 16:44:58 -05:00
Simplicitee
2c0461fb8b
Fix element toggling
...
- Fixes element toggling not toggling passives with it
2015-11-07 16:36:08 -05:00
OmniCypher
733d797f1c
Merge pull request #281 from nathank33/master
...
Update Combo Cleanup
2015-11-07 11:46:23 -08:00
nathank33
ac3cf4cecb
Change combo cleanup
2015-11-07 11:21:00 -08:00
OmniCypher
1aee6eff06
Merge pull request #279 from nathank33/master
...
Improved /b debug to display more information
2015-11-07 10:29:53 -08:00
Simplicitee
d7fcd07d89
Fix Element Toggle
...
- Fixes element toggle caused error
2015-11-07 02:57:57 -05:00
nathank33
e27356eba0
Add collection sizes to debug command
2015-11-06 23:01:21 -08:00
OmniCypher
7c1290378b
Merge pull request #278 from Simplicitee/patch-17
...
Fix Catapult
2015-11-06 19:19:11 -08:00
OmniCypher
f5855e6552
Merge pull request #277 from Simplicitee/patch-16
...
Fix Charged Fireblast
2015-11-06 19:19:04 -08:00
OmniCypher
1923b7ef97
Merge pull request #276 from Simplicitee/patch-15
...
Fix FireBlast
2015-11-06 19:18:58 -08:00
OmniCypher
957c1cbef0
Merge pull request #275 from Simplicitee/patch-14
...
Fix AirBurst
2015-11-06 19:18:52 -08:00
OmniCypher
2b677fe8a5
Merge pull request #274 from Simplicitee/patch-13
...
Fix
2015-11-06 19:18:45 -08:00
Simplicitee
6ba07479d2
Fix Catapult
...
- Removes 2nd instance of reloadVariables()
2015-11-06 13:32:26 -05:00
Simplicitee
e286698e63
Fix Charged Fireblast
...
- Removes fireblast being instantiated if a player stops sneaking whilst charging fireblast
2015-11-06 13:29:19 -05:00
Simplicitee
e44a9d0ae3
Fix FireBlast
...
- Remove 2nd instance of reloadVariables()
2015-11-06 13:24:18 -05:00
Simplicitee
8173c2cb56
Fix AirBurst
...
- Remove 2nd instance of reloadVariables()
2015-11-06 13:22:31 -05:00
Simplicitee
075d2b1c2e
Fix
...
- Remove 2nd instance of reloadVariables()
2015-11-06 13:19:56 -05:00
Simplicitee
b0b752dfbe
Update HorizontalVelocityTracker.java
2015-11-06 13:00:30 -05:00
Simplicitee
045311e44c
Add import
...
- Add missing import of BlockFace
2015-11-06 12:58:48 -05:00
Benford
b5112874af
Merge remote-tracking branch 'origin/patch' into patch
2015-10-25 12:41:57 -04:00
Benford
11c0bf6329
General fixes and new additions
2015-10-25 12:03:15 -04:00
StrangeOne101
f902a8ac7c
Fix WaterSpout Bugs
...
• Fixes WaterSpout not working over packed ice
• Fixes WaterWave exception when teleporting across worlds
• Fixes compile warnings (they were annoying me!)
2015-10-18 12:14:49 +13:00
OmniCypher
7669486103
Various fixes; Perm water & ice, reloadVariables
...
Removes reloadVariable() from all constructors
Fixes Surge perm ice and water
Removes Water Passive (extremely inefficient)
Alters playIceBendingSound() to make PhaseChange more bearable
Fixes NPE's in Flight
Fixes NPE in DisplayCommand
Light overall cleanup (Unused imports/dead code)
Fixes memory leak in ComboManager
2015-10-17 10:17:21 -07:00
Jack Lin
bc05dcdfdd
Change RevertChecker Sets back into Maps
2015-10-06 14:34:26 +13:00
Jack Lin
137e71cf01
Move HorizontalVelocityChangeEvent to event package
2015-10-03 18:11:10 +13:00
Jack Lin
de560d598c
Increase performance in RevertChecker
2015-10-03 18:05:34 +13:00
Jack Lin
eb9d7f9cbf
Remove unnecessary checks in Flight
2015-10-03 17:36:09 +13:00
Jack Lin
0a1595f96c
Util class' cleanup
2015-10-03 17:34:12 +13:00
Jack Lin
d20ec88055
Move AbilityLoadEvent to event package
2015-10-03 16:52:20 +13:00
jedk1
8a16bbed68
Add support for avatar abilities.
2015-10-02 17:14:45 +01:00
jedk1
f79557c71d
Fix AddCommand & DeathMessages
...
Fixes AddCommand not showing sender chi message.
Fixes DeathMessages not showing messages for WaterArms.
Fixes FireCombos DeathMessage colors not working.
2015-09-30 18:45:57 +01:00
jedk1
1bef155c92
Fix NPE on null death messages
2015-09-27 14:14:31 +01:00
OmniCypher
11d1726e24
Beta 5
2015-09-26 13:23:10 -07:00
OmniCypher
3b2617a31e
Slight tidy up
2015-09-26 13:10:43 -07:00
OmniCypher
d058aefa01
Merge pull request #260 from Simplicitee/patch
...
General fixes
2015-09-26 12:13:16 -07:00
Benford
553d1cd1a6
Merge remote-tracking branch 'ProjectKorra/master' into patch
2015-09-26 12:18:51 -04:00
Benford
b7c521bda2
General fixes
...
fixes
2015-09-26 12:17:45 -04:00
jedk1
03d8f8903d
Fix DeathMessages
...
Fix DeathMessages not showing actual messages
Changed FireComboStream to require an ability name
Added support for more combo death messages
Fix IceBullet death message
2015-09-26 14:44:40 +01:00
OmniCypher
11aa377ede
Merge pull request #258 from OmniCypher-/master
...
Fix canBend NPE & IceBullet
2015-09-25 22:34:30 -07:00
OmniCypher
20b7cf7e9d
Fix canBend NPE & IceBullet
2015-09-25 22:32:50 -07:00
Benford
bc54ed22a0
Command fixes/changes
...
does a ton of stuff to commands that fix them and / or make them better
2015-09-26 01:12:26 -04:00
OmniCypher
a9508f6ac2
Merge pull request #256 from jedk1/master
...
Fixed Death Messages
2015-09-25 19:02:49 -07:00
jedk1
4ed98a3414
IceBlast death message
...
Fixes iceblast death message.
2015-09-26 02:51:42 +01:00
jedk1
b7a0dde782
Fixed Death Messages
...
Fixed death messages
Added new death messages for combos
Added new death messages for water arms
This commit will break a lot of addons.
2015-09-26 01:04:11 +01:00
Simplicitee
a59fd2b70f
Fix remove command
...
- Fixes remove command saying the player doesn't have permission when the player does
2015-09-25 15:21:21 -04:00
OmniCypher
5d96a4734e
BETA 4
...
Fixes Offline lookup command duplicate message
Tad more rebalance
2015-09-22 18:27:52 -07:00
StrangeOne101
87d060c92f
OfflinePlayer Support Fix
...
• Fixes /bending who not working for OfflinePlayers
• OfflinePlayers supported for BendingPlayers
• Fixed Debug Spam
2015-09-22 18:27:25 +12:00
OmniCypher
4deaa2137a
Various Changes/Fixes
...
Adds RemoveAroundPoint method for AirBlast and AirSuction.
Fixs what AirShield should be blocking.
Adds the ability for AirShield to put out all fire within it.
Reworks the amount of particles displayed by LavaFlow
Adds particles on LavaFlow shift charge
Reworks how combustion looks (more beamy, less bloby)
Fixs distance check so it can actually hit stuff
Reworks how FireBlast looks (more beamy, less bloby)
Reworks how charged FireBlast looks (little less bloby)
Fixs what FireShield should be blocking.
Adds Quarts Ore as an earthbendable block.
Adds the ability for FireShield to put out all fire within it.
Adds WallDamageCap config option (default at 4 dmg)
Enables full WaterArms by default.
Enables BloodBending on full moon by default.
Rebalances various config options (look for specifics)
2015-09-21 23:15:41 -07:00
OmniCypher
19d53803b0
Merge pull request #250 from DotDashh/patch-3
...
File Cleanup and switch to PreparedStatements
2015-09-20 15:24:04 -07:00
OmniCypher
988254ce18
Whoops
2015-09-20 15:21:27 -07:00
OmniCypher
c9e98eb53f
Fix Waterwave
2015-09-20 15:12:59 -07:00
DotDash
7980a92473
File Cleanup and switch to PreparedStatements
2015-09-20 14:44:15 -05:00
Simplicitee
8481cfef08
Update WaterPassive.java
2015-09-19 01:44:53 -04:00
Simplicitee
24ddbb4ce4
Update WaterPassive.java
2015-09-19 01:43:08 -04:00
Simplicitee
720daf89bc
Fix Water fall damage
...
- Fixed waterbender's taking fall damage on tempblock ice blocks.
2015-09-19 01:02:16 -04:00
OmniCypher
dcd0a4345e
Various Fixes
...
Players in Spectator mode are now uneffected by bending.
Spawned fire no longer replaces glass panes.
Bending add command is no longer case sensitive.
2015-09-18 17:34:24 -07:00
Simplicitee
bf54460f2d
Change MetalClips
...
- Changed where the Iron Ingot is shot from, was feet and now it shoots from higher up. Not much difference if any.
2015-09-16 20:37:03 -04:00
OmniCypher
bf46a5abb9
Merge pull request #245 from Simplicitee/patch-7
...
Fix MetalClips Pt. 2
2015-09-15 20:47:48 -07:00
OmniCypher
df216a58a8
Merge pull request #244 from Simplicitee/patch-6
...
Fix MetalClips
2015-09-15 20:47:41 -07:00
Simplicitee
3791ce3464
Fix MetalClips
2015-09-15 21:59:15 -04:00
Simplicitee
e3af960893
Fix MetalClips
...
- Added event (EntityDeathEvent)
- Fixed incorrect checks
2015-09-15 21:54:54 -04:00
Jack Lin
c9f99d4827
Format, Cleanup Catapult, Add missing getPlayers()
2015-09-12 22:14:56 +12:00
Jack Lin
fe25c7e0eb
Update AbilityModuleManager to handle java.lang.Error
2015-09-12 21:17:30 +12:00
OmniCypher
88db07813a
Merge pull request #241 from grasshopperMatt/catapult/fix
...
Fixed Catapult fall damage, fixed FireJet being interupted by Airbending
2015-09-11 17:48:49 -07:00
Matt
289a5a29eb
Fixed Catapult fall damage, fixed FireJet being interupted by Airbending
...
moves, Fixed Catapult being interupted by Airbending
2015-09-11 20:25:43 -04:00
StrangeOne101
f983ea53d0
Redone Temp Fire
...
Fire has a new temporary block system that reverts back after the fire
either dissipates or is destroyed.
• New Config Setting: Properties.Fire.FireGriefing
• Fire will no longer replace blocks with this setting on, but instead
reverts as soon as the fire dissipates or is destroyed
• Defaults to false
• New Config Setting: Properties.Fire.RevertTicks
• Fire will automatically revert after so many ticks. This only applies
if FireGriefing is false, however.
• Fixed fire destroying blocks for good this time
2015-09-11 15:29:25 +12:00
Jack Lin
4aa7a95782
Make AbilityModuleManager handle all exceptions
2015-09-09 17:16:04 +12:00
Matt
a27e3bedad
Fixed Catapult fall damage
2015-09-08 19:19:30 -04:00
OmniCypher
5f3d8e5b45
Merge pull request #237 from StrangeOne101/master
...
Fix Choose Command Errors
2015-09-07 21:41:34 -07:00
StrangeOne101
299e63f204
Fix Choose Command Errors
...
Fixes Internal Errors when choosing other players bending
Fixes bending not being saved when chosen by another player/console
2015-09-08 16:20:00 +12:00
OmniCypher
f23e8f6fa0
Merge pull request #236 from jacklin213/bugfix
...
Add fail-safe for version CaSe to Updater
2015-09-07 17:10:23 -07:00
Simplicitee
e7d89c14e4
Fix suffocate
...
- Fixed suffocate to make it work properly, giving slowness + blindness only, removing the total control stopping.
2015-09-07 18:09:44 -04:00
OmniCypher
93543139c6
Merge pull request #234 from StrangeOne101/master
...
Fix Earth Passive and Commands
2015-09-07 12:38:38 -07:00
StrangeOne101
41600734b1
Fix Earth Passive Not Reverting Damage Values
...
Fixes the bug where landing on earth changes it to sand but does not
change the blocks back with the correct damage value
2015-09-07 19:35:57 +12:00
StrangeOne101
53958f0467
Fix Ability Help Command
...
Fixes help commands not giving right color for moves.
Fixes all commands being passed args only as lowercase.
2015-09-07 18:20:22 +12:00
StrangeOne101
c0a03b0fb5
Fix Combo Display Command
...
Fixes technical combos being displayed
2015-09-07 17:19:48 +12:00
DotDash
e4a0c30ae4
Remove useless plugin field.
2015-09-03 19:30:47 -05:00
DotDash
8834bd2413
Update ProjectKorra.java
2015-09-03 19:30:22 -05:00
Jack Lin
43491a9c22
Add fail-safe for version CaSe to Updater
2015-08-31 12:33:12 +12:00
OmniCypher
d23874f1e6
Merge pull request #229 from jacklin213/bugfix
...
General Cleanup, Fix Update command
2015-08-30 16:42:55 -07:00
OmniCypher
b4a60038e9
Merge pull request #228 from kingbirdy/wip/debugger
...
Add support for eclipse run configurations
2015-08-30 16:42:46 -07:00
Jack Lin
e63494f691
Fix Check command displaying wrong latest version
2015-08-31 11:24:33 +12:00
Jack Lin
70f4e34c52
Rename PKCommandInterface to SubCommand
2015-08-31 11:21:31 +12:00
Jack Lin
e7c6ed70f6
General cleanup from BETA 3
2015-08-31 11:20:24 +12:00
kingbirdy
fe5f87df32
Add support for eclipse run configurations
2015-08-28 21:44:41 -04:00
OmniCypher
73cf713b9d
1.8.0 BETA 3
2015-08-28 18:09:43 -07:00