304Ganer
Verified Member
Ok, here is the debug.txtUse /bending debug - Then upload the debug.txt from /plugins/ProjectKorra
Attachments
-
7.1 KB Views: 2
Ok, here is the debug.txtUse /bending debug - Then upload the debug.txt from /plugins/ProjectKorra
Upgrade to BendingGUI 1.15Ok, here is the debug.txt
you going to update BendingGui to v1.15 or told me to use BendingGui v1.1.5?Upgrade to BendingGUI 1.15
For ProjectKorra 1.8.0, you need to use BendingGUI 1.1.5you going to update BendingGui to v1.15 or told me to use BendingGui v1.1.5?
it's doesn't seem to work. I do like what you said, i'v install BendingGui 1.1.5 for my server but when i test it, i type /gui but it give me a list of command (there will be a picture down bellow) instead of the Configure bending Gui ( the Compass).For ProjectKorra 1.8.0, you need to use BendingGUI 1.1.5
That general means there's an error. Can you please post your console log?it's doesn't seem to work. I do like what you said, i'v install BendingGui 1.1.5 for my server but when i test it, i type /gui but it give me a list of command (there will be a picture down bellow) instead of the Configure bending Gui ( the Compass).
Where can i get the console log, give me the address please.That general means there's an error. Can you please post your console log?
The console itself isn't a file. It's the window your server runs in, that shows all plugin data, errors, messages, and commands. When you run the command on your server, there is an error generating in the console. I need that.Where can i get the console log, give me the address please.
Oh, i know what it is now, here is the console:The console itself isn't a file. It's the window your server runs in, that shows all plugin data, errors, messages, and commands. When you run the command on your server, there is an error generating in the console. I need that.
Ah, right. Yes, you have to use Spigot 1.8.8 and not 1.8. Also, make sure the ProjectKorra 1.8.0 you get is for MC 1.8 (there are 2 versions).Oh, i know what it is now, here is the console:
so the project korra im using right now is for spigot MC 1.8.8 not MC 1.8?Ah, right. Yes, you have to use Spigot 1.8.8 and not 1.8. Also, make sure the ProjectKorra 1.8.0 you get is for MC 1.8 (there are 2 versions).
ProjectKorra never supported "1.8", it only ever supported "1.8.8" (and yes, there is a difference). And when I said "ProjectKorra for MC 1.8", that version is for Spigot 1.8.8. The other version is for 1.9, but I assume you don't want that.so the project korra im using right now is for spigot MC 1.8.8 not MC 1.8?
Read the rest of this update entry...
- Added support for Spigot 1.12 and all new future releases [of spigot]
This did originally happen, but for reasons unknown, this has stopped working. None of the code has changed or anything like that, so I still don't know why it happens. So sorry, it is a known bug, but until it's fixed there's not much I can do.I have noticed that right-clicking the compass only displays a GUI when the player is facing/close enough to a block.
This turns away some of my new players who don't understand why nothing appears when they right click the compass. I was wondering if it'd be possible to have the compass display a gui when right clicked and not selecting a block, like mineplex or such.
Read the rest of this update entry...
- Changed the color of earth move slots to be light green panes instead of green panes
- Re-implemented the ability to make the gui item enchanted
- Shift clicking the page arrows will now jump to the last page
- Fixed binding moves having the wrong color if they were a subelement ability
- Fixed right clicking not working on air
- Turns out this was actually a spigot issue. A workaround is in place for now, but it may cause issues. I...
[08:56:56] [Server thread/WARN]: java.lang.NullPointerException
[08:56:56] [Server thread/WARN]: at com.strangeone101.bendinggui.menus.MenuBendingOptions.getItemForSlot(MenuBendingOptions.java:179)
[08:56:56] [Server thread/WARN]: at com.strangeone101.bendinggui.menus.MenuBendingOptions.update(MenuBendingOptions.java:1039)
[08:56:56] [Server thread/WARN]: at com.strangeone101.bendinggui.menus.MenuBendingOptions.openMenu(MenuBendingOptions.java:1160)
[08:56:56] [Server thread/WARN]: at com.strangeone101.bendinggui.Listener.onItemRightClick(Listener.java:46)
[08:56:56] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor978.execute(Unknown Source)
[08:56:56] [Server thread/WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70)
[08:56:56] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[08:56:56] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[08:56:56] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515)
[08:56:56] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500)
[08:56:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:236)
[08:56:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:203)
[08:56:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:199)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1029)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:5)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14)
[08:56:56] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[08:56:56] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
[08:56:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
[08:56:56] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)