Advertisement
cookieXL

Untitled

May 15th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. [14:17:21 INFO]: [MythicMobs] Enabling MythicMobs v4.12.0-SNAPSHOT-93ca313e
  2. [14:17:21 INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  3. [14:17:21 INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.5)...
  4. [14:17:21 INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  5. [14:17:21 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 68 ms to scan 1 urls, producing 3 keys and 21 values
  6. [14:17:21 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 15 ms to scan 1 urls, producing 3 keys and 24 values
  7. [14:17:21 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 31 ms to scan 1 urls, producing 0 keys and 0 values
  8. [14:17:21 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 31 ms to scan 1 urls, producing 3 keys and 12 values
  9. [14:17:21 INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  10. [14:17:21 INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  11. [14:17:21 INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled!
  12. [14:17:21 INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  13. [14:17:21 INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  14. [14:17:22 INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  15. [14:17:22 INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  16. [14:17:22 INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  17. [14:17:22 INFO]: [MythicMobs] Loading Mob Registry...
  18. [14:17:22 INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/SavedData
  19. [14:17:22 INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/SavedData/worlds
  20. [14:17:22 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 35 ms to scan 1 urls, producing 11 keys and 329 values
  21. [14:17:22 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 42 ms to scan 1 urls, producing 25 keys and 670 values
  22. [14:17:22 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 6 keys and 93 values
  23. [14:17:22 INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 5 ms to scan 1 urls, producing 2 keys and 8 values
  24. [14:17:22 INFO]: [MythicMobs] LOADED
  25. [14:17:22 WARN]: [MythicMobs] ✗ Config Error for Mechanic line 'ChainMissile{b=4;r=5;oT=EliteSkeletonOT;oH=EliteSkeletonHit;oS=EliteSkeletonStart;i=1;v=18;StartYOffset=1.7}' in 'Unknown': Invalid bullet type specified
  26. [14:17:22 WARN]: [MythicMobs] Loaded class org.inventivetalent.glow.GlowAPI$Color from GlowAPI v1.4.14-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
  27. [14:17:22 INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.glow.reflection.minecraft
  28. [14:17:22 INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  29. [14:17:22 ERROR]: Error occurred while enabling MythicMobs v4.12.0-SNAPSHOT-93ca313e (Is it up to date?)
  30. java.lang.NullPointerException: null
  31. at io.lumine.xikage.mythicmobs.utils.adventure.text.serializer.legacy.LegacyComponentSerializerImpl.deserialize(LegacyComponentSerializerImpl.java:205) ~[?:?]
  32. at io.lumine.xikage.mythicmobs.utils.text.Text.parse(Text.java:40) ~[?:?]
  33. at io.lumine.xikage.mythicmobs.items.MythicItem.generateItemStack(MythicItem.java:470) ~[?:?]
  34. at io.lumine.xikage.mythicmobs.items.MythicItem.generateItemStack(MythicItem.java:430) ~[?:?]
  35. at io.lumine.xikage.mythicmobs.skills.mechanics.ItemSprayEffect.lambda$new$0(ItemSprayEffect.java:63) ~[?:?]
  36. at io.lumine.xikage.mythicmobs.skills.SkillManager.lambda$runSecondPass$0(SkillManager.java:148) ~[?:?]
  37. at java.util.ArrayList.forEach(ArrayList.java:1540) ~[?:?]
  38. at io.lumine.xikage.mythicmobs.skills.SkillManager.runSecondPass(SkillManager.java:148) ~[?:?]
  39. at io.lumine.xikage.mythicmobs.io.ConfigManager.load(ConfigManager.java:108) ~[?:?]
  40. at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:131) ~[?:?]
  41. at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:67) ~[?:?]
  42. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1090]
  43. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Purpur-1090]
  44. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Purpur-1090]
  45. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Purpur-1090]
  46. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Purpur-1090]
  47. at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:593) ~[patched_1.16.5.jar:git-Purpur-1090]
  48. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1090]
  49. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[patched_1.16.5.jar:git-Purpur-1090]
  50. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Purpur-1090]
  51. at java.lang.Thread.run(Thread.java:834) [?:?]
  52. [14:17:22 INFO]: [MythicMobs] Disabling MythicMobs v4.12.0-SNAPSHOT-93ca313e
  53. [14:17:22 INFO]: [MythicMobs] Disabling Mythic Mobs...
  54. [14:17:22 INFO]: [MythicMobs] All active settings have been saved.
  55. [14:17:22 INFO]: [MythicMobs] UNLOADED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement