Created
April 13, 2018 08:51
-
-
Save Asherslab/f9aa56c68247bbbce593f63166ed85e9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [02:40:24] [Server thread/INFO]: Error occurred while executing command: java.lang.NullPointerException | |
| [02:40:24] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'mc colony delete colony: 60' for source DedicatedServer: java.lang.NullPointerException | |
| java.lang.RuntimeException: java.lang.NullPointerException | |
| at org.spongepowered.common.command.MinecraftCommandWrapper.tryExecute(MinecraftCommandWrapper.java:164) ~[MinecraftCommandWrapper.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.common.command.MinecraftCommandWrapper.process(MinecraftCommandWrapper.java:145) ~[MinecraftCommandWrapper.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:341) ~[SimpleDispatcher.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:328) [SpongeCommandManager.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1083) [dh.class:?] | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:432) [nz.class:?] | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161] | |
| Caused by: java.lang.NullPointerException | |
| at com.minecolonies.coremod.commands.colonycommands.DeleteColonyCommand.executeShared(DeleteColonyCommand.java:170) ~[DeleteColonyCommand.class:?] | |
| at com.minecolonies.coremod.commands.colonycommands.DeleteColonyCommand.execute(DeleteColonyCommand.java:88) ~[DeleteColonyCommand.class:?] | |
| at com.minecolonies.coremod.commands.CommandEntryPointNew.createInstanceAndExecute(CommandEntryPointNew.java:274) ~[CommandEntryPointNew.class:?] | |
| at com.minecolonies.coremod.commands.CommandEntryPointNew.func_184881_a(CommandEntryPointNew.java:260) ~[CommandEntryPointNew.class:?] | |
| at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) ~[bj.class:?] | |
| at org.spongepowered.common.command.MinecraftCommandWrapper.tryExecute(MinecraftCommandWrapper.java:160) ~[MinecraftCommandWrapper.class:1.12.2-2611-7.1.0-BETA-2990] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment