Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. we are experiencing massive problems with Herochat and Factions.
  2. Both plugins work well when they are used on their own but throw the following errors when combined.
  3.  
  4. When I try to join a channel via /ch G the following happens:
  5.  
  6. "An internal error occurd while attempting to perform this command."
  7.  
  8. Console:
  9.  
  10. [05:58:51 ERROR]: null
  11. org.bukkit.command.CommandException: Unhandled exception executing command 'ch' in plugin Herochat v6.0.1-SNAPSHOT-bb31
  12. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  13. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  14. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:651) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  15. at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1392) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  16. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1227) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  17. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  18. at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  19. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151]
  21. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151]
  22. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  24. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  28. Caused by: java.lang.NullPointerException
  29. at com.dthielke.herochat.command.commands.QuickMsgCommand.execute(QuickMsgCommand.java:57) ~[?:?]
  30. at com.dthielke.herochat.command.CommandHandler.dispatch(CommandHandler.java:56) ~[?:?]
  31. at com.dthielke.herochat.Herochat.onCommand(Herochat.java:88) ~[?:?]
  32. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-7754231-9a1f5ee]
  33. ... 15 more
  34.  
  35.  
  36. this error stops when I do /herochat reload, but reappers after a server restart. Also the factions Channel does not seem to hook into factions, it behaves just as a different colored globalchat for everyone to read.
  37.  
  38. We are using Spigot on 1.12, the free HeroChat Version on 1.10 worked fine with Factions for over two years but this new build (Herochat v6.0.1-SNAPSHOT-bb31) not at all. Thanks for any Support, this is very urgent.
  39.  
  40. Greetings and please keep up the good work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement