Advertisement
Guest User

MythicEnchants

a guest
May 16th, 2021
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.31 KB | None | 0 0
  1. [23:14:33] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [23:14:34] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [23:14:34] [Worker-Main-3/INFO]: Loaded 7 recipes
  4. [23:14:35] [Server thread/INFO]: Starting minecraft server version 1.16.5
  5. [23:14:35] [Server thread/INFO]: Loading properties
  6. [23:14:35] [Server thread/INFO]: This server is running Paper version git-Paper-629 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  7. [23:14:35] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [23:14:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [23:14:35] [Server thread/INFO]: Debug logging is disabled
  10. [23:14:35] [Server thread/INFO]: Default game type: SURVIVAL
  11. [23:14:35] [Server thread/INFO]: Generating keypair
  12. [23:14:35] [Server thread/INFO]: Starting Minecraft server on *:25565
  13. [23:14:35] [Server thread/INFO]: Using default channel type
  14. [23:14:36] [Server thread/ERROR]: Could not load 'plugins\MythicEnchants-0.0.1-SNAPSHOT (1).jar' in folder 'plugins'
  15. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: io/lumine/mythic/utils/plugin/LuminePlugin
  16. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.5.jar:git-Paper-629]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.5.jar:git-Paper-629]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.5.jar:git-Paper-629]
  19. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.5.jar:git-Paper-629]
  20. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:252) ~[patched_1.16.5.jar:git-Paper-629]
  21. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1065) ~[patched_1.16.5.jar:git-Paper-629]
  22. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289) ~[patched_1.16.5.jar:git-Paper-629]
  23. at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
  24. Caused by: java.lang.NoClassDefFoundError: io/lumine/mythic/utils/plugin/LuminePlugin
  25. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_281]
  26. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_281]
  27. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_281]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:178) ~[patched_1.16.5.jar:git-Paper-629]
  29. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.5.jar:git-Paper-629]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:122) ~[patched_1.16.5.jar:git-Paper-629]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-629]
  32. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  34. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_281]
  35. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_281]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[patched_1.16.5.jar:git-Paper-629]
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.5.jar:git-Paper-629]
  38. ... 7 more
  39. Caused by: java.lang.ClassNotFoundException: io.lumine.mythic.utils.plugin.LuminePlugin
  40. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_281]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:182) ~[patched_1.16.5.jar:git-Paper-629]
  42. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-629]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  44. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  45. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_281]
  46. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_281]
  47. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_281]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:178) ~[patched_1.16.5.jar:git-Paper-629]
  49. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.5.jar:git-Paper-629]
  50. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:122) ~[patched_1.16.5.jar:git-Paper-629]
  51. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-629]
  52. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  53. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_281]
  54. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_281]
  55. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_281]
  56. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[patched_1.16.5.jar:git-Paper-629]
  57. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.5.jar:git-Paper-629]
  58. ... 7 more
  59. [23:14:36] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.11.0-SNAPSHOT-33ed46e8
  60. [23:14:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  61. [23:14:36] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  62. [23:14:36] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  63. [23:14:36] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  64. [23:14:36] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  65. [23:14:36] [Server thread/INFO]: Preparing level "PlugTest"
  66. [23:14:36] [Server thread/INFO]: -------- World Settings For [PlugTest] --------
  67. [23:14:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  68. [23:14:36] [Server thread/INFO]: View Distance: 10
  69. [23:14:36] [Server thread/INFO]: Item Despawn Rate: 6000
  70. [23:14:36] [Server thread/INFO]: Item Merge Radius: 2.5
  71. [23:14:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  72. [23:14:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  73. [23:14:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  74. [23:14:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  75. [23:14:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  76. [23:14:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  77. [23:14:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  78. [23:14:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  79. [23:14:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  80. [23:14:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  81. [23:14:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  82. [23:14:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
  83. [23:14:36] [Server thread/INFO]: Potato Growth Modifier: 100%
  84. [23:14:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  85. [23:14:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  86. [23:14:36] [Server thread/INFO]: Vine Growth Modifier: 100%
  87. [23:14:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  88. [23:14:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  89. [23:14:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  90. [23:14:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
  91. [23:14:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  92. [23:14:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  93. [23:14:36] [Server thread/INFO]: Max TNT Explosions: 100
  94. [23:14:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  95. [23:14:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  96. [23:14:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  97. [23:14:36] [Server thread/INFO]: Mob Spawn Range: 8
  98. [23:14:36] [Server thread/INFO]: -------- World Settings For [PlugTest_nether] --------
  99. [23:14:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  100. [23:14:36] [Server thread/INFO]: View Distance: 10
  101. [23:14:36] [Server thread/INFO]: Item Despawn Rate: 6000
  102. [23:14:36] [Server thread/INFO]: Item Merge Radius: 2.5
  103. [23:14:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  104. [23:14:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  105. [23:14:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  106. [23:14:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  107. [23:14:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  108. [23:14:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  109. [23:14:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  110. [23:14:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  111. [23:14:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  112. [23:14:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  113. [23:14:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  114. [23:14:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
  115. [23:14:36] [Server thread/INFO]: Potato Growth Modifier: 100%
  116. [23:14:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  117. [23:14:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  118. [23:14:36] [Server thread/INFO]: Vine Growth Modifier: 100%
  119. [23:14:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  120. [23:14:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  121. [23:14:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  122. [23:14:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
  123. [23:14:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  124. [23:14:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  125. [23:14:36] [Server thread/INFO]: Max TNT Explosions: 100
  126. [23:14:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  127. [23:14:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  128. [23:14:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  129. [23:14:36] [Server thread/INFO]: Mob Spawn Range: 8
  130. [23:14:36] [Server thread/INFO]: -------- World Settings For [PlugTest_the_end] --------
  131. [23:14:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  132. [23:14:36] [Server thread/INFO]: View Distance: 10
  133. [23:14:36] [Server thread/INFO]: Item Despawn Rate: 6000
  134. [23:14:36] [Server thread/INFO]: Item Merge Radius: 2.5
  135. [23:14:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  136. [23:14:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  137. [23:14:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  138. [23:14:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  139. [23:14:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  140. [23:14:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  141. [23:14:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  142. [23:14:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  143. [23:14:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  144. [23:14:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  145. [23:14:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  146. [23:14:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
  147. [23:14:36] [Server thread/INFO]: Potato Growth Modifier: 100%
  148. [23:14:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  149. [23:14:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  150. [23:14:36] [Server thread/INFO]: Vine Growth Modifier: 100%
  151. [23:14:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  152. [23:14:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  153. [23:14:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  154. [23:14:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
  155. [23:14:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  156. [23:14:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  157. [23:14:36] [Server thread/INFO]: Max TNT Explosions: 100
  158. [23:14:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  159. [23:14:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  160. [23:14:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  161. [23:14:36] [Server thread/INFO]: Mob Spawn Range: 8
  162. [23:14:36] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  163. [23:14:36] [Server thread/INFO]: Loaded 0 spawn chunks for world PlugTest
  164. [23:14:36] [Server thread/INFO]: Preparing spawn area: 0%
  165. [23:14:36] [Server thread/INFO]: Time elapsed: 250 ms
  166. [23:14:36] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  167. [23:14:37] [Server thread/INFO]: Loaded 0 spawn chunks for world PlugTest_nether
  168. [23:14:37] [Server thread/INFO]: Time elapsed: 150 ms
  169. [23:14:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  170. [23:14:37] [Server thread/INFO]: Loaded 0 spawn chunks for world PlugTest_the_end
  171. [23:14:37] [Server thread/INFO]: Time elapsed: 55 ms
  172. [23:14:37] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.11.0-SNAPSHOT-33ed46e8
  173. [23:14:37] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  174. [23:14:37] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.5)...
  175. [23:14:37] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  176. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 44 ms to scan 1 urls, producing 3 keys and 21 values
  177. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 3 keys and 24 values
  178. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 46 ms to scan 15 urls, producing 0 keys and 0 values
  179. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 49 ms to scan 1 urls, producing 3 keys and 12 values
  180. [23:14:37] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  181. [23:14:37] [Server thread/INFO]: [MythicMobs] Base directory C:\server\plugins\MythicMobs\SavedData
  182. [23:14:37] [Server thread/INFO]: [MythicMobs] Module directory C:\server\plugins\MythicMobs\SavedData\worlds
  183. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 32 ms to scan 1 urls, producing 10 keys and 305 values
  184. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 18 ms to scan 1 urls, producing 23 keys and 625 values
  185. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 6 keys and 89 values
  186. [23:14:37] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 5 ms to scan 1 urls, producing 2 keys and 6 values
  187. [23:14:37] [Server thread/INFO]: [MythicMobs] LOADED
  188. [23:14:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;duration=31}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  189. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=YELLOW;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  190. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=YELLOW;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  191. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=YELLOW;duration=1}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  192. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=WHITE;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  193. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=WHITE;duration=1}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  194. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=WHITE;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  195. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=WHITE;duration=1}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  196. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=YELLOW;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  197. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;duration=31}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  198. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;duration=20}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  199. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=GOLD;duration=999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  200. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'effect:glow{color=GOLD;duration=1}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  201. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;d=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  202. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;duration=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  203. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=YELLOW;duration=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  204. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=AQUA;duration=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  205. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=WHITE;duration=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  206. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=RED;duration=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  207. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=BLUE;d=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  208. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'glow{color=DARK_GRAY;d=9999999}' in 'Unknown': The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  209. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 70 mobs.
  210. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 3 vanilla mob overrides.
  211. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  212. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 536 skills.
  213. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 3 random spawns.
  214. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 385 mythic items.
  215. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 14 drop tables.
  216. [23:14:38] [Server thread/INFO]: [MythicMobs] ? Loaded 1 mob spawners.
  217. [23:14:38] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  218. [23:14:38] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  219. [23:14:38] [Server thread/INFO]: [MythicMobs] ? MythicMobs Premium v4.11.0 (build 33ed46e8) has been successfully loaded!
  220. [23:14:38] [Server thread/INFO]: Running delayed init tasks
  221. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Condition line 'enchantlevel{level=1}': Failed to load custom condition enchantlevel
  222. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Condition line 'enchantlevel{level=2}': Failed to load custom condition enchantlevel
  223. [23:14:38] [Server thread/WARN]: [MythicMobs] ? Config Error for Condition line 'enchantlevel{level=3}': Failed to load custom condition enchantlevel
  224. [23:14:38] [Server thread/INFO]: Done (3.248s)! For help, type "help"
  225. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
  226. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
  227. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
  228. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
  229. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  230. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Please update the version of Java you use to run Paper
  231. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * to at least Java 11. When Paper for Minecraft 1.17 is
  232. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * released support for versions of Java before 11 will
  233. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * be dropped.
  234. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  235. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Current Java version: 1.8.0_281
  236. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  237. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Check this forum post for more information:
  238. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java11
  239. [23:14:38] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
  240. [23:14:38] [Server thread/INFO]: Timings Reset
  241.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement