Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.03 KB | None | 0 0
  1. > papi i player
  2. [03:06:05] [Server thread/INFO] [nucleus]: Server ran the command: /papi i player
  3. [03:06:05] [Server thread/INFO]: ====================================
  4. [03:06:05] [Server thread/INFO]: Error occurred while executing command: null
  5. [03:06:05] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'papi i player' for source DedicatedServer: null
  6. java.lang.NullPointerException
  7.         at java.lang.String.compareTo(Unknown Source) ~[?:1.8.0_112]
  8.         at me.rojo8399.placeholderapi.commands.InfoCommand.lambda$formatExpansion$2(InfoCommand.java:43) ~[InfoCommand.class:?]
  9.         at java.util.TimSort.countRunAndMakeAscending(Unknown Source) ~[?:1.8.0_112]
  10.         at java.util.TimSort.sort(Unknown Source) ~[?:1.8.0_112]
  11.         at java.util.Arrays.sort(Unknown Source) ~[?:1.8.0_112]
  12.         at java.util.ArrayList.sort(Unknown Source) ~[?:1.8.0_112]
  13.         at java.util.stream.SortedOps$RefSortingSink.end(Unknown Source) ~[?:1.8.0_112]
  14.         at java.util.stream.Sink$ChainedReference.end(Unknown Source) ~[?:1.8.0_112]
  15.         at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) ~[?:1.8.0_112]
  16.         at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_112]
  17.         at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_112]
  18.         at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_112]
  19.         at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_112]
  20.         at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_112]
  21.         at me.rojo8399.placeholderapi.commands.InfoCommand.formatExpansion(InfoCommand.java:50) ~[InfoCommand.class:?]
  22.         at me.rojo8399.placeholderapi.commands.InfoCommand.execute(InfoCommand.java:32) ~[InfoCommand.class:?]
  23.         at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:179) ~[ChildCommandElementExecutor.class:1.11.2-2227-6
  24. .0.0-BETA-2148]
  25.         at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:351) ~[CommandSpec.class:1.11.2-2227-6.0.0-BETA-2148]
  26.         at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.11.2-2227-6.0.0-BETA-2148]
  27.         at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:295) [SpongeCommandManager.class:1.11.2-2227-6.0.0-BETA-2148]
  28.         at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1083) [bd.class:?]
  29.         at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:420) [lh.class:?]
  30.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:385) [lh.class:?]
  31.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
  32.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
  33.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement