Commit graph

1613 commits

Author SHA1 Message Date
jedk1
cf465a3452 Update to BETA 11 2016-06-08 21:59:41 +01:00
StrangeOne101
0efcea7e4d Actually fixed WaterArms Spear Bug
Forgot the file. I'm sorry. >_<
2016-06-07 16:19:34 +12:00
StrangeOne101
7e075fe2b7 Bug fixes
• Fixed WaterArms Spear not removing, even forcefully
• Fixes FireBlast still loading when disabled
• Fixes FireBlast still being able to be charged when on a different
slot
• Fixed NPE
2016-06-07 16:15:55 +12:00
RoboMWM
d242ecd1fc Don't blindly check cancel status for all damage
If fall damage is disabled via another plugin like WorldGuard, abilities like Shockwave can't function upon landing. Plus, there's already a lot of checks for event.isCancelled, so don't see a reason to do a check for the entire event.
2016-05-19 16:08:30 -07:00
OmniCypher
e9ee121574 Merge pull request #492 from Loonyy/master
New ClickType / Fixes Immobilize bug
2016-05-07 21:03:18 -07:00
Loony
cc23128b5b New ClickType / Fixes Immobilize bug
Added new ClickType (LEFT_CLICK_ENTITY)
Updated Immobilize to use LEFT_CLICK_ENTITY to fix being able to do the
steps of Immobilize without hitting an entity
2016-05-05 00:29:42 +01:00
jedk1
996e470089 Fix NPEs 2016-05-03 23:03:50 +01:00
Loony
249f2f451e Fixes Immobilize perm and adds ChiCombo permission 2016-05-01 23:48:52 +01:00
Loony
d068d076d3 Revert "Re-fixes Immobilize permission"
This reverts commit 6bc6e06adc.
2016-05-01 23:47:35 +01:00
Loony
a368742de3 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2016-05-01 23:40:19 +01:00
Loony
6bc6e06adc Re-fixes Immobilize permission
Fixes the Immobilize permission being default
2016-05-01 23:39:29 +01:00
StrangeOne101
d8dc5e2df6 Merge branch 'master' of http://github.com/ProjectKorra/ProjectKorra 2016-05-02 10:16:19 +12:00
StrangeOne101
d187d3fa11 Fixes, Fixes and More Fixes!
• Fixed the /bending display <combo> not working when specifying combo
aliases
• Fixed IceBullet using the wrong name in the language file
• Fixed Bloodbending using a constant range of 6
• Fixed Chi taking no damage but still getting the animation when
jumping off blocks
• Updated staff list in the /bending who command
2016-05-02 10:15:03 +12:00
Loony
0a7981de1e Fixes Immobilize cooldown activating if target = null 2016-05-01 11:51:36 +01:00
Loony
45154e7774 Fixes SwiftKick getting ChiBlockChance from config 2016-05-01 10:06:01 +01:00
Loony
713860f7e8 Fixes SwiftKick cooldown not respecting config 2016-05-01 10:02:29 +01:00
Loony
014fbbc638 Fixes Immobilize permission
Fixes Immobilize ChiCombo not being default permission
2016-05-01 08:44:38 +01:00
BuildTools
e4f8b0e1bc Fixes Immobilize cooldown 2016-05-01 08:17:14 +01:00
BuildTools
8b3b3c9739 Fixes SwiftKick
Fixes SwiftKick being able to be used when player hasn't / isn't jumping
2016-05-01 08:13:53 +01:00
BuildTools
8ee81c9c0e Fix catapult cooldown and adds cobblestone to default earthblocks list 2016-05-01 07:03:35 +01:00
BuildTools
b8a2b34289 Config changes
Minor config changes.
Buff's water's select range, lowered fire ticks, things like that.
2016-05-01 06:48:13 +01:00
Matt
dc615d5d49 Fixed disabled abilities still being bound to bar 2016-04-30 10:18:59 -05:00
Matt
125e5da0f9 Solid earth temp blocks no longer do damage 2016-04-30 08:24:23 -05:00
Matt
5797d7dc25 Fixed & cleaned RemoveCommand 2016-04-28 20:41:35 -05:00
StrangeOne101
6301625a42 Various Additions + Fixes
• Added requireAvatar() method to AvatarAbility
• Allows moves to be created that don't require the user to be the
avatar in order to use them (adding back old functionality)
• Added AbilityProgressEvent
• Tweaked Grammar
• Fixed speed/jump passives
• Fixed incorrect tabbing with the remove command
2016-04-26 17:43:23 +12:00
OmniCypher
9d3d3ab692 Merge pull request #484 from Simplicitee/master
Fix sand speed passive
2016-04-18 17:16:42 -07:00
Benford
5a0ffc988d Fix sand speed passive
- Fixed the FOV change that happens when jumping as a sandbender on sand
2016-04-18 19:03:20 -04:00
jedk1
f941393dfd Fix avatarstate cooldown 2016-04-17 20:50:37 +01:00
jedk1
d930c78d16 Fix NPE in blocksource 2016-04-17 14:37:15 +01:00
Benford
5001585ba6 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-14 19:10:57 -04:00
Benford
c479129ad1 Various bug fixes
- Added config option for torrent multi hits damage
- Added config option for the amount of times torrent can hit
- Removed chiblocking's sprint fall damage removal
- Fixed AirScooter stopping when switching binds
2016-04-14 19:08:37 -04:00
OmniCypher
d07ee18b94 Merge pull request #480 from grasshopperMatt/master
Fixed EarthBlast / WaterManipulation being able to make moves off of eachothers blocks
2016-04-13 18:59:53 -07:00
Benford
6f58fe5c4b Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-13 21:00:24 -04:00
Benford
a1c9c54d48 Various bug fixes + new event
- Added PlayerJumpEvent
- Added JUMPS map to PKListener
- Fixed fly glitch with airspout/sandspout + firejet
- Added snowBlocks config list
- Fixed AirCombo cooldowns
- Fixed FireSpin enabled config option not appearing
- Fixed speed and jump passives, no longer requires sprinting
- Fixed HealingWaters ShiftRequired config option
- Fixed Surge select range
- Fixed WaterManipulation creating water in place of ice sources
- Added snow methods to ElementalAbility and BlockSource
- Added SNOW enum value to BlockSourceType
- Added check for snow in WaterAbility.isWaterbendable()
2016-04-13 21:00:21 -04:00
Matt
bc196a95e0 Fixed EarthBlast / WaterManipulation being able to make moves off of eachothers blocks 2016-04-12 21:01:10 -05:00
OmniCypher
7df77ee723 Merge pull request #478 from FinnBueno/master
Added getLanguageConfig()
2016-04-09 17:09:55 -07:00
jedk1
dc324f81f2 Remove prefixes from config 2016-04-09 23:43:45 +01:00
jedk1
fcbfbc4fef Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2016-04-09 23:37:42 +01:00
jedk1
ad6f4bc2b0 Fix Custom Element prefix 2016-04-09 23:36:58 +01:00
Finn Bon
b5e5eab0ff Added getLanguageConfig()
Added getLanguageConfig() to CoreAbility.
2016-04-10 00:18:21 +02:00
Finn Bon
fd1326e5db Fixed /b remove message.
Fixed the bending remove message when a player removed another player's
element. It was sending the "your element has been removed by {sender}"
to the sender, instead of the target.
2016-04-09 22:48:55 +02:00
Benford
1077ccbb9a Adjust remaining passives
Made other passives do the same as speed and jump for disabled worlds
2016-04-08 20:20:53 -04:00
OmniCypher
ca00a6a9fc Merge pull request #474 from StrangeOne101/master
Command Tabbing moved to PKCommands
2016-04-08 16:54:05 -07:00
Benford
80dc472dd1 Fix passives bug 2016-04-08 18:36:44 -04:00
StrangeOne101
77d0cd4b6a Command Tabbing moved to PKCommands
• Every command now has its own tabbing method instead of having all
tabbing in one file. This means custom PKCommands can now also be
tabbed.
2016-04-09 10:15:00 +12:00
OmniCypher
179c251469 1.8.0 BETA 10 2016-04-06 21:29:58 -07:00
Benford
1afe4a65e1 Fix Fixes
- Removed unnecessary check in remove
- Changed hasElement subelement portion
2016-04-06 19:08:12 -04:00
StrangeOne101
6e5e67251c Various Fixes
• Fixed AvatarState resetting the cooldown when a player logs out
• Fixed SubElements not being removed when a player isn't specified (and
related message errors)
2016-04-06 20:39:53 +12:00
Benford
01f2748cb8 Update
- Makes removing elements remove avatar from the player
2016-04-05 20:29:14 -04:00
Benford
3a544c6537 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-03 14:38:47 -04:00
Benford
9a487adc35 Fix various bugs
- Changed Airblast to compensate for AirBurst
- Fixed Lavaflow bugs (spam click and plants)
- Fixed being able to bend while using a fishing rod
- Added feature to IceWave: While the ability is progressing the ice
will thaw as the player gets farther away from the created ice sphere
- Added new options to config
2016-04-03 14:38:42 -04:00
OmniCypher
4a1bc7b8c8 Merge pull request #467 from StrangeOne101/master
Multiple Fixes
2016-04-01 09:57:08 -07:00
OmniCypher
ddda2ecbf8 Adds BendingPlayerCreationEvent and moves login
Moves login method to GeneralMethods and renames it to loadBendingPlayer
Fixes Prefix assigning in loadBendingPlayer
2016-03-31 23:25:05 -07:00
StrangeOne101
8950aca2b3 Fix Heatcontrol not working in water
• Fixes heatcontrol now thawing ice in liquids as well as other opaque
blocks
2016-04-01 17:40:09 +13:00
StrangeOne101
4e5a268e4f Fixes for IceSpike
• Fixed Flooding with Bottlebending
• Fixed IcePillar not working on single click
• Fixed IcePillars not working on packed ice
• Reduced sounds created by IcePillarField (it was painful)
2016-03-31 21:20:36 +13:00
StrangeOne101
e16ccecf3f Fixes for OctopusForm
• Fixed OctopusForm leaving smoke trails
• OctopusForm cooldown now applied when it starts forming, not when you
select a source
2016-03-31 20:04:04 +13:00
OmniCypher
6d515fdf17 Merge pull request #464 from Simplicitee/master
Move armor effects to PassiveHandler
2016-03-29 22:38:50 -07:00
Benford
79edcc49d2 Move armor effects to PassiveHandler 2016-03-30 00:57:58 -04:00
StrangeOne101
1a482cf6dd Fix Bending in GriefPrevention Regions
• Fixed bending being allowed in GP zones
2016-03-30 13:54:15 +13:00
Benford
6ed6cb2375 Fix and Upgrade passive system
- Fixed passives merging and becoming wonky
- Updated speed, exhaustion, and jump passives to use PassiveHandler
class.
- Added exhaustion passive to chi
2016-03-29 01:46:39 -04:00
Benford
c4c12c45e8 Fix AirSwipe charged version 2016-03-28 23:53:21 -04:00
Benford
b251971e2f Remove testing messages 2016-03-28 23:06:55 -04:00
Benford
041a003ff1 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-03-28 23:04:31 -04:00
Benford
7510445733 Commit shockwave addition 2016-03-28 22:53:02 -04:00
Benford
af24a227a3 Fix armor issues
- Also added return statement in shockwave
2016-03-28 22:52:03 -04:00
jedk1
379270caec Add per combo config enable/disable option 2016-03-29 01:00:10 +01:00
OmniCypher
ad4c7aeffa Various Fixes
Fixes FastSwimming on AirSpout slot
Fixes command consistency
Fixes bind command "ability does not exist" message
Fixes add command description
Fixes WaterArms move display
Fixes WaterArms Spear Ice Dome
2016-03-28 15:26:47 -07:00
OmniCypher
e155f1712f Fixes part of PlantArmor and EarthRevert 2016-03-26 18:00:25 -07:00
OmniCypher
25bd8d7c8c Various Changes/Fixes
Updates WorldGuard depend version
Fixes NPE in EarthAbility reverting
Fixes NPE in PKListener when getting element prefixes
Fixes inconsistencies between commands
Adds getPrefix() Method to Element
Adds Items commands to /b help
2016-03-26 12:07:36 -07:00
Matt
ca383ff03f Fixed blocks not being returned to their previous state 2016-03-25 15:00:41 -05:00
Benford
1cd9f87f1d Updates
- Updated tabbing for rpg commands
- Updated the help command to show rpg commands
2016-03-23 20:30:00 -04:00
Matt
98fcb4f78f Fixed passives 2016-03-19 21:28:04 -05:00
jedk1
cfdc6ce0ee Fix shockwave cleanup 2016-03-19 18:31:57 +00:00
OmniCypher
d32b701f82 Merge pull request #450 from Simplicitee/master
Fix passives in disabled world
2016-03-16 19:26:36 -07:00
Benford
f82dce0464 Fix passives in disabled world 2016-03-16 22:12:09 -04:00
OmniCypher
d7c1002974 Merge pull request #449 from Simplicitee/master
Fix table creation
2016-03-16 18:41:45 -07:00
Benford
e2bd9a874a Fix table creation
- Added missing comma
2016-03-16 16:05:36 -04:00
StrangeOne101
0e99fbef4d Add Forgotten Changes
• Just added some small things that were forgotten in the last commit
2016-03-16 16:15:02 +13:00
StrangeOne101
3c216cebad Update Subelement Lingo
• Updated all commands to treat subelements as elements in certain
circumstances (add, remove, etc)
• Updated tabbing with bug fixes
• Database will now update player's subs when they log in for the first
time (post update)
• Removed "SubElementAdded" field from config
• Fixed /b choose not taking aliases
2016-03-14 22:07:33 +13:00
Benford
f273e2f734 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-03-13 15:33:04 -04:00
Benford
105dc8b005 Various changes
- Changed BindChangeEvent call spot
- Changed subelements to be stored in database
- Changed choose command to accept subelements as an argument
- Changed add command to accept subelements as an argument
- Changed all canBend<SubElement> methods
- Added PlayerChangeSubElementEvent
- Added saveSubElements() method to GeneralMethods
- Cleaned up imports in various classes
- Removed print out in damagehandler
2016-03-13 15:16:01 -04:00
OmniCypher
7832927cc3 Merge pull request #444 from FinnBueno/master
Fixed flight disabling creative flight
2016-03-10 18:46:31 -08:00
FinnBueno
63f6b420dc Fixed flight disabling creative flight
Fixed flight disabling flying when the player is in creative or
spectator mode.
2016-03-10 20:08:14 +01:00
jedk1
918c09b096 Update Spirit jar and Who Command 2016-03-10 18:53:45 +00:00
jedk1
995b20f7e0 Update canBind() for spirits. 2016-03-10 18:32:11 +00:00
jedk1
a922b8bd17 Add support ready for when spirits is added. 2016-03-10 18:26:16 +00:00
jedk1
fe4eb8ca25 Update MySQL to support custom elements 2016-03-10 15:15:49 +00:00
FinnBueno
ab4f017c4f Fixed death messages and colour support for custom elements.
Fixed the death messages not being broadcasted and added proper colour
support for addon elements. Also re-order the language.yml to give it
some more structure.
2016-03-08 00:52:10 +01:00
OmniCypher
ce400a4c1b Merge pull request #440 from FinnBueno/master
Language.yml -- Finally...
2016-03-07 11:39:02 -08:00
StrangeOne101
acec583b1a Add RPG Command Tabbing
• Added tabbing support for the avatar and worldevent commands from RPG
2016-03-06 18:58:45 +13:00
FinnBueno
9857afdb30 Fix merge conflicts 2016-03-05 20:42:41 +01:00
FinnBueno
4380102f39 Adding language.yml -- Removed deathmessages.yml
Added a language.yml in which almost every message in the plugin can be
found. I moved the move descriptions, and death messages to that file,
so the deathmessages.yml has been removed, because it has nothing in it
anymore.
2016-03-05 12:12:31 +01:00
jedk1
daf4267727 Fix players grabbing water through walls 2016-03-05 01:25:45 +01:00
savior67
b6e7f57fec - Added DamageHandler class 2016-03-05 01:25:45 +01:00
savior67
ed0109d2f4 - damageEntity function moved out of GeneralMethods into DamageHandler
- All damaging abilities now invoke DamageHandler.damageEntity
2016-03-05 01:25:45 +01:00
savior67
51af720bfa - Added cooldown to AirScooter (same cd as firejet by default) 2016-03-05 01:25:44 +01:00
Benford
c4a0187e4a Fix ConfigType
- Fixed errors with ConfigType
2016-03-05 01:25:43 +01:00
jedk1
3410c470df Fix WaterSourcing 2016-03-05 01:19:35 +01:00
Benford
02b2f2a915 Add new staff
- Added new staff members to whocommand
2016-03-05 01:19:35 +01:00
FinnBueno
bcf91e6859 Added a language.yml 2016-03-05 01:17:17 +01:00