Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. [20:56:33] [Server thread/WARN]: Unexpected exception while parsing console command "ewg createworld timmy"
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'ewg' in plugin EpicWorldGenerator v8.1.1
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  5. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:707) ~[spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  6. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchServerCommand(CraftServer.java:692) [spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  7. at net.minecraft.server.v1_14_R1.DedicatedServer.handleCommandQueue(DedicatedServer.java:433) [spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  8. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:397) [spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  9. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956) [spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  10. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801) [spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  11. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  12. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_14_R1.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  13. at com.minelazz.epicworldgenerator.v.onCommand(fga:71) ~[?:?]
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Spigot-03bd4b0-a4a2f67]
  15. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement