Created
May 9, 2019 06:34
-
-
Save Wissi/786842d52d0f5092bdf99d5b899d06db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.