Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.48 KB | None | 0 0
  1. [12:34:23] [Server thread/ERROR] [Sponge]: Could not pass FMLPreInitializationEvent to Plugin{id=luckperms, name=LuckPerms, version=4.2.37, description=A permissions plugin, url=https://github.com/lucko/LuckPerms, authors=[Luck], source=/var/www/www-root/data/mcservers/ixion/./mods/plugins/LuckPerms-Sponge-4.2.37.jar}
  2. java.lang.RuntimeException: java.io.IOException: me.lucko.luckperms.lib.hocon.ConfigException$Parse: Reader: 153: Expecting end of input or a comma, got ':' (if you intended ':' to be part of a key or string value, try enclosing the key or value in double quotes)
  3. at me.lucko.luckperms.sponge.SpongeConfigAdapter.reload(SpongeConfigAdapter.java:64) ~[SpongeConfigAdapter.class:?]
  4. at me.lucko.luckperms.sponge.SpongeConfigAdapter.<init>(SpongeConfigAdapter.java:54) ~[SpongeConfigAdapter.class:?]
  5. at me.lucko.luckperms.sponge.LPSpongePlugin.provideConfigurationAdapter(LPSpongePlugin.java:121) ~[LPSpongePlugin.class:?]
  6. at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:107) ~[AbstractLuckPermsPlugin.class:?]
  7. at me.lucko.luckperms.sponge.LPSpongeBootstrap.onEnable(LPSpongeBootstrap.java:170) ~[LPSpongeBootstrap.class:?]
  8. at org.spongepowered.common.event.listener.GamePreInitializationEventListener_LPSpongeBootstrap_onEnable20.handle(Unknown Source) ~[?:?]
  9. at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2705-7.1.0-BETA-3228]
  10. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3228]
  11. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:420) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3228]
  12. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) [SpongeModEventManager.class:1.12.2-2705-7.1.0-BETA-3228]
  13. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:223) [SpongeImpl.class:1.12.2-2705-7.1.0-BETA-3228]
  14. at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:246) [SpongeMod.class:1.12.2-2705-7.1.0-BETA-3228]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  18. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  19. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  20. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  21. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  22. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  23. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  24. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  26. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) [LoadController.class:?]
  27. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) [LoadController.class:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  31. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  32. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  33. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  34. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  35. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  36. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  37. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  38. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  39. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560) [LoadController.class:?]
  40. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
  41. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) [Loader.class:?]
  42. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
  43. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332) [FMLCommonHandler.class:?]
  44. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  46. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  47. Caused by: java.io.IOException: me.lucko.luckperms.lib.hocon.ConfigException$Parse: Reader: 153: Expecting end of input or a comma, got ':' (if you intended ':' to be part of a key or string value, try enclosing the key or value in double quotes)
  48. at me.lucko.luckperms.lib.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:145) ~[AbstractConfigurationLoader.class:?]
  49. at me.lucko.luckperms.lib.configurate.loader.ConfigurationLoader.load(ConfigurationLoader.java:58) ~[ConfigurationLoader.class:?]
  50. at me.lucko.luckperms.sponge.SpongeConfigAdapter.reload(SpongeConfigAdapter.java:62) ~[SpongeConfigAdapter.class:?]
  51. ... 43 more
  52. Caused by: me.lucko.luckperms.lib.hocon.ConfigException$Parse: Reader: 153: Expecting end of input or a comma, got ':' (if you intended ':' to be part of a key or string value, try enclosing the key or value in double quotes)
  53. at me.lucko.luckperms.lib.hocon.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:201) ~[ConfigDocumentParser$ParseContext.class:1.3.3]
  54. at me.lucko.luckperms.lib.hocon.impl.ConfigDocumentParser$ParseContext.parseError(ConfigDocumentParser.java:197) ~[ConfigDocumentParser$ParseContext.class:1.3.3]
  55. at me.lucko.luckperms.lib.hocon.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:535) ~[ConfigDocumentParser$ParseContext.class:1.3.3]
  56. at me.lucko.luckperms.lib.hocon.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:648) ~[ConfigDocumentParser$ParseContext.class:1.3.3]
  57. at me.lucko.luckperms.lib.hocon.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14) ~[ConfigDocumentParser.class:1.3.3]
  58. at me.lucko.luckperms.lib.hocon.impl.Parseable.rawParseValue(Parseable.java:260) ~[Parseable.class:1.3.3]
  59. at me.lucko.luckperms.lib.hocon.impl.Parseable.rawParseValue(Parseable.java:248) ~[Parseable.class:1.3.3]
  60. at me.lucko.luckperms.lib.hocon.impl.Parseable.parseValue(Parseable.java:180) ~[Parseable.class:1.3.3]
  61. at me.lucko.luckperms.lib.hocon.impl.Parseable.parseValue(Parseable.java:174) ~[Parseable.class:1.3.3]
  62. at me.lucko.luckperms.lib.hocon.impl.Parseable.parse(Parseable.java:299) ~[Parseable.class:1.3.3]
  63. at me.lucko.luckperms.lib.hocon.ConfigFactory.parseReader(ConfigFactory.java:623) ~[ConfigFactory.class:1.3.3]
  64. at me.lucko.luckperms.lib.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:174) ~[HoconConfigurationLoader.class:?]
  65. at me.lucko.luckperms.lib.configurate.hocon.HoconConfigurationLoader.loadInternal(HoconConfigurationLoader.java:55) ~[HoconConfigurationLoader.class:?]
  66. at me.lucko.luckperms.lib.configurate.loader.AbstractConfigurationLoader.load(AbstractConfigurationLoader.java:136) ~[AbstractConfigurationLoader.class:?]
  67. at me.lucko.luckperms.lib.configurate.loader.ConfigurationLoader.load(ConfigurationLoader.java:58) ~[ConfigurationLoader.class:?]
  68. at me.lucko.luckperms.sponge.SpongeConfigAdapter.reload(SpongeConfigAdapter.java:62) ~[SpongeConfigAdapter.class:?]
  69. ... 43 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement