Solved WorldGuard Entry Flags Error

Discussion in 'Plugin Help/Development/Requests' started by DJCooler123, Jul 2, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    DJCooler123

    Hi,

    I am currently using WorldGuard 6.1 on my server, and everything works fine with worldedit. (//wand, regions, pretty much everything). Then a few days ago I tried to make a region where only certain groups can enter. Mines. I did the correct commands in order.

    /rg define (region)
    /rg flag (region) entry deny
    /rg addmember (region) g: (group) I know that there isn't a space in between g: and (group)
    and then there is
    /rg flag (region) entry g- nonmembers

    And yes I did add the permission node group.(group)

    The problem is. When I get to the 3rd step. /rg addmember. It gives me this Error message:
    "WorldGuard: An unexpected error occurred! Please see the server console."

    I checked the console and I saw "Warn: WorldGuard has encountered an unexpected error"

    That's about it. Any help is appreciated. Thanks.
     
  2. Offline

    OTF Catastrophe

    Could you post your full log into a pastebin even though you say that's it please? :)

    Also you could do:
    /rg define (region)
    /rg flag (region) entry deny
    /rg addowner|addmember (region) g:(group) //addowner being full access to region, addmember being follows flags

    This will deny entry to any group not listed under that Region.
     
  3. Offline

    DJCooler123

    I have tried /rg addowner as well and it gave me the same error message. Here is the console:
    (I'm sorry if it is hard to read, I just copied and pasted. I don't know how to do what other people do to show their console where you can scroll through it and stuff)


    02.07 09:52:35 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72] 02.07 09:52:35 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1106) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 09:52:35 [Server] INFO at us.Myles.PWP.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:95) [PerWorldPlugins%20(1).jar:?] 02.07 09:52:35 [Server] INFO at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:51) [AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 09:52:35 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onCommand(WorldGuardPlugin.java:260) [worldguard-6.1.jar:6.1] 02.07 09:52:35 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 09:52:35 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:475) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 09:52:35 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 09:52:35 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 09:52:35 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 09:52:35 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 09:52:35 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 09:52:35 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72] 02.07 09:52:35 [Server] INFO at com.sk89q.worldguard.bukkit.commands.region.MemberCommands.addMember(MemberCommands.java:71) ~[worldguard-6.1.jar:6.1] 02.07 09:52:35 [Server] INFO java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.CommandContext.getParsedPaddedSlice(II)[Ljava/lang/String; 02.07 09:52:35 [Server] WARN WorldGuard encountered an unexpected error
     
  4. Offline

    I Al Istannen

    @DJCooler123
    Use the [code]<your log>[/code] tags, and maybe post the whole log. Stop your server, start it up again and post the contents of the <server directory>/logs/latest.log file (just open it with notepad).
     
  5. Offline

    DJCooler123

    Here is the log starting from the Error Message:
    (It goes bottom to top)
    And there is nothing in my logs from today.

    Code:
    02.07 12:29:45 [Server] INFO §cStarTheKid §4was denied access to command. 02.07 12:29:41 [Server] INFO ... 19 more 02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[PerWorldPlugins%20(1).jar:?] 02.07 12:29:41 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 12:29:41 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 12:29:41 [Server] INFO at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source) ~[?:?] 02.07 12:29:41 [Server] INFO at com.bizarreplatinum.chestpreview.CPListener.onInteract(CPListener.java:71) ~[ChestPreview-1.8-v1.0.jar:?] 02.07 12:29:41 [Server] INFO Caused by: java.lang.NullPointerException 02.07 12:29:41 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72] 02.07 12:29:41 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(SourceFile:8) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(SourceFile:22) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1141) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:174) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:211) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins%20(1).jar:?] 02.07 12:29:41 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[PerWorldPlugins%20(1).jar:?] 02.07 12:29:41 [Server] INFO org.bukkit.event.EventException 02.07 12:29:41 [Server] INFO Could not pass event PlayerInteractEvent to ChestPreview v1.0 02.07 12:29:41 [Server] ERROR **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS **** 02.07 12:29:37 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72] 02.07 12:29:37 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1106) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [CraftBukkit188.jar:git-Bukkit-e1ebe52] 02.07 12:29:37 [Server] INFO at us.Myles.PWP.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:95) [PerWorldPlugins%20(1).jar:?] 02.07 12:29:37 [Server] INFO at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:51) [AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 12:29:37 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onCommand(WorldGuardPlugin.java:260) [worldguard-6.1.jar:6.1] 02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:475) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?] 02.07 12:29:37 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 12:29:37 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 12:29:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72] 02.07 12:29:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72] 02.07 12:29:37 [Server] INFO at com.sk89q.worldguard.bukkit.commands.region.MemberCommands.addMember(MemberCommands.java:71) ~[worldguard-6.1.jar:6.1] 02.07 12:29:37 [Server] INFO java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.CommandContext.getParsedPaddedSlice(II)[Ljava/lang/String; 02.07 12:29:37 [Server] WARN WorldGuard encountered an unexpected error
     
  6. Offline

    I Al Istannen

    @DJCooler123
    Now fix the new lines please :p
    Code:
    02.07 12:29:45 [Server] INFO §cStarTheKid §4was denied access to command.
    02.07 12:29:41 [Server] INFO ... 19 more
    02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[PerWorldPlugins%20(1).jar:?]
    02.07 12:29:41 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]
    02.07 12:29:41 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
    02.07 12:29:41 [Server] INFO at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source) ~[?:?]
    02.07 12:29:41 [Server] INFO at com.bizarreplatinum.chestpreview.CPListener.onInteract(CPListener.java:71) ~[ChestPreview-1.8-v1.0.jar:?]
    02.07 12:29:41 [Server] INFO Caused by: java.lang.NullPointerException
    02.07 12:29:41 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72]
    02.07 12:29:41 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(SourceFile:8) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(SourceFile:22) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1141) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:174) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:211) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins%20(1).jar:?]
    02.07 12:29:41 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:41 [Server] INFO at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[PerWorldPlugins%20(1).jar:?]
    02.07 12:29:41 [Server] INFO org.bukkit.event.EventException
    02.07 12:29:41 [Server] INFO Could not pass event PlayerInteractEvent to ChestPreview v1.0
    02.07 12:29:41 [Server] ERROR **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
    02.07 12:29:37 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:537) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:629) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:335) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:673) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:9) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(SourceFile:37) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:966) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1106) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [CraftBukkit188.jar:git-Bukkit-e1ebe52]
    02.07 12:29:37 [Server] INFO at us.Myles.PWP.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:95) [PerWorldPlugins%20(1).jar:?]
    02.07 12:29:37 [Server] INFO at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:51) [AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?]
    02.07 12:29:37 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onCommand(WorldGuardPlugin.java:260) [worldguard-6.1.jar:6.1]
    02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?]
    02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:475) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?]
    02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?]
    02.07 12:29:37 [Server] INFO at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533) ~[AutoBroadcasterPlus-1.1.1-SNAPSHOT.jar:?]
    02.07 12:29:37 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]
    02.07 12:29:37 [Server] INFO at com.sk89q.worldguard.bukkit.commands.region.MemberCommands.addMember(MemberCommands.java:71) ~[worldguard-6.1.jar:6.1]
    02.07 12:29:37 [Server] INFO java.lang.NoSuchMethodError: com.sk89q.minecraft.util.commands.CommandContext.getParsedPaddedSlice(II)[Ljava/lang/String;
    02.07 12:29:37 [Server] WARN WorldGuard encountered an unexpected error
    Do you have compatible versions of WorldGuard and WorldEdit?
    Try to update both.
     
  7. Offline

    DJCooler123


    I have WorldEdit 5.6.3 and WorldGuard 6.1. Could this be the problem?
     
    Last edited: Jul 2, 2016
  8. Offline

    OTF Catastrophe

    WorldGuard and WorldEdit always update with the same version numbers. Definitely update WorldEdit to version 6.1 and it seems that may not be the issue. Your issue seems to be with PerWorldPlugins, are you sure both WorldEdit and WorldGuard are enabled in the specific world youre working in? Permissions wise and plugin enabled wise.

    EDIT: Half way through the stack trace it says "*** THIS IS NOT AN ERROR WITH PER WORLD PLUGINS***", but I believe this might be a message for ChestPreview so dont let it confuse you. Make sure WorldGuard and WorldEdit are both enabled permission and enabled wise in the world.
     
  9. Offline

    DJCooler123

    Firstly, my WorldEdit is that version because for some reason all newer versions do not work with some of the plugins I have. So to keep WE working, I downgraded it. Secondly, both WE and WG are enabled in all worlds. So I do not think it would have to do with Perworldplugins.
     
  10. Offline

    OTF Catastrophe

    Have you tried downgrading WorldGuard to the same version as WorldEdit?
     
  11. Offline

    DJCooler123

    I haven't I will try that now.

    It worked! I downgraded my WorldGuard to the same as my WorldEdit. Thanks so much for the help!
     
    Last edited: Jul 2, 2016
  12. Offline

    OTF Catastrophe

    No problem at all aha, glas your issue was resolved! Don't forget to set the post to 'Solved'! :D Have a good day.
     
Thread Status:
Not open for further replies.

Share This Page