Advertisement
lcatania

Untitled

Jul 17th, 2020
1,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.42 KB | None | 0 0
  1. [04:14:49] [Server thread/INFO]: Genome issued server command: /cmi portals new Nether
  2. [04:14:49] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'cmi' in plugin CMI v8.7.2.6
  4.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  5.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  6.     at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:757) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  7.     at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1703) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  8.     at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1546) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  9.     at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  10.     at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  11.     at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  12.     at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  13.     at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  14.     at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  15.     at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  16.     at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:943) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  17.     at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:936) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  18.     at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  19.     at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:920) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  20.     at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:852) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  21.     at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  22.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  23. Caused by: java.lang.NullPointerException
  24.     at com.Zrips.CMI.Modules.Portals.CuboidArea.getChunks(CuboidArea.java:303) ~[CMI8.7.2.6.jar:?]
  25.     at com.Zrips.CMI.Modules.Portals.CuboidArea.getChunks(CuboidArea.java:296) ~[CMI8.7.2.6.jar:?]
  26.     at com.Zrips.CMI.Modules.Portals.PortalManager.getChunks(PortalManager.java:310) ~[CMI8.7.2.6.jar:?]
  27.     at com.Zrips.CMI.Modules.Portals.PortalManager.recalculateChunks(PortalManager.java:214) ~[CMI8.7.2.6.jar:?]
  28.     at com.Zrips.CMI.Modules.Portals.PortalManager.addPortal(PortalManager.java:186) ~[CMI8.7.2.6.jar:?]
  29.     at com.Zrips.CMI.commands.list.portals.perform(portals.java:176) ~[CMI8.7.2.6.jar:?]
  30.     at com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:335) ~[CMI8.7.2.6.jar:?]
  31.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.16.1.jar:git-Spigot-05da6fa-b0c6dfe]
  32.     ... 18 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement