Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Region Hooks broke with update #307

Closed
melinstagibson opened this issue Dec 22, 2016 · 7 comments
Closed

Region Hooks broke with update #307

melinstagibson opened this issue Dec 22, 2016 · 7 comments
Labels
enhancement Feature request, an issue about something that could be improved, or a PR improving something.

Comments

@melinstagibson
Copy link

[01:35:56 ERROR]: Could not pass event PlayerMoveEvent to Skript v2.2-dev22f
java.lang.IncompatibleClassChangeError: Expected static method com.bekvon.bukkit.residence.Residence.getResidenceManager()Lcom/bekvon/bukkit/residence/protection/ResidenceManager;
at ch.njol.skript.hooks.regions.ResidenceHook.getRegionsAt_i(ResidenceHook.java:94) ~[?:?]
at ch.njol.skript.hooks.regions.RegionsPlugin.getRegionsAt(RegionsPlugin.java:94) ~[?:?]
at ch.njol.skript.hooks.regions.events.EvtRegionBorder$3.execute(EvtRegionBorder.java:161) ~[?:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.11.2.jar:git-Paper-989]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.11.2.jar:git-Paper-989]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [patched_1.11.2.jar:git-Paper-989]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:617) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.PacketPlayInFlying.a(SourceFile:126) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [patched_1.11.2.jar:git-Paper-989]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:817) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:403) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:749) [patched_1.11.2.jar:git-Paper-989]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:648) [patched_1.11.2.jar:git-Paper-989]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]

:/

@melinstagibson
Copy link
Author

Ugh this is actually a major blow to me since all my servers depend on those 2 plugins, anything i can do to motivate you fixing this immediately? Ill gladly toss you a few bucks...

@bensku
Copy link
Member

bensku commented Dec 22, 2016

Residence has updated, I guess. Shouldn't be too hard to fix on Skript side, but that will naturally break all previous Residence versions.

@bensku bensku added the enhancement Feature request, an issue about something that could be improved, or a PR improving something. label Dec 22, 2016
@melinstagibson
Copy link
Author

Its just odd because this error spams the console even if i have no scripts running at all.

Could you fix this soon? Since old versions will always work with old skript versions it shouldnt be an issue. Please.

@bensku
Copy link
Member

bensku commented Dec 22, 2016

I guess this is fixed now. Can you confirm?

@melinstagibson
Copy link
Author

melinstagibson commented Dec 22, 2016 via email

@TheBentoBox
Copy link
Member

@melinstagibson Can you confirm for us if this is now fixed?

@melinstagibson
Copy link
Author

works for me on the latest spigot and residences aswell as worldguard, closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request, an issue about something that could be improved, or a PR improving something.
Projects
None yet
Development

No branches or pull requests

3 participants