Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Spigot Essentials snapshot #27

Closed
hankur opened this issue Apr 29, 2015 · 2 comments
Closed

Problem with Spigot Essentials snapshot #27

hankur opened this issue Apr 29, 2015 · 2 comments

Comments

@hankur
Copy link

hankur commented Apr 29, 2015

This error is spamming my console:

[18:44:19 WARN]: [BungeeTabListPlus_BukkitBridge] §cAn internal error occured! Please send the following stacktrace to the developer in order to help resolving the problem
java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:80) ~[Essentials-2.x-SNAPSHOT.jar:?]
at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:104) ~[Essentials-2.x-SNAPSHOT.jar:?]
at com.earth2me.essentials.api.Economy.getMoney(Economy.java:99) ~[Essentials-2.x-SNAPSHOT.jar:?]
at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[Vault.jar:?]
at codecrafter47.bungeetablistplus.bukkitbridge.informationhooks.VaultHook.getInformation(VaultHook.java:110) [BungeeTabListPlus_BukkitBridge-7.jar:?]
at codecrafter47.bungeetablistplus.bukkitbridge.PlayerInformationUpdateTask.update(PlayerInformationUpdateTask.java:95) [BungeeTabListPlus_BukkitBridge-7.jar:?]
at codecrafter47.bungeetablistplus.bukkitbridge.PlayerInformationUpdateTask.run(PlayerInformationUpdateTask.java:61) [BungeeTabListPlus_BukkitBridge-7.jar:?]
at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71) [spigot.jar:git-Spigot-b38b33e-1e56438]
at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot.jar:git-Spigot-b38b33e-1e56438]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0]
at java.lang.Thread.run(Thread.java:744) [?:1.8.0]

@CodeCrafter47
Copy link
Owner

Probably Essentials didn't load properly. Maybe there's an error in its configuration.

@hankur
Copy link
Author

hankur commented Apr 29, 2015

Yup, downgraded Essentials Spigot back to #10 from #12 and it's working again.

@hankur hankur closed this as completed Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants