Skip to content

Instantly share code, notes, and snippets.

@Wissi
Created May 9, 2019 06:34
Show Gist options
  • Save Wissi/786842d52d0f5092bdf99d5b899d06db to your computer and use it in GitHub Desktop.
Save Wissi/786842d52d0f5092bdf99d5b899d06db to your computer and use it in GitHub Desktop.
[00:23:56] [Server thread/INFO] [nucleus]: Server ran the command: /clearmob run entity
[00:23:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Error occurred while executing command: null
[00:23:56] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'clearmob run entity' for source DedicatedServer: null
java.lang.NullPointerException: null
at io.github.axle2005.clearmob.clearers.ClearEntity.run(ClearEntity.java:42) ~[ClearEntity.class:?]
at io.github.axle2005.clearmob.commands.CommandRun.execute(CommandRun.java:28) ~[CommandRun.class:?]
at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:255) ~[ChildCommandElementExecutor.class:1.12.2-2825-7.1.6-RC3693]
at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388) ~[CommandSpec.class:1.12.2-2825-7.1.6-RC3693]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:340) ~[SimpleDispatcher.class:1.12.2-2825-7.1.6-RC3693]
at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:337) [SpongeCommandManager.class:1.12.2-2825-7.1.6-RC3693]
at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1156) [dh.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:433) [nz.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:398) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
@axle2005
Copy link

axle2005 commented May 9, 2019

Can you upload the whole server log, or rather just a log from startup to 'done'? The only thing that can really be null at that point in the code is the Config, so I just want to confirm it is loading fine.

Also, a copy of your current config would help me as well I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment