Commit graph

760 commits

Author SHA1 Message Date
Nathan Braun
8329c8c210 Added a check to clean up flying EarthSmash 2014-12-29 10:15:53 -08:00
AlexTheCoder
540f9c5157 Added the Flight Ability
- Merged the Flight addon into the Core
- Added the hovering toggle for Flight by clicking while flying
- Made Flight an admin-only ability like Bloodbending
2014-12-29 07:57:29 -05:00
AlexTheCoder
af2fcd878e Added sounds
Added airbending sounds for AirSuction and AirSwipe
2014-12-29 07:55:31 -05:00
Nathan Braun
9720c5b7b2 Added a Remove Timer to EarthSmash 2014-12-28 19:28:17 -08:00
AlexTheCoder
921ee51623 Added proper support for day/night message perms
Added proper checking for whether a player can see day or night
messages, fixing bug report
http://projectkorra.com/forum/threads/permissions-problem.1408/
2014-12-28 19:13:52 -05:00
AlexTheCoder
bdd1e41611 Added New 1.8 Meats to Cook
Added Mutton and Rabbit to the Cook list of Food
2014-12-28 19:12:00 -05:00
MistPhizzle
33285f4a43 1.6.0 BETA 1 2014-12-27 14:31:01 -05:00
MistPhizzle
79bd7c01ea Small reversion 2014-12-27 14:29:19 -05:00
MistPhizzle
de034dfe5e ArcOfFire affected by Day Augment 2014-12-27 14:23:38 -05:00
MistPhizzle
8fbcd99b50 RingOfFire affected by Day Augment. 2014-12-27 14:21:16 -05:00
MistPhizzle
4f4910b77a Lightning Chargetime = 0 during comet. 2014-12-27 14:19:38 -05:00
MistPhizzle
cdd7c17703 FireBurst Chargetime = 0 during Comet 2014-12-27 14:18:05 -05:00
MistPhizzle
3c37e5efa9 Fix World Events 2014-12-27 14:14:34 -05:00
MistPhizzle
5ed05dc946 Add message to /b choose [player] [element] 2014-12-27 11:17:06 -05:00
MistPhizzle
879e71492e Clean comments in AirBubble 2014-12-27 11:14:07 -05:00
MistPhizzle
acf4b83c79 Air/WaterBubble will only work if player is
sneaking.
2014-12-27 11:10:50 -05:00
Nathan Braun
1a175cb346 Added EarthSmash 2014-12-27 00:29:23 -08:00
Nathan Braun
c465624b32 Updated Methods.stopBending 2014-12-26 14:44:38 -08:00
Brendan Wilson
2eabec7a82 Update for WorldGuard 6.0.0
Fixed the isRegionProtectedFromBuild() method in Methods.java to suit
WorldGuard 6.0.0
2014-12-24 11:32:33 -05:00
Brendan Wilson
e39f260bd8 Updated PK 2014-12-22 13:14:36 -05:00
Brendan Wilson
625b91054f Messed Around with LavaSurge
Added a spawnFallingBlock method in Methods.
2014-12-22 13:11:10 -05:00
MistPhizzle
765daf6ddc v1.5.1
1.8 Compatible
2014-12-07 15:24:38 -05:00
MistPhizzle
065b75c696 Remove LavaSurge
There was an issue with falling blocks, until it is fixed, LavaSurge is
gone.
2014-12-07 15:22:05 -05:00
MistPhizzle
38db0e28b1 Revert "Added support for 1.8 particles!"
This reverts commit bb24c4cc6a.

Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/Methods.java
	src/com/projectkorra/ProjectKorra/RevertChecker.java
	src/com/projectkorra/ProjectKorra/Utilities/ParticleEffect.java
2014-12-07 10:52:26 -05:00
MistPhizzle
182d35ea05 Revert "Merge remote-tracking branch 'origin/master'"
This reverts commit 7801239208.
2014-12-07 10:40:40 -05:00
MistPhizzle
7801239208 Merge remote-tracking branch 'origin/master'
Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/RevertChecker.java
2014-12-07 10:40:27 -05:00
MistPhizzle
6737c255bf Merge remote-tracking branch 'origin/master'
Conflicts:
	.classpath
	src/com/projectkorra/ProjectKorra/RevertChecker.java
2014-12-07 10:34:28 -05:00
MistPhizzle
b0a9c5e8ea Merge pull request #67 from Carbogen/master
Added support for 1.8 particles!
2014-12-07 09:55:54 -05:00
Brendan Wilson
bb24c4cc6a Added support for 1.8 particles!
1.8 broke particles, so here's a fix.
You'll also notice other broken files, with easy fixes.
2014-12-01 18:09:23 -05:00
MistPhizzle
7e06692d73 Begin Spigot 1.8 Support
Uses Spigot's version of CraftBukkit.
Update methods to include getOnlinePlayers() method.
2014-12-01 16:36:02 -05:00
MistPhizzle
e05e18f13c 1.5.0 FULL RELEASE 2014-11-30 23:51:14 -05:00
MistPhizzle
478fb92718 1.5.0 BETA 24 2014-11-30 12:58:08 -05:00
MistPhizzle
a2a006ab52 Add UnlitedOwns to /b who Staff 2014-11-30 12:56:38 -05:00
MistPhizzle
a914f72ea5 Update /bending who Staff
Add OmniCypher, Gahshunk, Majorite, Kiam
2014-11-30 12:55:07 -05:00
MistPhizzle
dded14efbc Merge pull request #65 from Carbogen/master
Nerfed LavaSurge and MetalClips (and other things)
2014-11-30 12:54:52 -05:00
Brendan Wilson
76f8e48a62 Nerfed LavaSurge
Added a Cooldown for LavaSurge.
2014-11-29 13:36:58 -05:00
Brendan Wilson
b55d8caa5e Nerfed MetalClips
Made MetalClips' fourth clip require that the user have a permission,
and changed the overall dynamic of it.
2014-11-29 13:28:55 -05:00
Brendan Wilson
c5a8a4f773 Fixing Git issues... 2014-11-29 13:23:28 -05:00
MistPhizzle
fb6cb65863 1.5.0 BETA 23 2014-11-29 12:00:42 -05:00
MistPhizzle
c480cfd852 Don't double display custom moves. 2014-11-29 11:56:42 -05:00
MistPhizzle
a2f520a5bc 1.5.0 BETA 22 2014-11-28 18:43:39 -05:00
Brendan Wilson
7cc958cdf4 Fixed MetalBending passive.
MetalBending's passive Iron Door toggling will no longer happen every
tick (200 tick cooldown).
2014-11-28 09:56:09 -05:00
MistPhizzle
f9c336bac2 Added isSubAbility() boolean to AbilityModule 2014-11-27 13:04:39 -05:00
MistPhizzle
cc69cc0b78 EnderLance == Carbogen 2014-11-27 13:00:28 -05:00
MistPhizzle
85fce15cbd Change staff ranks in /bending who 2014-11-27 13:00:13 -05:00
MistPhizzle
07192e337f Add Avatar (RPG) to /bending who 2014-11-27 12:59:37 -05:00
MistPhizzle
d9e7710d2f RPG Avatar Features + GP Support
GriefPrevention now requires v9.0 or higher.
Added command to make someone the Avatar if RPG is installed.
2014-11-27 08:52:15 -05:00
Brendan Wilson
de931f44f9 Added a boolean in the AbilityModule
Added 'isSubAbility()' boolean in AbilityModule.
This allows a lavabending/metalbending ability to display its proper
color in /pk d earth.
2014-11-26 16:16:30 -05:00
Brendan Wilson
45867b66a1 Added new Minecraft account for Carbogen.
Added "Carbogen" to PK Devs in /pk who command.
2014-11-26 16:12:39 -05:00
MistPhizzle
62a3f2e492 1.5.0 BETA 21 2014-11-26 11:26:21 -05:00