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:
Config was regenerated, with MySQL and air particles being the only changes.
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]