• 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.5.0 BETA 8

Mist

Staff member
Administrator
Just a small update.
  • General Changes
    • WorldGuard Support Now Requries WorldGuard 6.0.0 Or Higher
      • There was a compatibility issue, so that said, we now expect you to update with the times to continue using this plugin. In order to utilize the WorldGuard protection features with ProjectKorra you must be using an up to date version of the plugin. WorldGuard functionality will not work properly most of the time should you use any older build.
      • This is similar to how we handled Factions and MassiveCore updates. Simply put: As the dependency plugins change, we will continue to be as up to date as possible, assuming the new build is stable, which in this case, WorldGuard is.
    • ProjectKorra now loads after other plugins
      • I added soft dependencies to include plugins like WorldGuard, Towny, Factions, LWC, GriefPrevention, etc. This means that ProjectKorra will load AFTER all of those plugins. This is more for documentation, as the order they were loaded, up until now, really didn't change how the plugin was run.
 

jedk1

New Member
i cant even do anything with the plugin now. this update is extremly buggy!
Yep I agree, I tested it on my dev server, wg6, korra beta8:
Code:
[14:48:26] [Server thread/ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.5.0 BETA 8
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:1087) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:28) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.PacketPlayInArmAnimation.handle(PacketPlayInArmAnimation.java:40) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
Caused by: java.lang.NullPointerException
    at com.sk89q.worldguard.bukkit.RegionQuery.testBuild(RegionQuery.java:135) ~[?:?]
    at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1232) ~[?:?]
    at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:283) ~[?:?]
    at com.projectkorra.ProjectKorra.PKListener.onPlayerSwing(PKListener.java:702) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]
    ... 13 more
 
Top