Greetings,
I am currently trying to use commandbook. I follow the install instructions, but when i get ingame it doesn't work. I will use a teleport command, kick, or ban command and it'll say "Error see console". I look at the console and it is a bunch of mumbo jumbo that i don't understand
I deleted that and tried using essentials, and the same thing happens. "An internal error occurred while attempting this".
I have no idea why. I am using spigot 1.9.4. I understand that the plugins haven't been updated in a while, but other servers are using the same with no issues.
I am currently trying to use commandbook. I follow the install instructions, but when i get ingame it doesn't work. I will use a teleport command, kick, or ban command and it'll say "Error see console". I look at the console and it is a bunch of mumbo jumbo that i don't understand
I deleted that and tried using essentials, and the same thing happens. "An internal error occurred while attempting this".
I have no idea why. I am using spigot 1.9.4. I understand that the plugins haven't been updated in a while, but other servers are using the same with no issues.
9
You use spigot 1.10
CommandBook 2.4 which I believe is their latest stable version for craftbukkit 1.7.9-R0.2. So that may cause issues.
You can try test builds here: http://builds.enginehub.org/
But be warned, these are not stable versions and may break some stuff.
CommandBook 2.4 which I believe is their latest stable version for craftbukkit 1.7.9-R0.2. So that may cause issues.
You can try test builds here: http://builds.enginehub.org/
But be warned, these are not stable versions and may break some stuff.
Update:
These are the errors I get in the console when using command book
13.06 17:50:44 [Server] WARN com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:538)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:516)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409)
13.06 17:50:44 [Server] WARN at com.zachsthings.libcomponents.bukkit.BukkitComponent.onCommand(BukkitComponent.java:80)
13.06 17:50:44 [Server] WARN at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:54)
13.06 17:50:44 [Server] WARN at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
13.06 17:50:44 [Server] WARN at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:646)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1348)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1183)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
13.06 17:50:44 [Server] WARN at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13.06 17:50:44 [Server] WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
13.06 17:50:44 [Server] WARN at java.lang.Thread.run(Thread.java:745)
13.06 17:50:44 [Server] WARN Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$PlayerParser.matchPlayerNames(InputUtil.java:168)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$LocationParser.matchLocations(InputUtil.java:619)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$LocationParser.matchLocation(InputUtil.java:491)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.locations.TeleportComponent$Commands.teleport(TeleportComponent.java:146)
13.06 17:50:44 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13.06 17:50:44 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
13.06 17:50:44 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13.06 17:50:44 [Server] WARN at java.lang.reflect.Method.invoke(Method.java:498)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:528)
13.06 17:50:44 [Server] WARN ... 19 more
Send
These are the errors I get in the console when using command book
13.06 17:50:44 [Server] WARN com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:538)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:516)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:409)
13.06 17:50:44 [Server] WARN at com.zachsthings.libcomponents.bukkit.BukkitComponent.onCommand(BukkitComponent.java:80)
13.06 17:50:44 [Server] WARN at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:54)
13.06 17:50:44 [Server] WARN at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
13.06 17:50:44 [Server] WARN at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:646)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1348)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1183)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
13.06 17:50:44 [Server] WARN at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13.06 17:50:44 [Server] WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
13.06 17:50:44 [Server] WARN at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
13.06 17:50:44 [Server] WARN at java.lang.Thread.run(Thread.java:745)
13.06 17:50:44 [Server] WARN Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$PlayerParser.matchPlayerNames(InputUtil.java:168)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$LocationParser.matchLocations(InputUtil.java:619)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.util.InputUtil$LocationParser.matchLocation(InputUtil.java:491)
13.06 17:50:44 [Server] WARN at com.sk89q.commandbook.locations.TeleportComponent$Commands.teleport(TeleportComponent.java:146)
13.06 17:50:44 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13.06 17:50:44 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
13.06 17:50:44 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13.06 17:50:44 [Server] WARN at java.lang.reflect.Method.invoke(Method.java:498)
13.06 17:50:44 [Server] WARN at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:528)
13.06 17:50:44 [Server] WARN ... 19 more
Send
I'd prefer to use good old commandbook, but it's not working with 1.9
http://dev.bukkit.org/bukkit-plugins/permissionsex/
http://dev.bukkit.org/bukkit-plugins/essentialsgreen/
those are the only ones i can find
http://dev.bukkit.org/bukkit-plugins/essentialsgreen/
those are the only ones i can find
Essentials 1.8 works with the latest version of minecraft (1.9.4). and as far as commandbook, someone probably modified it or something. I'm not sure. if I were you I would go with essentials or just use another plugin for commands and what not. ether that or ask a server owner that has a commandbook plugin that works with 1.9.4 to send you the jar or a link that they found. good luck
I believe that Essentials 1.8 works on 1.9.4. And as far as CommandBook, its for one pretty out dated and it does say you have to have world edit with it. You can try getting the same version of world edit that commandbook is running which is 1.7.9. Not sure tho. worth a try.
Even if that did work, I would want to run the latest version of minecraft.
