Advertisement
Guest User

Untitled

a guest
Jul 8th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 2.03 KB | None | 0 0
  1. [12:27:48] [Server thread/INFO]: Prezes issued server command: /dtm join 1
  2. [12:27:48] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'dtm' in plugin dtm v1.0
  4.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  5.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  6.     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  7.     at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  8.     at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  9.     at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  10.     at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  11.     at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  12.     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
  13.     at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
  14.     at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  15.     at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  16.     at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  17.     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  18.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  19. Caused by: java.lang.NullPointerException
  20.     at net.dtm.main.onCommand(main.java:102) ~[?:?]
  21.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  22.     ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement