This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the issue?
Whenever I load the plugin into my server (running spigot 1.7.10) and try to do /land claim (or any variant of the command) it comes up with the error:
An internal error occurred while attempting to perform this command
Please provide any additional information below.
It also spams the console with this error:
14.12 21:25:08 [Server] INFO ... 13 more\14.12 21:25:08 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at com.jcdesimp.landlord.LandlordCommandExecutor.onCommand(LandlordCommandExecutor.java:61) ~[?:?]\14.12 21:25:08 [Server] INFO at com.jcdesimp.landlord.LandlordCommandExecutor.landlord_claim(LandlordCommandExecutor.java:269) ~[?:?]\14.12 21:25:08 [Server] INFO at com.jcdesimp.landlord.pluginHooks.WorldguardHandler.canClaim(WorldguardHandler.java:51) ~[?:?]\14.12 21:25:08 [Server] INFO Caused by: java.lang.NoSuchMethodError: com.sk89q.worldguard.protection.regions.ProtectedRegion.getIntersectingRegions(Ljava/util/List;)Ljava/util/List;\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.10.jar:git-Spigot-1649]\14.12 21:25:08 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'land' in plugin Landlord v1.2\14.12 21:25:08 [Server] ERROR null\
Ok so this is actually an issue with Worldguard, not Landlord. In the landlord config disable worldguard integration. let me know if that solves your issue.
@Jcdesimp: Go
Ok so I changed the Worldguard to false, but i still get the same error, here is a Gyazo link of my config and what my console says: http://gyazo.com/87d7607f5823d2c7fdaab8909a87fc2d - config p1 http://gyazo.com/abdd8a5ce4ff63cc124980436cb852e7 - config p2 http://gyazo.com/c184223bf042040e69ae7fb7f5cb1da2 - console logs
@xThordz22: Go
OK so it looks like you uncommented some of the top portion of the config file, that should all be commented, the actual config options are the part that is uncommented by default. I suggest regenerating the config file and only changing the option that are uncommented.
And make sure to set the worldguard stuff to false.
To post a comment, please login or register a new account.