build flag not working properly
LadyCailinBot opened this issue ยท 8 comments
WORLDGUARD-3456 - Reported by icy_eagle
so i posted this issue before in 5.9 they told me they don't support 5.9 so i updated to 6.0. and the issue is ppl who don't have permission break in build deny flaged places. i think this is a plugin issue because the update from 5.9 to 6.0 didn't do anything and i don't think anyone else has this issue here are the plugins i have
http://gyazo.com/9a0d5d422a599b63527a4f2939b42c87
http://gyazo.com/5183aa92818a53dec94a26df5c6e4920
http://gyazo.com/84901db1a02742995886b10610b0cb92
here is an error i found
11.04 16:12:20 [Server] INFO ... 17 more
11.04 16:12:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
11.04 16:12:20 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
11.04 16:12:20 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
11.04 16:12:20 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
11.04 16:12:20 [Server] INFO at com.github.taiter.PlayerListener.onInteract(PlayerListener.java:4749) ~[?:?]
11.04 16:12:20 [Server] INFO Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
11.04 16:12:20 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_31]
11.04 16:12:20 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_31]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:588) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerInteractManager.a(PlayerInteractManager.java:107) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:193) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:226) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:20 [Server] INFO org.bukkit.event.EventException
11.04 16:12:20 [Server] ERROR Could not pass event PlayerInteractEvent to Custom_Enchantments v1.1e
11.04 16:12:19 [Server] INFO ... 17 more
11.04 16:12:19 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
11.04 16:12:19 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
11.04 16:12:19 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
11.04 16:12:19 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
11.04 16:12:19 [Server] INFO at com.github.taiter.PlayerListener.onInteract(PlayerListener.java:4749) ~[?:?]
11.04 16:12:19 [Server] INFO Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
11.04 16:12:19 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_31]
11.04 16:12:19 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_31]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:588) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerInteractManager.a(PlayerInteractManager.java:107) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:193) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:226) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:19 [Server] INFO org.bukkit.event.EventException
11.04 16:12:19 [Server] ERROR Could not pass event PlayerInteractEvent to Custom_Enchantments v1.1e
11.04 16:12:18 [Server] INFO ... 17 more
11.04 16:12:18 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
11.04 16:12:18 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
11.04 16:12:18 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
11.04 16:12:18 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
11.04 16:12:18 [Server] INFO at com.github.taiter.PlayerListener.onInteract(PlayerListener.java:4749) ~[?:?]
11.04 16:12:18 [Server] INFO Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
11.04 16:12:18 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_31]
11.04 16:12:18 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_31]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:588) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerInteractManager.a(PlayerInteractManager.java:107) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:193) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:226) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:12:18 [Server] INFO org.bukkit.event.EventException
11.04 16:12:18 [Server] ERROR Could not pass event PlayerInteractEvent to Custom_Enchantments v1.1e
11.04 16:08:34 [Server] INFO ... 14 more
11.04 16:08:34 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
11.04 16:08:34 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
11.04 16:08:34 [Server] INFO at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source) ~[?:?]
11.04 16:08:34 [Server] INFO at meeees.plugins.Portals.DetectOn.playerMoved(DetectOn.java:72) ~[?:?]
11.04 16:08:34 [Server] INFO Caused by: java.lang.NullPointerException
11.04 16:08:34 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_31]
11.04 16:08:34 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_31]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInPosition.a(SourceFile:57) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:255) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
11.04 16:08:34 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-BT35_1.8_03.20.jar:git-Spigot-c3c767f-33d5de3]
Comment by wizjany
if you're getting the deny message, then WG is doing its job and cancelling the event. another plugin must be interfering. try disabling all your other plugins and re-enabling them one-by-one.
Comment by icy_eagle
the plugin that was messing everything up was quick collect http://dev.bukkit.org/bukkit-plugins/quickcollect/
Comment by wizjany
your custom enchantments plugin doesn't seem to support new versions of worldguard.
as for your worldguard issue, i'm not sure what you're asking. if you set build to deny, people shouldn't be able to build. that's normal.
earlier, you said that worldguard was giving the message that they weren't allowed to build, but they still could, which is indicative of other plugins causing issues.