EchoPet

EchoPet

882k Downloads

Cannot set to an empty path

Opened this issue ยท 0 comments

commented

Error occurred while enabling EchoPet v2.8.0-b52 (Is it up to date?)
java.lang.IllegalArgumentException: Cannot set to an empty path
at org.apache.commons.lang.Validate.notEmpty(Validate.java:321) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.configuration.MemorySection.set(MemorySection.java:163) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.configuration.MemorySection.set(MemorySection.java:193) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at com.dsh105.echopet.libs.dsh105.config.YAMLConfig.set(YAMLConfig.java:133) ~[?:?]
at com.dsh105.echopet.libs.dsh105.config.Options.set(Options.java:45) ~[?:?]
at com.dsh105.echopet.compat.api.config.ConfigOptions.setDefaults(ConfigOptions.java:130) ~[?:?]
at com.dsh105.echopet.libs.dsh105.config.Options.(Options.java:34) ~[?:?]
at com.dsh105.echopet.compat.api.config.ConfigOptions.(ConfigOptions.java:39) ~[?:?]
at com.dsh105.echopet.EchoPetPlugin.loadConfiguration(EchoPetPlugin.java:188) ~[?:?]
at com.dsh105.echopet.EchoPetPlugin.onEnable(EchoPetPlugin.java:124) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot1.8.jar:git-Spigot-c3c767f-33d5de3]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]