Advertisement
Guest User

Untitled

a guest
Nov 9th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. [00:16:49 ERROR]: Could not pass event PlayerCommandPreprocessEvent to CMI v8.0.21.4
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1389) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  8. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  10. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  11. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
  14. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  16. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  18. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  20. Caused by: java.lang.NoClassDefFoundError: me/TechXcrafter/UltraPermissions/UltraPermissions
  21. at com.Zrips.CMI.Modules.Permissions.UltraPermissions3Handler.getPrefix(UltraPermissions3Handler.java:43) ~[?:?]
  22. at com.Zrips.CMI.Modules.Permissions.PermissionsManager.getPrefix(PermissionsManager.java:596) ~[?:?]
  23. at com.Zrips.CMI.Containers.CMIUser.updatePrefix(CMIUser.java:481) ~[?:?]
  24. at com.Zrips.CMI.Containers.CMIUser.getPrefix(CMIUser.java:556) ~[?:?]
  25. at com.Zrips.CMI.Locale.Language.replacePlayer(Language.java:286) ~[?:?]
  26. at com.Zrips.CMI.Locale.Language.updateSnd(Language.java:176) ~[?:?]
  27. at com.Zrips.CMI.Modules.Alias.onPreprocessCommand.onCommand(onPreprocessCommand.java:76) ~[?:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
  31. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
  32. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2-hideseek.jar:git-Spigot-642f6d2-6103339]
  33. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement