• 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 Firebending Not Working & Bending Remove Not Working

Status
Not open for further replies.

paliate

Member
I seem to have stumbled upon a problem...

For some odd reason i cannot remove anyones bending, When i do the command all i get is
13.11 20:02:24 [Server] INFO ... 8 more
13.11 20:02:24 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at com.projectkorra.ProjectKorra.Commands$1.onCommand(Commands.java:887) ~[?:?]
13.11 20:02:24 [Server] INFO at com.projectkorra.ProjectKorra.Methods.removeUnusableAbilities(Methods.java:1695) ~[?:?]
13.11 20:02:24 [Server] INFO at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:284) ~[?:?]
13.11 20:02:24 [Server] INFO at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Methods.java:1220) ~[?:?]
13.11 20:02:24 [Server] INFO Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
13.11 20:02:24 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot_1637.jar:git-Spigot-1637]
13.11 20:02:24 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'bending' in plugin ProjectKorra v1.4.0
13.11 20:02:24 [Server] WARN Unexpected exception while parsing console command "bending remove yobro86"
in console.

Plugins:


I also cannot use Combustion, Blaze, Or Fireblast, Though all of the other moves work just fine, If any farther information is needed please let me know.
 

Helios

Member
I may have a solution to Combustion, Blaze and Fireblast not working.

Do /region flag __global__ tnt allow (__ Two underscores)
and /region flag __global__ lighter allow

Hope this helps.
 

dNiym

Member
are you running worldedit 6? the isregionprotectedfrombuild() error makes me question what version of worldguard/edit you have.

do /wg version and /we version
if you're running 5.9 it's time to upgrade!

Also the above would prevent firebending from working as it relies on worldguard flags to decide if/when firebending is allowed.
 

bathamos

Member
I am having this same issue. I would be very grateful if anyone had any ideas as to what the problem may be.
I am using world guard 6.0 and from what I can tell is the latest version of project korra.
My server is 1.7.9-r0.2
I made sure to do the global region fixes as Helios listed above.

__global__:
flags: {tnt: allow, lighter: allow}
priority: 0
type: global
owners: {}
members: {}
The plugins I am using are:
ChatManager
ClearLag
FreeTeleport
GameModeInventories
ModifyWorld
Multiverse-Core
PermissionsEx
ProjectKorra
SimplePrefix
WorldEdit
WorldGuard

This is the error I am getting.

Code:
[00:44:02 ERROR]: Could not pass event PlayerAnimationEvent to ProjectKorra v1.4
.0
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:294) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
ava:501) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:486) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java
:997) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.a(SourceFile:43
) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.PacketPlayInArmAnimation.handle(SourceFi
le:9) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157
) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craf
tbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:6
67) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:2
60) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:5
58) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java
:469) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6
28) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.wor
ldguard.protection.ApplicableRegionSet, but class was expected
        at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Meth
ods.java:1220) ~[?:?]
        at com.projectkorra.ProjectKorra.Methods.canBend(Methods.java:284) ~[?:?
]
        at com.projectkorra.ProjectKorra.PKListener.onPlayerSwing(PKListener.jav
a:689) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_51]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_51]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
        ... 13 more
>
If someone spams one of the firebending moves that doesn't work, the error will persist, even after the stop and then the server will crash.
 

dNiym

Member
Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.wor
ldguard.protection.ApplicableRegionSet, but class was expected
at com.projectkorra.ProjectKorra.Methods.isRegionProtectedFromBuild(Meth
ods.java:1220) ~[?:?]
This error tells us that the plugin is trying to use a method found in worldguard but it could not find the code it expected. Which leads us to believe you're not *really* running worldguard 6..
/wg version will verify.
 

paliate

Member
Worldguard is 6.0.0 beta 02.

Worldedit is 5.6.3

& the region thing didn't help, fire is still unable to do moves.


I was actually told that they dont have Permission to use blaze etc, But it doesn't let me use it either so permissions shouldn't be the problem since im op.
But all the other elements are fine, How do i fix this?
 
Last edited:

bathamos

Member
... stop using World Guard 5.
c:
I'm not sure if you were responding to me, but as I said in my post, I am using WorldGuard 6.
WorldGuard 6.0.0-beta-02
I am using WorldEdit 5.6.2. Not sure if that is an issue.

I am not getting any permissions errors.
This error tells us that the plugin is trying to use a method found in worldguard but it could not find the code it expected. Which leads us to believe you're not *really* running worldguard 6..
/wg version will verify.
Yes, after I did /wg version, I got what I posted above. I am assuming you aren't expecting me to be using WorldEdit 6.0 as it only came out three hours ago.
 

Gahshunk

Member
It's probably not World Edit but I'm wondering if you have the two flags for the global region set as stated above. Other interferences as other plugins, Bukkit/spigot version, and misinformation may be an issue.
 

Mist

Staff member
Administrator
I'd try updating to a recent version of ProjectKorra. WorldGuard v6 support is only included in the 1.5.0 builds!
 

SenpaiBlaze

Member
Check list of how to fix it:
  • /wg version (Is it 6.0.0? If not, upgrade!)
  • Upgrade to the latesy Pk DEV build. Notice i italicized dev.
  • Update your worldedit to the latest version. Considering world guard is built off of world edit, that may be the issue
  • Try and grab a newer spigot/bukkit version. It could simply be that spigot/bukkit is outdated.
  • Make sure in the world that you want to bend in, you do these
    • /rg flag __global__ tnt allow
    • /rg flag __global__ other-explosives allow
    • /rg flag __global__ lightning allow
I hoped that helped. That's region with two _ if you were wondering.
 
Status
Not open for further replies.
Top