Commit graph

1896 commits

Author SHA1 Message Date
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
OmniCypher 793be9ee11 Merge pull request #476 from Simplicitee/master
Adjust remaining passives
2016-04-08 17:40:41 -07: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
Benford a1b2c1f0ad Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-08 20:19:23 -04:00
OmniCypher ca00a6a9fc Merge pull request #474 from StrangeOne101/master
Command Tabbing moved to PKCommands
2016-04-08 16:54:05 -07:00
OmniCypher 7a65095dc2 Merge pull request #475 from Simplicitee/master
Fix passives bug
2016-04-08 15:47:29 -07:00
Benford 80dc472dd1 Fix passives bug 2016-04-08 18:36:44 -04:00
Benford eda4f749b5 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-08 18:35:30 -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 a227ebe6da Merge pull request #473 from OmniCypher-/master
1.8.0 BETA 10
2016-04-06 21:37:38 -07:00
OmniCypher 179c251469 1.8.0 BETA 10 2016-04-06 21:29:58 -07:00
OmniCypher c4ca9301bc Merge pull request #472 from Simplicitee/master
Fix Fixes
2016-04-06 16:36:25 -07:00
Benford 1afe4a65e1 Fix Fixes
- Removed unnecessary check in remove
- Changed hasElement subelement portion
2016-04-06 19:08:12 -04:00
Benford 9d7a03dfd0 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-06 18:47:14 -04:00
OmniCypher a5fb773613 Merge pull request #471 from StrangeOne101/master
Various Fixes
2016-04-06 15:32:15 -07:00
Benford 8526f4f3b1 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-06 17:45:49 -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
OmniCypher 43433b060c Merge pull request #470 from Simplicitee/master
Add de-avatar
2016-04-05 18:13:50 -07:00
Benford 352d16aa6e Add rpg lib 2016-04-05 20:34:12 -04:00
Benford 291028acd4 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-04-05 20:30:00 -04:00
Benford 01f2748cb8 Update
- Makes removing elements remove avatar from the player
2016-04-05 20:29:14 -04:00
OmniCypher 9af8affacc Merge pull request #469 from Simplicitee/master
Fix various bugs
2016-04-03 13:21:42 -07: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 392ea3c152 Merge pull request #466 from OmniCypher-/master
Adds BendingPlayerCreationEvent and moves login
2016-03-31 23:26:51 -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
OmniCypher 3b36954cb8 Merge pull request #463 from StrangeOne101/master
Fix Bending in GriefPrevention Regions
2016-03-29 22:38:16 -07:00
Benford 79edcc49d2 Move armor effects to PassiveHandler 2016-03-30 00:57:58 -04:00
Benford 0a65b41607 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-03-30 00:55:39 -04:00
StrangeOne101 1a482cf6dd Fix Bending in GriefPrevention Regions
• Fixed bending being allowed in GP zones
2016-03-30 13:54:15 +13:00
OmniCypher 1b60f5f7d7 Merge pull request #462 from Simplicitee/master
Fix and Upgrade passive system
2016-03-28 23:08:33 -07:00
Benford 39fe525785 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-03-29 01:47:51 -04: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
OmniCypher 416d18b429 Merge pull request #461 from Simplicitee/master
Fix AirSwipe charged version
2016-03-28 20:59:05 -07:00
Benford c4c12c45e8 Fix AirSwipe charged version 2016-03-28 23:53:21 -04:00
OmniCypher 1f005973df Merge pull request #460 from Simplicitee/master
Fix armor issues
2016-03-28 20:39:16 -07: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
OmniCypher 1c1cfdf9a8 Merge pull request #459 from jedk1/master
Add per combo config enable/disable option
2016-03-28 17:33:00 -07:00
jedk1 379270caec Add per combo config enable/disable option 2016-03-29 01:00:10 +01:00
OmniCypher dded537a52 Merge pull request #458 from OmniCypher-/master
Various Fixes
2016-03-28 15:35:39 -07: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
Benford a09d1aab73 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-03-28 15:12:12 -04:00