• 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 Several abilities non-functional, and console spam

Status
Not open for further replies.

Snhnry

Verified Member
Version: - 1.8 Beta 4 with RPG 1.0.2 Beta 1

In beta 4, all sub moves in all elements do not appear in the display list. Several water moves do not work, including Manipulation, Torrent, and Surge. WaterArms has minor functionality, but the arms spawn in one place and then do not move with the player. There are also exceptions thrown several times a second in console:

Code:
[16:27:55] [Server thread/WARN]: [ProjectKorra] Task #121 for ProjectKorra v1.8.0 BETA 4 generated an exception
java.lang.NullPointerException
    at com.projectkorra.projectkorra.GeneralMethods.canBend(GeneralMethods.java:288) ~[?:?]
    at com.projectkorra.projectkorra.waterbending.Torrent.progressAll(Torrent.java:566) ~[?:?]
    at com.projectkorra.projectkorra.waterbending.WaterbendingManager.run(WaterbendingManager.java:24) ~[?:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot.jar:git-Spigot-fdc1440-53fac9f]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_20]
Config was regenerated, with MySQL and air particles being the only changes.
 
Status
Not open for further replies.
Top