• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server
1.8.0 BETA 12

1.8.0 BETA 12 2016-6-20

ProjectKorra

Administrator
ProjectKorra submitted a new resource:

1.8.0 BETA 12 - The twelfth build for ProjectKorra (Core) v1.8.0

Hello, everyone! This is again a bug fix heavy BETA! We are chugging away at the bugs and this will most likely be the last BETA release before 1.8.0 is FINISHED. It's been almost a year on this version, and we are all super excited for what 1.9.0 has to offer!

Changes / Additions:

• Added 1.9 and 1.10 particle effects to the particle effect library (for addon developers)

• Added Properties.TogglePassivesWithAllBending config option. Defaults to true and will make passives be...
Read more about this resource...
 

nich

Verified Member
Its pretty good but I noticed the following bugs:
1) The players moves are super buggy, whenever they login their binds reset
2) The combos on my bending board are messed up. Whenever I use a combo, it says I cant use it... for ever. But I can lol. Any ideas?
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
JedCore is, yes, but it's not an official addon. So if there's a bug with it, that's a JedCore problem, not a ProjectKorra problem.

If you have bugs, reporting them in the bug reports section. Thanks. :)
 

Kasra

New Member
still see a bunch of bugs in console while using this on 1.9.4. Please make this plugin compatible and useful for the latest version of spigot (including 1.9.4), it would be a waste if it wasn't compatible with them. Abilities like phase change and others also don't work on 1.9.4. I've also come across a bug that doesn't let new players bind abilities.
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
still see a bunch of bugs in console while using this on 1.9.4. Please make this plugin compatible and useful for the latest version of spigot (including 1.9.4), it would be a waste if it wasn't compatible with them. Abilities like phase change and others also don't work on 1.9.4. I've also come across a bug that doesn't let new players bind abilities.
1.9 isn't supported yet. Wait for the next beta.
 

xNuminousx

Verified Member
still see a bunch of bugs in console while using this on 1.9.4. Please make this plugin compatible and useful for the latest version of spigot (including 1.9.4), it would be a waste if it wasn't compatible with them. Abilities like phase change and others also don't work on 1.9.4. I've also come across a bug that doesn't let new players bind abilities.
It's called 1.8.0 Beta bruh
 

MeskenasBoii

Verified Member
Well, how should that person to what version of minecraft it supports? It doesn't say compability of it in the overview description.
 

Rob G

Verified Member
I'm running spigot 1.8.8 and PK BETA 12, getting this error...

Code:
[14:08:41 ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
Could not pass event PlayerInteractEvent to ProjectKorra v1.8.0 BETA 12
org.bukkit.event.EventException
        at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins-1.9.4.1.jar:?]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
        at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
Caused by: java.lang.NullPointerException
        at com.projectkorra.projectkorra.PKListener.onPlayerInteraction(PKListener.java:1006) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_91]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_91]
        at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
        ... 18 more
 
Top