• 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

Fixed Some skills not working

Status
Not open for further replies.

patcrafter

Verified Member
So I recently thought I would start up a project korra server. So far everything has gone pretty smoothly and the plugins seem to be cooperating well. However I recently started testing out all of the bending skills to see if they all work properly. However when I went through them all I could not get Lightning, and combustion to work I also was having a little trouble getting shockwave to work everytime I fell from a really high distance. Is there something I need to do to the config file or permissions file that I am not doing? Also just to double check the times in the project korra file for things like cool downs are in milliseconds right? I just want to be sure. Thanks in advance!
 

xXturbokidXx

Verified Member
I know that for shockwave it needs to be a in a flat surface and sometimes you fall on the edge of the rock, so that isn't a glitch. About Lightning, do you see the particle affects for lightning, like when your charging it?
To make it easier for the developers please provide a ProjectkorrP version and a console error report so that the someone can help you.
P.S ProjectKorra time is indeed in milliseconds.
 
Last edited:

patcrafter

Verified Member
Thanks uhmmm not exactly sure how to show the console error report. and the version of project korra I am using is 1.4. Not sure if that is what you were asking for though anyways whenever I do try to use Lightning I get a error report on my console I will just copy and paste it I suppose. I also just found out that this is the case as well for Fire Blast. I think it may have something to do with the skills that require you to crouch for the fire bending.

org.bukkit.event.EventException
04:10:19 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1014) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.PacketPlayInEntityAction.a(SourceFile:51) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.PacketPlayInEntityAction.handle(SourceFile:9) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:157) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.ServerConnection.c(SourceFile:134) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:667) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:258) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
04:10:19 at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1220) ~[?:?]
04:10:19 at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:284) ~[?:?]
04:10:19 at com.projectkorra.ProjectKorra.PKListener.onPlayerSneak(PKListener.java:353) ~[?:?]
04:10:19 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
04:10:19 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
04:10:19 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
04:10:19 at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
04:10:19 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[Bukkit_1.7.10_R0.1_20140808.jar:git-Bukkit-1.7.9-R0.2-20-g0b2ed13-b3108jnks]
04:10:19 ... 13 more

Hopefully someone has some idea of what it means.
 

patcrafter

Verified Member
Okay I got it to work you just need to download version 5.9. You also can't disable tnt in a region or that will prevent fire blast and combustion from working. However I am having a problem where fire blast is breaking blocks. Any idea how I can stop this?
 

jedk1

New Member
Okay I got it to work you just need to download version 5.9. You also can't disable tnt in a region or that will prevent fire blast and combustion from working. However I am having a problem where fire blast is breaking blocks. Any idea how I can stop this?
wait, you say tnt stops combustion and fire blast? ... ****
EDIT: Apparently that wasnt my issue :c
 

patcrafter

Verified Member
Yeah i had to disable it in my region for it to work from my understanding but even with it disabled it would not work in world guard 6. I had to swap to 5.9 for this to work.
 
Status
Not open for further replies.
Top