Advertisement
Guest User

Untitled

a guest
Feb 21st, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. [13:54:43] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.2
  2. [13:54:43] [Server thread/ERROR]: Error occurred while enabling ChestCommands v3.1.2 (Is it up to date?)
  3. java.lang.ExceptionInInitializerError
  4. at com.gmail.filoghost.chestcommands.serializer.IconSerializer.loadIconFromSection(IconSerializer.java:100) ~[ChestCommands.jar:?]
  5. at com.gmail.filoghost.chestcommands.serializer.MenuSerializer.loadMenu(MenuSerializer.java:45) ~[ChestCommands.jar:?]
  6. at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:199) ~[ChestCommands.jar:?]
  7. at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122) ~[ChestCommands.jar:?]
  8. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_server.jar:git-Spigot-0359393-9cd1111]
  9. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  10. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  11. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  12. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  13. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  14. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot_server.jar:git-Spigot-0359393-9cd1111]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
  19. Caused by: java.lang.NullPointerException
  20. at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.formatLowercase(EnchantmentSerializer.java:49) ~[ChestCommands.jar:?]
  21. at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.<clinit>(EnchantmentSerializer.java:43) ~[ChestCommands.jar:?]
  22. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement