• Proceed with caution! Unofficial add-on plugins and abilities are not supported by the ProjectKorra staff. We will not provide support for broken add-ons. Download at your own risk.
  • 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
BendingGUI

BendingGUI 1.5.1-PK1.10.1

simolsen

New Member
bendingGUI version 1.0.7 don't work with pk 1.8.0 BETA 12 can get the compass abd open the gui but if a try to click on a ability i say
an error ocured while processing the clickevent. please report this to your admin or the plugin developer
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
bendingGUI version 1.0.7 don't work with pk 1.8.0 BETA 12 can get the compass abd open the gui but if a try to click on a ability i say
an error ocured while processing the clickevent. please report this to your admin or the plugin developer
Please post the error in the console. I can't fix it if I don't know the problem. :)
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
StrangeOne101 updated BendingGUI with a new update entry:

Big Update

Since there seemed to be some demand for the new update, I worked through the last of the bugs with the new version and pushed out an update. Hope you enjoy. :)

• Added 1.9/1.10 support
• Added Combo Support (new combo toggle)
• Added BendingBoard toggle
• Added /b gui command which functions as /gui does
• Added staff roles to player heads
• Added more default descriptions
• Added new PK version tester (informs admins of incorrect versions)
• Changed color of descriptions to grey instead...
Read the rest of this update entry...
 

Theweasels

New Member
After updating, right-clicking the compass does nothing.

Here the error message:


[18:01:44] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to BendingGUI v1.1.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:717) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
Caused by: java.lang.NoSuchFieldError: playerAbilities
at com.strangeone101.bendinggui.menus.MenuBendingOptions.getItemForSlot(MenuBendingOptions.java:205) ~[?:?]
at com.strangeone101.bendinggui.menus.MenuBendingOptions.update(MenuBendingOptions.java:1015) ~[?:?]
at com.strangeone101.bendinggui.menus.MenuBendingOptions.openMenu(MenuBendingOptions.java:1136) ~[?:?]
at com.strangeone101.bendinggui.Listener.onItemRightClick(Listener.java:44) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
... 18 more
[18:01:48] [Server thread/INFO]: Theweasels lost connection: Disconnected

Hope this helps!
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
After updating, right-clicking the compass does nothing.

Here the error message:


[18:01:44] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to BendingGUI v1.1.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:717) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
Caused by: java.lang.NoSuchFieldError: playerAbilities
at com.strangeone101.bendinggui.menus.MenuBendingOptions.getItemForSlot(MenuBendingOptions.java:205) ~[?:?]
at com.strangeone101.bendinggui.menus.MenuBendingOptions.update(MenuBendingOptions.java:1015) ~[?:?]
at com.strangeone101.bendinggui.menus.MenuBendingOptions.openMenu(MenuBendingOptions.java:1136) ~[?:?]
at com.strangeone101.bendinggui.Listener.onItemRightClick(Listener.java:44) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
... 18 more
[18:01:48] [Server thread/INFO]: Theweasels lost connection: Disconnected

Hope this helps!
What version of ProjectKorra are you using?
 

jrbl00

New Member
Hi. The bending plugin isn't working for me. My server is minecraft 1.10, I'm using v1.1.3 of your plugin, and using the 1.8.0 version of project korra core.

I saw this in your update log " • Fixed plugin not loading on 1.9/1.10 for unknown reasons ", but I think that's exactly what's happening on my server. I know that it installed because I have the config folder and files in my plugins folder. But when I look at the logs I don't see anything regarding BendingGui, like it didn't load for some reason.

Wish I could proivde more info, but no BendingGui error log info is coming up and nothing shows in the normal logs either.

I'm using the free mincraft server from Server.pro. The spigot version I'm using is 1.10 as well.

Your plugin is just what my friend needs because he isn't good with console commands. Thanks for making it.
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
Hi. The bending plugin isn't working for me. My server is minecraft 1.10, I'm using v1.1.3 of your plugin, and using the 1.8.0 version of project korra core.

I saw this in your update log " • Fixed plugin not loading on 1.9/1.10 for unknown reasons ", but I think that's exactly what's happening on my server. I know that it installed because I have the config folder and files in my plugins folder. But when I look at the logs I don't see anything regarding BendingGui, like it didn't load for some reason.

Wish I could proivde more info, but no BendingGui error log info is coming up and nothing shows in the normal logs either.

I'm using the free mincraft server from Server.pro. The spigot version I'm using is 1.10 as well.

Your plugin is just what my friend needs because he isn't good with console commands. Thanks for making it.
That's rather odd. I'll have another look into this, but can you check your console for log messages? Not necessarily error messages, but BendingGUI may be telling you something else and if so, could you show me that message? Thanks!

Glad to hear you like the plugin as well. I'll get it working as soon as I can :)
 
Top