Worked for a bit then error
Opened this issue · 1 comments
I did a recent update for several of my plugins and this awesome plugin stopped working. Below is the error I got. I can give more info or help troubleshoot if needed.
00:42:43 [SEVERE] Error occurred while enabling LoginReward v0.65 (Is it up to date?)
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:604)
at java.util.ArrayList.get(ArrayList.java:382)
at com.iCo6.util.Common.formatted(Common.java:125)
at com.iCo6.iConomy.format(iConomy.java:504)
at net.milkbowl.vault.economy.plugins.Economy_iConomy6.format(Economy_iConomy6.java:108)
at com.noheroes.LoginReward.economy.VaultBalance.format(VaultBalance.java:53)
at com.noheroes.LoginReward.RewardGroup.(RewardGroup.java:37)
at com.noheroes.LoginReward.LoginReward.loadconfig(LoginReward.java:130)
at com.noheroes.LoginReward.LoginReward.onEnable(LoginReward.java:66)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Can you post your entire log to that point? The last error point is iconomy 6 (i.e. that's where the error is occuring). It'll help to see everything load before then.