Commit graph

1493 commits

Author SHA1 Message Date
OmniCypher
dcdd8efd3e Various Fixes & Additions
Adds Plant & Ice source list to config
Removes PackedIce option (can now be set or removed through Ice list)
Fixes being able to select through walls
2016-02-26 23:57:55 -08:00
Benford
054827986c Fix FireBlast damage
- Added the variable for FireBlast damage to be set
- Added getDayFactor to damage and a range variable in FireBlast
2016-02-26 20:28:51 -05:00
Benford
91b823084b Add Residence to softdepend
- Added Residence to softdepend in plugin.yml
2016-02-26 19:54:05 -05:00
Benford
cdfdcb570d Add Residence plugin support
- Added two new config options, Residence.Respect and Residence.Flag (in
the according spot)
- Residence.Respect will respect if true
- Residence.Flag specifies the flag that needs to be set to true for
bending to be enabled in a residence.
- Is put in isRegionProtected methods
2016-02-26 19:39:44 -05:00
Benford
b4a7a62362 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-26 18:57:18 -05:00
Benford
d93d34b286 Fix fall damage animation
- Fixed fall damage animation activating for chiblockers
2016-02-26 18:52:02 -05:00
OmniCypher
280de9fca4 Merge pull request #424 from Simplicitee/master
Fix shockwave and other
2016-02-25 15:24:47 -08:00
Benford
5d244d0eac Fix shockwave
- Fixed shockwave fall version
- Removed various unnecessary methods called when fall damage was taken.
2016-02-25 17:22:37 -05:00
jedk1
c1c2b26b55 Change null in ElementType to NO_SUFFIX 2016-02-25 15:25:40 +00:00
jedk1
1da3c3b1d0 Update TabComplete to support Custom Elements 2016-02-25 00:38:08 +00:00
jedk1
78a341e636 Fix NPE with Custom Elements 2016-02-25 00:15:52 +00:00
jedk1
042866ec62 Add support for custom elements 2016-02-24 23:23:03 +00:00
jedk1
f599b5ca1e Change Element and SubElement to public 2016-02-24 00:46:30 +00:00
jedk1
1836888070 Add remove call to QuickStrike 2016-02-23 22:12:24 +00:00
jedk1
b3679e8829 Fix DeathMsgs & ReloadEvent 2016-02-22 17:01:54 +00:00
Philip Stephenson
b6e4e088f5 Add CommandSender to BendingReloatEvent, cleanup other events 2016-02-21 20:43:36 -05:00
OmniCypher
397d8c863a Merge pull request #419 from kingbirdy/bendingevents
Remove unneeded damageEntity method, update events
2016-02-21 13:16:30 -08:00
Philip Stephenson
c0fe8256b7 Remove unneeded damageEntity method, update events
- change EntityBendingDeath and HorizontalVelocityChange to use Ability objects, instead of strings

- update abilities to reflect changes
2016-02-21 16:01:28 -05:00
jedk1
3d2676a999 Fix ChiCombo NPE and FallDamage 2016-02-20 17:36:22 +00:00
Philip Stephenson
3ddc100ffc Add AbilityDamageEntityEvent AbilityStartEvent and AbilityEndEvent
- change GeneralMethods.damageEntity to use event
- removed BendingDamageEvent
- update CoreAbility to create and process the events
2016-02-19 23:03:50 -05:00
OmniCypher
ea68b6a99c Merge pull request #415 from grasshopperMatt/master
Fixed whocommand
2016-02-19 18:41:21 -08:00
OmniCypher
fe47af9630 Merge pull request #416 from kingbirdy/master
Fix disabled abilities outputting multiple times
2016-02-19 18:39:55 -08:00
Philip Stephenson
20ae458d57 Fix disabled abilities outputting multiple times 2016-02-19 19:56:50 -05:00
Matt
ae35e1423d Fixed whocommand 2016-02-19 19:20:41 -05:00
Matt
8f552d225e Added new method 2016-02-19 18:57:55 -05:00
Matt
bddcd989a3 Changed private handlers - public 2016-02-19 18:54:48 -05:00
Matt
0cc79f226f Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-19 18:30:23 -05:00
Matt
eca0eca1f8 Fixed & added new args 2016-02-19 18:28:17 -05:00
Matt
97348c9424 Added ability to BendingDamageEvent 2016-02-19 18:24:03 -05:00
Matt
23e03f310f Added code to BendingDamageEvent 2016-02-19 18:12:20 -05:00
OmniCypher
b6f36c1e63 Merge pull request #413 from Simplicitee/master
Fix FireCombo
2016-02-19 15:03:25 -08:00
Benford
7ec229ff41 Fix FireCombo
- Makes FireCombos cook animal meat when killing (excludes JetBlast)
2016-02-19 17:53:59 -05:00
Matt
91de6ce20d Added BendingDamageEvent 2016-02-19 17:53:18 -05:00
Matt
4701e5f9cf Fixed healingwaters shift functionality 2016-02-19 17:41:39 -05:00
Benford
bb88553db0 Various changes
- Changed where the cooldown is called in AirSwipe
- Added instances for FireDamageTimer in appropriate firecombos
- Fixed math mistake in WaterSpout
2016-02-18 18:03:32 -05:00
Benford
af0cd7f3f7 Horizontal Collisions and Barriers
- Added a config option for if the block a player hits with horizontal
collisions is barrier.
2016-02-17 22:58:10 -05:00
Benford
e8e3a6f4ee Fix WaterSpout
- Fix removeSpouts method (needs to be tested because I couldn't test it
alone
- Fix remove setting flying and allow flight
2016-02-17 19:43:59 -05:00
Benford
79ecbf49c1 Various fixes
- Fixed several warnings
- Renamed BindingUpdateEvent to BindChangeEvent
- Fixed Icespike cooldown, pillar field, and pillar version
- Fixed WaterAbility.getNightFactor(double, World)
- Fixed AirShield knockback being more powerful than it should be
2016-02-17 19:14:30 -05:00
Benford
123f117f3d Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-17 16:30:50 -05:00
jedk1
1e24828e73 Fix Bloodbending 2016-02-17 20:20:10 +00:00
jedk1
cb4003993f Fix Bloodbending 2016-02-17 20:19:18 +00:00
jedk1
c67f28fbb4 Fix Combos 2016-02-17 14:26:34 +00:00
OmniCypher
a0c13895e3 Merge pull request #406 from savior67/master
- /b who command now shows Chiblocker instead of Chibender
2016-02-15 19:35:08 -08:00
savior67
dbef318caf - /b who command now shows Chiblocker instead of Chibender 2016-02-15 22:30:08 -05:00
OmniCypher
f5c709799d Merge pull request #405 from savior67/master
- AirBurst no longer triggers doors/buttons/levers
2016-02-15 19:22:35 -08:00
savior67
a04409123c - Airburst no longer triggers doors/buttons/levers 2016-02-15 22:17:43 -05:00
OmniCypher
b701c86387 Merge pull request #404 from savior67/master
- EntityBendingDeathEvent now triggers from fire-related deaths
2016-02-15 19:14:09 -08:00
savior67
81bcfa9867 - EntityBendingDeathEvent now triggers when an entity is killed by fire originating from a bending ability 2016-02-15 21:40:05 -05:00
OmniCypher
db257aa5f7 Fixes Dynamic dig depth & EarthSmash grab distance 2016-02-15 16:45:16 -08:00
OmniCypher
8527705ff3 Various fixes
Fixes cooldowns affecting fall induced shockwaves and airbursts
Fixes airscooter randomly ending
Fixes avatarstate causing jitter on airscooter
Fixes airscooter removing fly
Fixes preset message for perm remove
2016-02-14 13:50:02 -08:00
OmniCypher
27a658affe Merge pull request #401 from RoboMWM/patch-1
Compatibility with other plugins' explosions; resolves #400
2016-02-14 12:30:04 -08:00
savior67
4ac4a2f646 - Changed PlayerBendingDeathEvent to EntityBendingDeathEvent 2016-02-13 12:42:35 -05:00
savior67
2953a7b921 Merge remote-tracking branch 'upstream/master' 2016-02-13 11:58:36 -05:00
RoboMWM
94787e5f39 Compatibility w/ other plugins' explosions #400
Is there a reason why this was placed here? If such a thing is needed, it'd be nice if it were under a config option then.
2016-02-11 22:57:17 -08:00
Benford
cf305aa53d Fix waterspout fly glitch
- Fixed a fly glitch when a player goes over land with waterspout
2016-02-11 21:55:48 -05:00
OmniCypher
82bc520695 Merge pull request #398 from Simplicitee/patch-2
Update icebullet
2016-02-11 18:35:21 -08:00
OmniCypher
be947344f3 Merge pull request #397 from StrangeOne101/master
Made Element Protected
2016-02-11 18:35:15 -08:00
Simplicitee
6c46e3d87e Update icebullet
- Update icebullet right to use RIGHT_CLICK_BLOCK
2016-02-11 11:28:57 -05:00
StrangeOne101
c05c1987cb Made Element Protected
• Allows elements to be created by side-plugins
2016-02-11 22:00:32 +13:00
Benford
a20b4a1001 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-09 21:50:32 -05:00
Benford
34063d6dc6 Fix WaterManipulation
- Fixed WaterManipulation range being buggy
2016-02-09 21:49:55 -05:00
BuildTools
212c079058 - Added BindingUpdateEvent 2016-02-09 20:27:25 -05:00
jedk1
6f05457229 Fix Event NPE in Remove command 2016-02-09 19:38:06 +00:00
jedk1
31177b4d98 Fix WaterBubble not working 2016-02-09 19:27:24 +00:00
jedk1
497e464cc8 Update to commit 373
Remove unused variables

Update to commit 373
2016-02-09 17:17:51 +00:00
jedk1
2cb24ac3ad Fix NPE in IceSpike 2016-02-09 17:00:16 +00:00
jedk1
9c8c9c1741 Update ComboManager to new ClickTypes 2016-02-09 15:22:15 +00:00
jedk1
1e683032b1 Fix Presets duplicating on b reload 2016-02-09 14:44:12 +00:00
jedk1
db6d7a9e8b Fix Water Bugs 2016-02-09 14:23:04 +00:00
OmniCypher
ea4beea1a2 Fixes Presets & Copy Command 2016-02-08 17:08:58 -08:00
jedk1
36d710e6ec Fix EarthBlast revert source data 2016-02-08 16:42:08 +00:00
jedk1
4cbd49519c Fix EarthSmash Bugs 2016-02-08 15:18:16 +00:00
jedk1
d58267553e Fix AirSpout in disabled worlds 2016-02-08 14:09:59 +00:00
jedk1
320a43e911 Fix Torrent multiple sourcing 2016-02-08 13:55:15 +00:00
jedk1
048a170e24 Fix WaterSpout & WaterWave 2016-02-08 13:05:06 +00:00
Benford
793ef9b3d6 Change bloodbending method, Add zach to staff list, misc
- Changed bloodbending method isBloodbended to isBloodbent
- Added zach to the staff list
- Changed ClickType: (UNTESTED)
- Added JUMP, MOVE_FORWARD, MOVE_BACKWARDS, MOVE_LEFT, MOVE_RIGHT,
CUSTOM, RIGHT_CLICK_BLOCK, RIGHT_CLICK_ENTITY
- Removed SHIFT and CLICK
- Removed unnecessary methods in BendingManager
- Removed unnecessary defaults from ConfigManager
2016-02-07 21:47:13 -05:00
Benford
b439c84056 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-07 21:23:26 -05:00
jedk1
b3d9d3bb18 Various Fixes 2016-02-07 16:24:54 +00:00
Benford
ccb5053f7f Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-05 13:15:38 -05:00
jedk1
9c39cd3f7b Fix smokescreen ignoring cooldowns
Fix all chi abilities not respecting cooldowns

Various Fixes

Fix earthsmash turning everything to dirt
Fix waterspout not letting users fast swim

Fix tornado & Fix FireJet being harmless
2016-02-04 13:23:06 +00:00
jedk1
85f0e05c69 Update tab complete 2016-01-31 21:13:48 +00:00
jedk1
fcc9caed38 Update nearly all PRs above 357
Ignored most PRs relating to presets.
2016-01-31 21:02:21 +00:00
nathank33
04b98238e2 Improve AddonAbility plugin Support, Bug Fixes
AirFlight sneak not removing ability. Removed FireCombo debug messages.
/b display fix for AvatarAbilities. AvatarState charged fireblast radius
fix. Protect old addons from breaking the AbilityLoader.
2016-01-31 11:43:55 -08:00
Benford
cecdc20c8a Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-01-29 16:44:43 -05:00
Benford
adc8631d81 Correct kingbirdy's uuid
- Corrected kingbirdy's uuid in who command
2016-01-29 16:44:40 -05:00
nathank33
9624b95104 Add isEnabled() method to Ability 2016-01-24 13:17:55 -08:00
nathank33
8bc788c257 Add documentation, Fix ability bugs
Added documentation to Ability and CoreAbility.
Fixed a bug in BendingPlayer.canBend() which prevented bending from
working.
Fixed a bug in Presets which caused unbound slots to act as unbindable
abilities.
Fixed a self-bloodbending bug.
Updated cooldowns for abilities that require multiple files.
2016-01-18 19:56:13 -08:00
nathank33
203c4aa0b0 Cherry pick more PRs from master 2016-01-17 14:17:19 -08:00
Nathan Braun
0ba7dda744 Update config file 2016-01-16 13:08:16 -08:00
Nathan Braun
0e6e41ad88 Cherry pick pull requests from master 2016-01-16 13:08:16 -08:00
Nathan Braun
d2bd987895 Rebase master and refactor 2016-01-16 13:08:08 -08:00
kingbirdy
118ec1f32f Add SourceAbility, change getElementColor()
getElementColor() is now defined in CoreAbility in a way that handles all
cases, rather than each ElementAbility having to handle it seperately
2016-01-13 12:45:23 -08:00
kingbirdy
fd84051398 Add subabilities 2016-01-13 12:45:23 -08:00
Nathan Braun
ba3881d856 Add new CoreAbility API, Add BendingPlayer methods 2016-01-13 12:45:23 -08:00
kingbirdy
e4fee98492 Add SourceAbility, change getElementColor()
getElementColor() is now defined in CoreAbility in a way that handles all
cases, rather than each ElementAbility having to handle it seperately
2016-01-13 12:45:23 -08:00
kingbirdy
3b278f6e2b Add subabilities 2016-01-13 12:45:23 -08:00
Nathan Braun
7273613ba7 Add new CoreAbility API, Add BendingPlayer methods 2016-01-13 12:45:23 -08:00
jedk1
4c549f6e78 Fix remove command not firing event 2016-01-12 22:05:28 +00:00
jedk1
4ba58e6072 Fix NPE in EarthSmash 2016-01-12 17:36:30 +00:00
jedk1
de5c45d0e6 Fix HealingWaters shift 2016-01-10 21:30:54 +00:00