Skip to content

Instantly share code, notes, and snippets.

@breadbyte
Last active June 5, 2019 03:06
Show Gist options
  • Save breadbyte/5923d6287f29b0a52f166b61c56d1ebc to your computer and use it in GitHub Desktop.
Save breadbyte/5923d6287f29b0a52f166b61c56d1ebc to your computer and use it in GitHub Desktop.
[16:39:23 INFO]: [StackMob] Enabling StackMob v4.0.0
[16:39:23 INFO]: [StackMob] StackMob v4.0.0 created by antiPerson (pas_francais)
[16:39:23 INFO]: [StackMob] Documentation can be found at https://www.spigotmc.org/resources/stackmob.29999/
[16:39:23 INFO]: [StackMob] GitHub repository can be found at https://www.github.com/Nathat23/StackMob-2
[16:39:23 INFO]: [StackMob] Detected server version: V1_14
[16:39:23 ERROR]: Error occurred while enabling StackMob v4.0.0 (Is it up to date?)
java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.copyToFile(Ljava/io/InputStream;Ljava/io/File;)V
at uk.antiperson.stackmob.config.ConfigLoader.copyDefault(ConfigLoader.java:83) ~[?:?]
at uk.antiperson.stackmob.config.ConfigLoader.reloadCustomConfig(ConfigLoader.java:47) ~[?:?]
at uk.antiperson.stackmob.config.ConfigLoader.getCustomConfig(ConfigLoader.java:58) ~[?:?]
at uk.antiperson.stackmob.StackMob.getGeneralConfig(StackMob.java:277) ~[?:?]
at uk.antiperson.stackmob.stick.StickTools.<init>(StickTools.java:32) ~[?:?]
at uk.antiperson.stackmob.StackMob.initVariables(StackMob.java:141) ~[?:?]
at uk.antiperson.stackmob.StackMob.onEnable(StackMob.java:88) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin (JavaPluginLoader.java:338) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:419) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:464) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:378) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:217) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:855) ~[patched_1.14.2.jar:git-Paper-65]
at java.lang.Thread.run(Thread.java:834) [?:?]
[16:39:23 INFO]: [StackMob] Disabling StackMob v4.0.0
[16:39:23 INFO]: [StackMob] Cancelling currently running tasks...
[16:39:23 INFO]: [StackMob] Saving entity amount storage...
[16:39:23 ERROR]: Error occurred while disabling StackMob v4.0.0 (Is it up to date?)
java.lang.NullPointerException: null
at uk.antiperson.stackmob.StackMob.onDisable(StackMob.java:132) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:452) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin (JavaPluginLoader.java:342) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:419) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:464) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:378) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:217) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:855) ~[patched_1.14.2.jar:git-Paper-65]
at java.lang.Thread.run(Thread.java:834) [?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment