MistPhizzle
8c6660d794
LWC -> 4.5.0-SNAPSHOT
2015-01-17 14:04:45 -05:00
MistPhizzle
913269b218
Update PreciousStones Version
...
Now supports v9.7.1
2015-01-17 13:57:01 -05:00
MistPhizzle
a588c85037
Removed TagAPI Support
...
TagAPI breaks with 1.8 and the developer is no longer updating it.
2015-01-17 12:45:27 -05:00
MistPhizzle
6bbc19913d
Fix GriefPrevention Dependency
2015-01-17 12:37:09 -05:00
MistPhizzle
958a99a1aa
Fix Classpath
2015-01-16 15:59:56 -05:00
Brendan Wilson
a551ea1091
Added ChiCombos and organized imports.
...
I added a few classes to implement ChiCombos. This is NOT 100% finished.
I also accidentally "Organized Imports" across the project, but that's
not a bad thing so I didn't bother undoing it. Basically there are
supposedly no unused imports in PK anymore.
2015-01-15 16:37:16 -05:00
MistPhizzle
357a78d840
Classpath
2015-01-09 10:44:47 -05:00
OmniCypher
ff24e4535d
Added specific color RED_DUST particle functionality and Lightning particle change
...
ParticleEffect method can now be used to create specific hexadecimal
colored RED_DUST particles.
Changed Lightning particles to be light cyan RED_DUST particles.
2015-01-05 22:31:09 -08: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
6737c255bf
Merge remote-tracking branch 'origin/master'
...
Conflicts:
.classpath
src/com/projectkorra/ProjectKorra/RevertChecker.java
2014-12-07 10:34:28 -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
0676f23061
1.5.0 BETA 19
2014-11-22 23:40:10 -05:00
Brendan Wilson
cd3420b7c1
Added MetalClips ability.
...
Added full support for the MetalClips ability.
- ConfigManager
- EarthbendingManager
- PKListener
- StockAbilities.
Added "EnderLance" (Carbogen) to the /bending who command.
2014-11-20 08:43:38 -05:00
MistPhizzle
38239ec621
Now shows ProjectKorra (RPG) version
2014-10-04 10:32:58 -04:00
MistPhizzle
0b383a623a
1.5.0 BETA 7
2014-10-03 16:58:39 -04:00
MistPhizzle
743bc720b1
LavaFlow Changes
...
Give lavaflow a better description, add it to ConfigManager
2014-09-05 18:03:31 -04:00
nathank33
7d4eb874b2
Added LavaFlow
...
Added the Earth ability: LavaFlow
Removed the second Torrent line from config.yml
2014-09-03 18:12:34 -07:00
MistPhizzle
56b47f3816
NoCheatPlus Support
...
The damage thing shouldn't be thrown when a player uses Bending to
attack
2014-09-01 16:49:10 -04:00
MistPhizzle
6c4a036e48
LWC Support
...
Players can't bend blocks that are protected with LWC
2014-08-16 19:50:54 -04:00
MistPhizzle
97bd39c076
1.3.0 BETA 10 -- Update build path.
2014-07-30 09:57:45 -04:00
MistPhizzle
848b61f65d
Make Air Particles Configurable
...
Defaults to smoke (White Clouds)
Other options are:
blacksmoke (The original Airbending Particles)
spell (the swirly potion particles)
2014-07-29 10:15:35 -04:00
jack lin
6fd33e9d4d
Forgot to delete comments like commit bad3c18
2014-07-29 23:47:11 +12:00
MistPhizzle
0a9983658a
1.3.0 BETA 7
2014-07-28 11:48:22 -04:00
AlexTheCoder
567010673e
Patched bending in any faction land
...
Fixed the bug where a player could bend in any faction's land,
regardless on whether they could build there.
2014-07-27 19:47:14 -04:00
MistPhizzle
6efc69d405
1.3.0 BETA 4
2014-07-26 12:00:34 -04:00
MistPhizzle
76b6d94c74
Revert "Stupid commit, will revert"
...
This reverts commit 65ed1f42fc
.
2014-07-18 18:46:01 -04:00
MistPhizzle
65ed1f42fc
Stupid commit, will revert
2014-07-18 18:45:55 -04:00
MistPhizzle
cdb36052c7
Add a converter
...
Converts data from orion's plugin.
2014-07-11 23:34:03 -04:00
MistPhizzle
5776ad28e1
isIgniteAbility() and isExplodeAbility() added
...
For Region Protection. ProjectKorra respects explosion and fire flags in
various plugins, so this will allow an ability to register as such.
isIgnite() means the ability produces fire (Like Blaze) and
isExplodeAbility() means the ability produces an explode (Like FireBlast
and Lightning)
2014-06-28 16:25:27 -04:00
MistPhizzle
ead0c812d1
Tornado and AirBlast
2014-06-24 18:39:33 -04:00
MistPhizzle
41109c5251
Lots of Small Changes
...
Removed WaterReturn (Each Ability is responsible for handling it)
Added FreezeMelt (Just contains the basic methods, not an ability)
Improved physics handling.
Removed WaterPassive where water would automatically spread (Until I
find a workaround, exponentially flooding worlds weren't very fun)
2014-06-14 14:59:11 -04:00
MistPhizzle
7c0a28be99
oops
2014-06-13 22:44:55 -04:00
MistPhizzle
c87d1c67cd
WaterCore
...
Some more Waterbending Methods (This is proving to be a pain)
2014-06-13 22:10:39 -04:00
MistPhizzle
43dcd5aae5
SeaLevel
2014-06-13 19:41:52 -04:00
MistPhizzle
0180332f4e
Waterbending Methods
...
Some methods for the Waterbending abilities.
2014-06-13 16:56:28 -04:00
MistPhizzle
b45846be68
Earthbending Methods
...
Just some methods for some of the Earthbending Abilities
2014-06-13 16:37:34 -04:00
MistPhizzle
b2f7e00083
Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
...
Conflicts:
.classpath
2014-06-13 16:01:05 -04:00
kingbirdy
44624cd18e
implemented TagAPI
2014-06-13 01:54:48 -04:00
MistPhizzle
b851621352
ClassPath
2014-06-13 01:34:20 -04:00
kingbirdy
91d8412631
fire is dayfactor, not nightfactor
2014-06-12 19:43:41 -04:00
MistPhizzle
9d9f6672ed
Initial Commit
...
Far from v1.0.0, but a start!
2014-06-12 19:21:20 -04:00