Advertisement
Guest User

Untitled

a guest
Feb 5th, 2020
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.41 KB | None | 0 0
  1. [19:57:15] [Server thread/INFO]: =============================
  2. [19:57:15] [Server thread/INFO]: EpicEnchants 1.1.3 by Songoda <3!
  3. [19:57:15] [Server thread/INFO]: Action: Enabling...
  4. [19:57:15] [Server thread/INFO]: [EpicEnchants] Loaded locale "en_US"
  5. [19:57:15] [Server thread/INFO]: [SongodaCore] Hooked EpicEnchants.
  6. [19:57:15] [Server thread/INFO]: Using the master configurations because version is V1_13
  7. [19:57:15] [Server thread/INFO]: Creating file: menus/main-info-menu.yml
  8. [19:57:15] [Server thread/INFO]: Creating file: menus/enchanter-menu.yml
  9. [19:57:15] [Server thread/INFO]: Creating file: menus/tinkerer-menu.yml
  10. [19:57:15] [Server thread/INFO]: Creating file: menus/alchemist-menu.yml
  11. [19:57:15] [Server thread/INFO]: Creating file: menus/groups/simple-menu.yml
  12. [19:57:15] [Server thread/INFO]: Creating file: menus/groups/unique-menu.yml
  13. [19:57:15] [Server thread/INFO]: Creating file: menus/groups/elite-menu.yml
  14. [19:57:15] [Server thread/INFO]: Creating file: menus/groups/ultimate-menu.yml
  15. [19:57:15] [Server thread/INFO]: Creating file: menus/groups/legendary-menu.yml
  16. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/AntiGravity.yml
  17. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/Frozen.yml
  18. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/Poison.yml
  19. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/RocketEscape.yml
  20. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/Shockwave.yml
  21. [19:57:15] [Server thread/INFO]: Creating file: enchants/elite/Wither.yml
  22. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/DeathBringer.yml
  23. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/DeathGod.yml
  24. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/Enlightened.yml
  25. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/Gears.yml
  26. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/LifeSteal.yml
  27. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/Overload.yml
  28. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/Resist.yml
  29. [19:57:15] [Server thread/INFO]: Creating file: enchants/legendary/SkillSwipe.yml
  30. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Aquatic.yml
  31. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Confusion.yml
  32. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Experience.yml
  33. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Glowing.yml
  34. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Haste.yml
  35. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Insomnia.yml
  36. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Lightning.yml
  37. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Obliterate.yml
  38. [19:57:15] [Server thread/INFO]: Creating file: enchants/simple/Oxygenate.yml
  39. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/Blind.yml
  40. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/Dodge.yml
  41. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/Fly.yml
  42. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/FoodSteal.yml
  43. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/IceAspect.yml
  44. [19:57:15] [Server thread/INFO]: Creating file: enchants/ultimate/StormFall.yml
  45. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/Berserk.yml
  46. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/Decapitation.yml
  47. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/Explosive.yml
  48. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/FeatherWeight.yml
  49. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/Inquisitive.yml
  50. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/ObsidianDestroyer.yml
  51. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/PlagueCarrier.yml
  52. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/Ragdoll.yml
  53. [19:57:15] [Server thread/INFO]: Creating file: enchants/unique/SelfDestruct.yml
  54. [19:57:15] [Server thread/INFO]: Creating file: groups.yml
  55. [19:57:15] [Server thread/INFO]: Creating file: items/special-items.yml
  56. [19:57:15] [Server thread/INFO]: Creating file: items/dusts.yml
  57. [19:57:15] [Server thread/ERROR]: Unexpected error while loading EpicEnchants v1.1.3 c2.3.4: Disabling plugin!
  58. java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.YELLOW_DYE
  59. at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_242]
  60. at org.bukkit.Material.valueOf(Material.java:77) ~[patched_1.13.2.jar:git-Paper-641]
  61. at com.songoda.epicenchants.utils.objects.ItemBuilder.<init>(ItemBuilder.java:57) ~[?:?]
  62. at com.songoda.epicenchants.menus.MainInfoMenu.lambda$new$4(MainInfoMenu.java:22) ~[?:?]
  63. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_242]
  64. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_242]
  65. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_242]
  66. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_242]
  67. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_242]
  68. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_242]
  69. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_242]
  70. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:1.8.0_242]
  71. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:1.8.0_242]
  72. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_242]
  73. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_242]
  74. at com.songoda.epicenchants.menus.MainInfoMenu.<init>(MainInfoMenu.java:22) ~[?:?]
  75. at com.songoda.epicenchants.managers.InfoManager.loadMenus(InfoManager.java:26) ~[?:?]
  76. at com.songoda.epicenchants.EpicEnchants.onPluginEnable(EpicEnchants.java:82) ~[?:?]
  77. at com.songoda.core.SongodaPlugin.onEnable(SongodaPlugin.java:97) ~[?:?]
  78. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.13.2.jar:git-Paper-641]
  79. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:334) ~[patched_1.13.2.jar:git-Paper-641]
  80. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) ~[patched_1.13.2.jar:git-Paper-641]
  81. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:443) ~[patched_1.13.2.jar:git-Paper-641]
  82. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:357) ~[patched_1.13.2.jar:git-Paper-641]
  83. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:608) ~[patched_1.13.2.jar:git-Paper-641]
  84. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:570) ~[patched_1.13.2.jar:git-Paper-641]
  85. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:431) ~[patched_1.13.2.jar:git-Paper-641]
  86. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-641]
  87. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-641]
  88. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  89. [19:57:15] [Server thread/INFO]: [EpicEnchants] Disabling EpicEnchants v1.1.3
  90. [19:57:15] [Server thread/INFO]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement