Advertisement
Guest User

Latest Logs

a guest
Jul 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.83 KB | None | 0 0
  1. [20:41:37] [Server thread/INFO]: Starting minecraft server version 1.12
  2. [20:41:37] [Server thread/INFO]: Loading properties
  3. [20:41:37] [Server thread/INFO]: Default game type: SURVIVAL
  4. [20:41:37] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-99c2a37-9a82fa7 (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
  5. [20:41:37] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [20:41:37] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [20:41:37] [Server thread/INFO]: Debug logging is disabled
  8. [20:41:37] [Server thread/INFO]: Generating keypair
  9. [20:41:37] [Server thread/INFO]: Starting Minecraft server on mc13.fadehost.com:27469
  10. [20:41:37] [Server thread/INFO]: Using epoll channel type
  11. [20:41:37] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: a6:4d:1a:eb:d8:29:00:9b
  12. [20:41:38] [Server thread/ERROR]: Ambiguous plugin name `Website' for files `plugins/SC-Website (1).jar' and `plugins/website-solarcraft.jar' in `plugins'
  13. [20:41:38] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  14. [20:41:38] [Server thread/ERROR]: Could not load 'plugins/LiteAnnouncer.jar' in folder 'plugins'
  15. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  16. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  19. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:302) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  20. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  21. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  22. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  23. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  24. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_66]
  25. at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_66]
  26. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_66]
  27. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_66]
  28. at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_66]
  29. at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_66]
  30. at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_66]
  31. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_66]
  32. at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_66]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  34. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  36. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  37. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  38. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  39. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  41. ... 6 more
  42. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
  43. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_66]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  48. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_66]
  49. at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_66]
  50. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_66]
  51. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_66]
  52. at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_66]
  53. at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_66]
  54. at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_66]
  55. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_66]
  56. at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_66]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
  61. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_66]
  62. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_66]
  63. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  64. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  65. ... 6 more
  66. [20:41:39] [Server thread/INFO]: [Questioner] Loading Questioner v0.6
  67. [20:41:39] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
  68. [20:41:39] [Server thread/INFO]: [Lift] Loading Lift v56
  69. [20:41:39] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.2.4
  70. [20:41:39] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
  71. [20:41:39] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.36
  72. [20:41:39] [Server thread/INFO]: [OreGenerator] Loading OreGenerator v2.0
  73. [20:41:39] [Server thread/INFO]: [EditableSign] Loading EditableSign v3.0.0
  74. [20:41:39] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
  75. [20:41:39] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  76. [20:41:39] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev29
  77. [20:41:39] [Server thread/INFO]: [Website] Loading Website v7.0
  78. [20:41:39] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  79. [20:41:39] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.8.0
  80. [20:41:39] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.1.9
  81. [20:41:39] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.9
  82. [20:41:39] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.5.16
  83. [20:41:39] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
  84. [20:41:39] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  85. [20:41:39] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  86. [20:41:39] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.13.0-SNAPSHOT
  87. [20:41:39] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  88. [20:41:39] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.6.9
  89. [20:41:39] [Server thread/INFO]: [Slimefun] Loading Slimefun v4.1.9
  90. [20:41:39] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.7-b${BUILD_NUMBER}
  91. [20:41:39] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b370
  92. [20:41:39] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v1.31.2
  93. [20:41:39] [Server thread/INFO]: [RegionFX] Loading RegionFX v1.2.0-RELEASE-c2463b2
  94. [20:41:39] [Server thread/INFO]: [Jobs] Loading Jobs v3.9.7
  95. [20:41:39] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
  96. [20:41:39] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1479)
  97. [20:41:39] [Server thread/INFO]: [HotbarPets] Loading HotbarPets v1.1
  98. [20:41:39] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  99. [20:41:39] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden v1.6.3
  100. [20:41:39] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
  101. [20:41:39] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.2.2
  102. [20:41:39] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  103. [20:41:39] [Server thread/INFO]: [Factions] Loading Factions v2.13.0-SNAPSHOT
  104. [20:41:39] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vPre2.14.1.3
  105. [20:41:39] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v1.4
  106. [20:41:39] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vPre2.14.1.3
  107. [20:41:39] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.14.1.3
  108. [20:41:39] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.4.1
  109. [20:41:39] [Server thread/INFO]: [MultiWorldMoney] Loading MultiWorldMoney v2.2
  110. [20:41:39] [Server thread/INFO]: [Towny] Loading Towny v0.91.4.8
  111. [20:41:39] [Server thread/INFO]: [RandomTP] Loading RandomTP v2.3 - noID
  112. [20:41:39] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.5.5
  113. [20:41:39] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v4.0.0
  114. [20:41:39] [Server thread/INFO]: [RandomLocation] Loading RandomLocation v4.78
  115. [20:41:39] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.6.9
  116. [20:41:39] [Server thread/INFO]: [MyPet] Loading MyPet v2.2.9
  117. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.entity.MyPetInfo
  118. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  119. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  120. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  121. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  122. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  123. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  124. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  125. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  126. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:111)
  127. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  128. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  129. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  130. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  131. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.PlatformHelper
  132. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  133. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  134. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  135. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  136. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  137. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  138. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  139. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  140. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:112)
  141. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  142. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  143. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  144. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  145. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.entity.EntityRegistry
  146. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  147. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  148. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  149. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  150. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  151. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  152. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  153. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  154. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:113)
  155. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  156. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  157. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  158. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  159. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  160. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  161. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  162. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  163. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  164. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  165. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  166. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  167. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  168. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  169. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:234)
  170. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  171. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  172. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  173. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  174. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  175. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  176. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  177. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  178. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  179. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  180. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  181. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  182. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  183. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  184. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  185. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:239)
  186. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  187. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  188. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  189. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  190. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  191. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  192. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  193. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  194. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  195. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  196. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  197. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  198. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  199. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  200. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  201. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:364)
  202. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  203. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  204. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  205. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  206. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  207. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  208. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  209. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  210. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  211. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  212. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  213. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  214. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  215. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  216. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  217. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:365)
  218. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  219. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  220. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  221. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  222. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  223. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  224. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  225. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  226. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  227. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  228. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  229. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  230. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  231. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  232. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  233. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:366)
  234. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  235. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  236. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  237. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  238. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  239. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  240. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  241. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  242. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  243. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  244. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  245. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  246. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  247. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  248. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  249. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:367)
  250. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  251. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  252. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  253. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  254. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  255. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  256. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  257. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  258. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  259. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  260. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  261. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  262. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  263. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  264. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  265. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:368)
  266. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  267. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  268. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  269. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  270. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  271. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  272. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  273. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  274. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  275. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  276. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  277. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  278. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  279. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  280. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  281. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:370)
  282. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  283. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  284. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  285. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  286. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  287. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  288. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  289. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  290. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  291. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  292. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  293. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  294. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  295. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  296. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  297. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:371)
  298. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  299. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  300. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  301. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  302. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  303. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  304. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  305. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  306. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  307. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  308. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  309. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  310. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  311. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  312. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  313. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:372)
  314. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  315. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  316. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  317. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  318. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  319. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  320. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  321. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  322. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  323. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  324. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  325. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  326. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  327. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  328. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  329. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:373)
  330. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  331. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  332. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  333. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  334. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  335. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  336. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  337. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  338. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  339. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  340. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  341. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  342. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  343. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  344. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  345. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:374)
  346. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  347. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  348. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  349. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  350. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  351. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  352. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  353. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  354. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  355. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  356. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  357. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  358. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  359. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  360. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  361. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:375)
  362. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  363. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  364. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  365. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  366. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  367. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  368. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  369. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  370. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  371. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  372. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  373. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  374. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  375. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  376. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  377. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:376)
  378. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  379. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  380. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  381. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  382. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  383. [20:41:39] [Server thread/WARN]: java.lang.ClassNotFoundException: de.Keyle.MyPet.compat.v1_12_R1.util.ConfigItem
  384. [20:41:39] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  385. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  386. [20:41:39] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  387. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  388. [20:41:39] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  389. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  390. [20:41:39] [Server thread/WARN]: at java.lang.Class.forName(Class.java:264)
  391. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.CompatUtil.getComapatInstance(CompatUtil.java:68)
  392. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.api.util.ConfigItem.createConfigItem(ConfigItem.java:44)
  393. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:377)
  394. [20:41:39] [Server thread/WARN]: at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122)
  395. [20:41:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307)
  396. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205)
  397. [20:41:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544)
  398. [20:41:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  399. [20:41:39] [Server thread/ERROR]: null initializing MyPet v2.2.9 (Is it up to date?)
  400. java.lang.NullPointerException: null
  401. at de.Keyle.MyPet.util.ConfigurationLoader.loadConfiguration(ConfigurationLoader.java:382) ~[?:?]
  402. at de.Keyle.MyPet.MyPetPlugin.onLoad(MyPetPlugin.java:122) ~[?:?]
  403. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  404. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  405. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  406. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  407. [20:41:39] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  408. [20:41:39] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Vault v1.5.6-b49
  409. [20:41:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  410. [20:41:39] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  411. [20:41:39] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  412. [20:41:39] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  413. [20:41:39] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  414. [20:41:39] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.13.0-SNAPSHOT
  415. [20:41:39] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MassiveCore v2.13.0-SNAPSHOT
  416. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] === ENABLE START ===
  417. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Cachefile datas...
  418. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Onlineplayer datas...
  419. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Loading Registry datas...
  420. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Saving Cachefile...
  421. [20:41:39] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Setup of IdUtil took 34ms.
  422. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsBasics set to Minecraft 1.7.10+ [1_7_R4+]
  423. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsBoard set to Minecraft 1.9.0+ [1_9_R1+]
  424. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsChat set to Minecraft 1.12.0+ [1_12_R1+]
  425. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsEntityDamageEvent set to Minecraft 1.7.10+ [1_7_R4+]
  426. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsEntityGet set to Minecraft 1.8.0+ [1_8_R1+]
  427. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsItemStackCreate set to Minecraft 1.7.10+ [1_7_R4+]
  428. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsItemStackTooltip set to Minecraft 1.8.0+ [1_8_R1+]
  429. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsPermissions set to Minecraft 1.7.10+ [1_7_R4+]
  430. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsPlayerInventoryCreate set to Minecraft 1.7.10+ [1_7_R4+]
  431. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin NmsSkullMeta set to Minecraft 1.8.0+ [1_8_R1+]
  432. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Integration Activated IntegrationLiabilityAreaEffectCloud
  433. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Integration Activated IntegrationVault
  434. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinEvent set to Default
  435. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinActionbar set to Default
  436. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinActual set to Default
  437. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinCommand set to Default
  438. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinDisplayName set to Default
  439. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinGamemode set to Default
  440. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinInventory set to Default
  441. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinKick set to Default
  442. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinLog set to Default
  443. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinMassiveCraftPremium set to Default
  444. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinMessage set to Default
  445. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinModification set to Default
  446. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinPlayed set to Default
  447. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinSenderPs set to Default
  448. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinTeleport set to Default
  449. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinTitle set to Default
  450. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinVisibility set to Default
  451. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] Mixin MixinWorld set to Default
  452. [20:41:40] [Server thread/INFO]: [MassiveCore 2.13.0-SNAPSHOT] === ENABLE COMPLETE (Took 1435ms) ===
  453. [20:41:40] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.6.9
  454. [20:41:40] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ASkyBlock v3.0.6.9
  455. [20:41:41] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
  456. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
  457. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
  458. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
  459. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
  460. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
  461. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loading schematic ?lBlack ?bDiamonds (harder.schematic) for all players, order 3
  462. [20:41:41] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
  463. [20:41:41] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  464. [20:41:41] [Server thread/INFO]: Preparing level "world"
  465. [20:41:41] [Server thread/INFO]: -------- World Settings For [world] --------
  466. [20:41:41] [Server thread/INFO]: Mob Spawn Range: 4
  467. [20:41:41] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  468. [20:41:41] [Server thread/INFO]: Cane Growth Modifier: 1000%
  469. [20:41:41] [Server thread/INFO]: Melon Growth Modifier: 1000%
  470. [20:41:41] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  471. [20:41:41] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  472. [20:41:41] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  473. [20:41:41] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  474. [20:41:41] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  475. [20:41:41] [Server thread/INFO]: Vine Growth Modifier: 1000%
  476. [20:41:41] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  477. [20:41:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  478. [20:41:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  479. [20:41:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  480. [20:41:41] [Server thread/INFO]: Random Lighting Updates: false
  481. [20:41:41] [Server thread/INFO]: Structure Info Saving: true
  482. [20:41:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  483. [20:41:41] [Server thread/INFO]: Max TNT Explosions: 100
  484. [20:41:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  485. [20:41:41] [Server thread/INFO]: Item Despawn Rate: 6000
  486. [20:41:41] [Server thread/INFO]: Item Merge Radius: 2.5
  487. [20:41:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  488. [20:41:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  489. [20:41:41] [Server thread/INFO]: View Distance: 10
  490. [20:41:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  491. [20:41:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  492. [20:41:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  493. [20:41:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  494. [20:41:41] [Server thread/INFO]: Mob Spawn Range: 4
  495. [20:41:41] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  496. [20:41:41] [Server thread/INFO]: Cane Growth Modifier: 1000%
  497. [20:41:41] [Server thread/INFO]: Melon Growth Modifier: 1000%
  498. [20:41:41] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  499. [20:41:41] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  500. [20:41:41] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  501. [20:41:41] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  502. [20:41:41] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  503. [20:41:41] [Server thread/INFO]: Vine Growth Modifier: 1000%
  504. [20:41:41] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  505. [20:41:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  506. [20:41:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  507. [20:41:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  508. [20:41:41] [Server thread/INFO]: Random Lighting Updates: false
  509. [20:41:41] [Server thread/INFO]: Structure Info Saving: true
  510. [20:41:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  511. [20:41:41] [Server thread/INFO]: Max TNT Explosions: 100
  512. [20:41:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  513. [20:41:41] [Server thread/INFO]: Item Despawn Rate: 6000
  514. [20:41:41] [Server thread/INFO]: Item Merge Radius: 2.5
  515. [20:41:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  516. [20:41:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  517. [20:41:41] [Server thread/INFO]: View Distance: 10
  518. [20:41:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  519. [20:41:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  520. [20:41:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  521. [20:41:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  522. [20:41:41] [Server thread/INFO]: Mob Spawn Range: 4
  523. [20:41:41] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  524. [20:41:41] [Server thread/INFO]: Cane Growth Modifier: 1000%
  525. [20:41:41] [Server thread/INFO]: Melon Growth Modifier: 1000%
  526. [20:41:41] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  527. [20:41:41] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  528. [20:41:41] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  529. [20:41:41] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  530. [20:41:41] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  531. [20:41:41] [Server thread/INFO]: Vine Growth Modifier: 1000%
  532. [20:41:41] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  533. [20:41:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  534. [20:41:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  535. [20:41:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  536. [20:41:41] [Server thread/INFO]: Random Lighting Updates: false
  537. [20:41:41] [Server thread/INFO]: Structure Info Saving: true
  538. [20:41:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  539. [20:41:41] [Server thread/INFO]: Max TNT Explosions: 100
  540. [20:41:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  541. [20:41:41] [Server thread/INFO]: Item Despawn Rate: 6000
  542. [20:41:41] [Server thread/INFO]: Item Merge Radius: 2.5
  543. [20:41:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  544. [20:41:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  545. [20:41:41] [Server thread/INFO]: View Distance: 10
  546. [20:41:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  547. [20:41:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  548. [20:41:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  549. [20:41:41] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5487887988883139036)
  550. [20:41:42] [Server thread/INFO]: Preparing spawn area: 7%
  551. [20:41:43] [Server thread/INFO]: Preparing spawn area: 92%
  552. [20:41:44] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3025651170442594511)
  553. [20:41:45] [Server thread/INFO]: Preparing spawn area: 92%
  554. [20:41:45] [User Authenticator #1/INFO]: UUID of player xXLoudMelonXx is 1c025b40-707b-44b8-8568-24713c6ccb0e
  555. [20:41:45] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7280292114078887179)
  556. [20:41:45] [Server thread/INFO]: [Questioner] Enabling Questioner v0.6
  557. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Questioner v0.6
  558. [20:41:45] [Server thread/INFO]: [Questioner] v0.6 - Enabled
  559. [20:41:45] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
  560. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GroupManager v2.0.1-b332
  561. [20:41:45] [Server thread/INFO]: GroupManager - INFO - World Found: world1
  562. [20:41:45] [Server thread/INFO]: GroupManager - INFO - World Found: world
  563. [20:41:45] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  564. [20:41:45] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  565. [20:41:45] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  566. [20:41:45] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
  567. [20:41:45] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  568. [20:41:45] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  569. [20:41:45] [Server thread/INFO]: [Lift] Enabling Lift v56
  570. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Lift v56
  571. [20:41:45] [Server thread/INFO]: Lift v56 is now enabled!
  572. [20:41:45] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.2.4
  573. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PerWorldPlugins v1.2.4
  574. [20:41:45] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
  575. [20:41:45] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.36
  576. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Lockette v1.8.36
  577. [20:41:45] [Server thread/INFO]: [Lockette] Version 1.8.36 is being enabled! Yay! (Core version 1.3.5)
  578. [20:41:45] [Server thread/INFO]: minor >
  579. [20:41:45] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_12_R1] ok.
  580. [20:41:45] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  581. [20:41:45] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  582. [20:41:45] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  583. [20:41:45] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0.1-b332
  584. [20:41:45] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  585. [20:41:45] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  586. [20:41:45] [Server thread/INFO]: [OreGenerator] Enabling OreGenerator v2.0
  587. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader OreGenerator v2.0
  588. [20:41:45] [Server thread/INFO]: [EditableSign] Enabling EditableSign v3.0.0
  589. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EditableSign v3.0.0
  590. [20:41:45] [Server thread/INFO]: [EditableSign] EditableSign version 3.0.0 is Enabled
  591. [20:41:45] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
  592. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CoreProtect v2.14.2
  593. [20:41:45] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  594. [20:41:45] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  595. [20:41:45] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  596. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldEdit v6.1.7;dd00bb1
  597. [20:41:45] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  598. [20:41:45] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  599. [20:41:45] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev29
  600. [20:41:45] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Skript v2.2-dev29
  601. [20:41:46] [Server thread/INFO]: [Skript] Starting updater thread
  602. [20:41:46] [Server thread/INFO]: [Skript] Loaded a total of 16970 english aliases
  603. [20:41:46] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 438, 441
  604. [20:41:46] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
  605. [20:41:46] [Server thread/INFO]: [Website] Enabling Website v7.0
  606. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Website v7.0
  607. [20:41:46] [Server thread/INFO]: Site enabled
  608. [20:41:46] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  609. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ClearLag v2.9.7
  610. [20:41:46] [Server thread/INFO]: [ClearLag] Loading modules...
  611. [20:41:46] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  612. [20:41:46] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  613. [20:41:46] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  614. [20:41:46] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.8.0
  615. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MessageAnnouncer v1.8.0
  616. [20:41:46] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  617. [20:41:46] [Server thread/WARN]: [MessageAnnouncer] Your sound NOTE_PLING is invalid!
  618. [20:41:46] [Server thread/INFO]: [MessageAnnouncer] Valid sound names can be found at the following link:
  619. [20:41:46] [Server thread/INFO]: [MessageAnnouncer] https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  620. [20:41:46] [Server thread/INFO]: [MessageAnnouncer] Sound on message will be disabled!
  621. [20:41:46] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.1.9
  622. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ActionHealth v3.1.9
  623. [20:41:46] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.9
  624. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader VotingPlugin v5.9
  625. [20:41:46] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
  626. [20:41:46] [Server thread/ERROR]: [VotingPlugin] Plugin VotingPlugin v5.9 has failed to register events for class com.Ben12345rocks.VotingPlugin.Events.VotiferEvent because com/vexsoftware/votifier/model/VotifierEvent does not exist.
  627. [20:41:46] [Server thread/WARN]: [VotingPlugin] No VotifierEvent found, install Votifier, NuVotifier, or another Votifier plugin
  628. [20:41:46] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.9
  629. [20:41:46] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.5.16
  630. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CS-CoreLib v1.5.16
  631. [20:41:46] [Thread-22/INFO]: [ClearLag] No updates found!
  632. [20:41:46] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
  633. [20:41:46] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ServerListPlus v3.4.7
  634. [20:41:46] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
  635. [20:41:47] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  636. [20:41:47] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  637. [20:41:47] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  638. [20:41:47] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
  639. [20:41:47] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  640. [20:41:47] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  641. [20:41:47] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
  642. [20:41:47] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  643. [20:41:47] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ChairStairs v1.1
  644. [20:41:47] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  645. [20:41:47] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldGuard v6.2.1;84bc322
  646. [20:41:47] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  647. [20:41:47] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  648. [20:41:47] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  649. [20:41:47] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  650. [20:41:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  651. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  652. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  653. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  654. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  655. [20:41:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  656. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  657. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  658. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  659. [20:41:47] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  660. [20:41:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  661. [20:41:47] [Server thread/INFO]: [WorldGuard] Loading region data...
  662. [20:41:47] [Server thread/INFO]: [Slimefun] Enabling Slimefun v4.1.9
  663. [20:41:47] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Slimefun v4.1.9
  664. [20:41:47] [Server thread/INFO]: [Slimefun] Loading Files...
  665. [20:41:47] [Server thread/INFO]: [Slimefun] Loading Config...
  666. [20:41:47] [Server thread/INFO]: [Slimefun] Loading Items...
  667. [20:41:47] [Server thread/INFO]: [Slimefun] Loading Researches...
  668. [20:41:47] [Server thread/INFO]: [Slimefun] Loading World Generators...
  669. [20:41:47] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Oil
  670. [20:41:47] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Nether Ice
  671. [20:41:47] [Server thread/INFO]: [Slimefun] Successfully hooked into WorldEdit!
  672. [20:41:47] [Server thread/INFO]: [Slimefun] Finished!
  673. [20:41:47] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.7-b${BUILD_NUMBER}
  674. [20:41:47] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlayerVaults v3.5.7-b${BUILD_NUMBER}
  675. [20:41:47] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b370
  676. [20:41:47] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Essentials v2.0.1-b370
  677. [20:41:47] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsChat to the same version.
  678. [20:41:47] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsProtect to the same version.
  679. [20:41:47] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsAntiBuild to the same version.
  680. [20:41:47] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
  681. [20:41:47] [Server thread/INFO]: Using locale en_US
  682. [20:41:48] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  683. [20:41:48] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  684. [20:41:48] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  685. [20:41:48] [Server thread/INFO]: Using locale en_US
  686. [20:41:48] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  687. [20:41:48] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  688. [20:41:48] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  689. [20:41:48] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v1.31.2
  690. [20:41:48] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MarriageMaster v1.31.2
  691. [20:41:48] [Server thread/INFO]: [MarriageMaster] Config Version: 28 => no update needed
  692. [20:41:48] [Server thread/INFO]: [MarriageMaster] Config loaded
  693. [20:41:48] [Server thread/INFO]: [MarriageMaster] Language Version: 18 => no update needed
  694. [20:41:48] [Server thread/INFO]: [MarriageMaster] Checking for updates ...
  695. [20:41:48] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled!
  696. [20:41:48] [Server thread/INFO]: [RegionFX] Enabling RegionFX v1.2.0-RELEASE-c2463b2
  697. [20:41:48] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader RegionFX v1.2.0-RELEASE-c2463b2
  698. [20:41:48] [Server thread/INFO]: [RegionFX]WorldGuard Detected
  699. [20:41:48] [Server thread/INFO]: [RegionFX]spawn has been loaded and activated
  700. [20:41:48] [Server thread/INFO]: [RegionFX]spawn has been loaded and activated
  701. [20:41:48] [Server thread/INFO]: [RegionFX]spawn has been loaded and activated
  702. [20:41:48] [Server thread/INFO]: [RegionFX]spawn1 has been loaded and activated
  703. [20:41:48] [Server thread/INFO]: [RegionFX]spawn1 has been loaded and activated
  704. [20:41:48] [Server thread/INFO]: [RegionFX]spawn3 has been loaded and activated
  705. [20:41:48] [Server thread/INFO]: [RegionFX]spawn2 has been loaded and activated
  706. [20:41:48] [Server thread/INFO]: [RegionFX]spawn4 has been loaded and activated
  707. [20:41:48] [Server thread/INFO]: [RegionFX]spawn5 has been loaded and activated
  708. [20:41:48] [Server thread/INFO]: [RegionFX]newspawn has been loaded and activated
  709. [20:41:48] [Server thread/INFO]: [Jobs] Enabling Jobs v3.9.7
  710. [20:41:48] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Jobs v3.9.7
  711. [20:41:48] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  712. [20:41:48] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  713. [20:41:48] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
  714. [20:41:48] [User Authenticator #2/INFO]: UUID of player Coop24601 is cf55b902-7f03-49df-9b11-8b4b3213f12b
  715. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  716. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 41 custom entity names!
  717. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  718. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  719. [20:41:49] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  720. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  721. [20:41:49] [Server thread/INFO]: [Jobs] Explorer job manager registered!
  722. [20:41:49] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  723. [20:41:49] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  724. [20:41:49] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
  725. [20:41:49] [Server thread/INFO]: [Jobs] MyPet detected
  726. [20:41:49] [Server thread/INFO]: [Jobs] WorldGuard detected.
  727. [20:41:49] [Server thread/INFO]: [Jobs] loaded 1814 block protection entries. 2
  728. [20:41:49] [Server thread/INFO]: [Jobs] Loading explorer data
  729. [20:41:49] [Server thread/INFO]: [Jobs] Loaded explorer data
  730. [20:41:49] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  731. [20:41:49] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
  732. [20:41:49] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Core v1.1
  733. [20:41:49] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world1_the_end
  734. [20:41:49] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  735. [20:41:49] [Server thread/INFO]: -------- World Settings For [Factions] --------
  736. [20:41:49] [Server thread/INFO]: Mob Spawn Range: 4
  737. [20:41:49] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  738. [20:41:49] [Server thread/INFO]: Cane Growth Modifier: 1000%
  739. [20:41:49] [Server thread/INFO]: Melon Growth Modifier: 1000%
  740. [20:41:49] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  741. [20:41:49] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  742. [20:41:49] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  743. [20:41:49] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  744. [20:41:49] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  745. [20:41:49] [Server thread/INFO]: Vine Growth Modifier: 1000%
  746. [20:41:49] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  747. [20:41:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  748. [20:41:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  749. [20:41:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  750. [20:41:49] [Server thread/INFO]: Random Lighting Updates: false
  751. [20:41:49] [Server thread/INFO]: Structure Info Saving: true
  752. [20:41:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  753. [20:41:49] [Server thread/INFO]: Max TNT Explosions: 100
  754. [20:41:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  755. [20:41:49] [Server thread/INFO]: Item Despawn Rate: 6000
  756. [20:41:49] [Server thread/INFO]: Item Merge Radius: 2.5
  757. [20:41:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
  758. [20:41:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  759. [20:41:49] [Server thread/INFO]: View Distance: 10
  760. [20:41:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  761. [20:41:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  762. [20:41:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  763. [20:41:49] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5095951869536605557)
  764. [20:41:50] [Server thread/INFO]: Preparing spawn area for Factions, 77%
  765. [20:41:50] [Server thread/INFO]: [WorldGuard] (Factions) TNT ignition is PERMITTED.
  766. [20:41:50] [Server thread/INFO]: [WorldGuard] (Factions) Lighters are PERMITTED.
  767. [20:41:50] [Server thread/INFO]: [WorldGuard] (Factions) Lava fire is blocked.
  768. [20:41:50] [Server thread/INFO]: [WorldGuard] (Factions) Fire spread is UNRESTRICTED.
  769. [20:41:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions'
  770. [20:41:50] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
  771. [20:41:50] [Server thread/INFO]: Mob Spawn Range: 4
  772. [20:41:50] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  773. [20:41:50] [Server thread/INFO]: Cane Growth Modifier: 1000%
  774. [20:41:50] [Server thread/INFO]: Melon Growth Modifier: 1000%
  775. [20:41:50] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  776. [20:41:50] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  777. [20:41:50] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  778. [20:41:50] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  779. [20:41:50] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  780. [20:41:50] [Server thread/INFO]: Vine Growth Modifier: 1000%
  781. [20:41:50] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  782. [20:41:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  783. [20:41:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  784. [20:41:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  785. [20:41:50] [Server thread/INFO]: Random Lighting Updates: false
  786. [20:41:50] [Server thread/INFO]: Structure Info Saving: true
  787. [20:41:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  788. [20:41:50] [Server thread/INFO]: Max TNT Explosions: 100
  789. [20:41:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  790. [20:41:50] [Server thread/INFO]: Item Despawn Rate: 6000
  791. [20:41:50] [Server thread/INFO]: Item Merge Radius: 2.5
  792. [20:41:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
  793. [20:41:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  794. [20:41:50] [Server thread/INFO]: View Distance: 10
  795. [20:41:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  796. [20:41:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  797. [20:41:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  798. [20:41:51] [Server thread/INFO]: Preparing start region for level 4 (Seed: 485093859506687391)
  799. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
  800. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
  801. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
  802. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
  803. [20:41:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
  804. [20:41:51] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
  805. [20:41:51] [Server thread/INFO]: Mob Spawn Range: 4
  806. [20:41:51] [Server thread/INFO]: Cactus Growth Modifier: 1000%
  807. [20:41:51] [Server thread/INFO]: Cane Growth Modifier: 1000%
  808. [20:41:51] [Server thread/INFO]: Melon Growth Modifier: 1000%
  809. [20:41:51] [Server thread/INFO]: Mushroom Growth Modifier: 1000%
  810. [20:41:51] [Server thread/INFO]: Pumpkin Growth Modifier: 1000%
  811. [20:41:51] [Server thread/INFO]: Sapling Growth Modifier: 1000%
  812. [20:41:51] [Server thread/INFO]: Wheat Growth Modifier: 1000%
  813. [20:41:51] [Server thread/INFO]: NetherWart Growth Modifier: 1000%
  814. [20:41:51] [Server thread/INFO]: Vine Growth Modifier: 1000%
  815. [20:41:51] [Server thread/INFO]: Cocoa Growth Modifier: 1000%
  816. [20:41:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  817. [20:41:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  818. [20:41:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  819. [20:41:51] [Server thread/INFO]: Random Lighting Updates: false
  820. [20:41:51] [Server thread/INFO]: Structure Info Saving: true
  821. [20:41:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  822. [20:41:51] [Server thread/INFO]: Max TNT Explosions: 100
  823. [20:41:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  824. [20:41:51] [Server thread/INFO]: Item Despawn Rate: 6000
  825. [20:41:51] [Server thread/INFO]: Item Merge Radius: 2.5
  826. [20:41:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
  827. [20:41:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  828. [20:41:51] [Server thread/INFO]: View Distance: 10
  829. [20:41:51] [Server thread/INFO]: Experience Merge Radius: 3.0
  830. [20:41:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  831. [20:41:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  832. [20:41:51] [Server thread/INFO]: Preparing start region for level 5 (Seed: -8359445382764728665)
  833. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
  834. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
  835. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
  836. [20:41:51] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
  837. [20:41:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
  838. [20:41:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world1_nether
  839. [20:41:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  840. [20:41:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world1
  841. [20:41:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  842. [20:41:51] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  843. [20:41:51] [Server thread/INFO]: false
  844. [20:41:51] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  845. [20:41:51] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1479)
  846. [20:41:51] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Citizens v2.0.22-SNAPSHOT (build 1479)
  847. [20:41:51] [Server thread/INFO]: [HotbarPets] Enabling HotbarPets v1.1
  848. [20:41:51] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HotbarPets v1.1
  849. [20:41:51] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  850. [20:41:51] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsChat vPre2.14.1.3
  851. [20:41:51] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
  852. [20:41:51] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden v1.6.3
  853. [20:41:51] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ExoticGarden v1.6.3
  854. [20:41:51] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
  855. [20:41:51] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Portals v2.5.0-b751
  856. [20:41:51] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
  857. [20:41:52] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  858. [20:41:52] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  859. [20:41:52] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.2.2
  860. [20:41:52] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EnjinMinecraftPlugin v3.2.2
  861. [20:41:52] [Server thread/INFO]: Initializing for the first time.
  862. [20:41:52] [Server thread/INFO]: Log4j 2 handler detected: com.enjin.common.compatibility.CurrentLog4j2Handler
  863. [20:41:52] [Server thread/WARN]: 63 [Server thread] INFO com.enjin.shaded.reflections.Reflections - Reflections took 55 ms to scan 1 urls, producing 2 keys and 10 values
  864.  
  865. [20:41:52] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  866. [20:41:52] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HolographicDisplays v2.2.6
  867. [20:41:52] [Server thread/INFO]: [Factions] Enabling Factions v2.13.0-SNAPSHOT
  868. [20:41:52] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Factions v2.13.0-SNAPSHOT
  869. [20:41:52] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] === ENABLE START ===
  870. [20:41:53] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] Integration Activated IntegrationV19
  871. [20:41:53] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] Integration Activated IntegrationSpigot
  872. [20:41:53] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] Integration Activated IntegrationWorldGuard
  873. [20:41:53] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] Mixin PowerMixin set to Default
  874. [20:41:53] [Server thread/INFO]: [Factions 2.13.0-SNAPSHOT] === ENABLE COMPLETE (Took 636ms) ===
  875. [20:41:53] [Server thread/INFO]: [Lockette] Enabled link to plugin Factions for Groups, version 2.13.0-SNAPSHOT
  876. [20:41:53] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vPre2.14.1.3
  877. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsProtect vPre2.14.1.3
  878. [20:41:53] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
  879. [20:41:53] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v1.4
  880. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Inventories v1.4
  881. [20:41:53] [Server thread/INFO]: [Multiverse-Inventories 1.4] enabled.
  882. [20:41:53] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vPre2.14.1.3
  883. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsAntiBuild vPre2.14.1.3
  884. [20:41:53] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
  885. [20:41:53] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.14.1.3
  886. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsSpawn vPre2.14.1.3
  887. [20:41:53] [Server thread/WARN]: ?4Version mismatch! Please update all Essentials jars to the same version.
  888. [20:41:53] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.4.1
  889. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CratesPlus v4.4.1
  890. [20:41:53] [Server thread/INFO]: CratesPlus Version 4.4.1
  891. [20:41:53] [Server thread/INFO]: HolographicDisplays was found, hooking in!
  892. [20:41:53] [Server thread/INFO]: [MultiWorldMoney] Enabling MultiWorldMoney v2.2
  893. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MultiWorldMoney v2.2
  894. [20:41:53] [Server thread/INFO]: [MultiWorldMoney] Multiverse-Core found.
  895. [20:41:53] [Server thread/INFO]: [MultiWorldMoney] Set up economy successfully
  896. [20:41:53] [Server thread/INFO]: [MultiWorldMoney] Set up permissions successfully
  897. [20:41:53] [Server thread/INFO]: [Towny] Enabling Towny v0.91.4.8
  898. [20:41:53] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Towny v0.91.4.8
  899. [20:41:53] [Server thread/INFO]: ==================== Towny ========================
  900. [20:41:53] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
  901. [20:41:57] [Server thread/INFO]: [Towny] Using: GroupManager v2.0.1-b332, Essentials Economy via Vault, Questioner v0.6
  902. [20:41:57] [Server thread/INFO]: [Towny] Time until a New Day: 1 hours, 18 minutes, 3 seconds
  903. [20:41:57] [Server thread/INFO]: =============================================================
  904. [20:41:57] [Server thread/INFO]: [Towny] Version: 0.91.4.8 - Mod Enabled
  905. [20:41:57] [Server thread/INFO]: =============================================================
  906. [20:41:57] [Server thread/INFO]: [Lockette] Enabled link to plugin Towny for Groups/Zones, version 0.91.4.8
  907. [20:41:57] [Server thread/INFO]: [RandomTP] Enabling RandomTP v2.3 - noID
  908. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader RandomTP v2.3 - noID
  909. [20:41:57] [Server thread/INFO]: [RandomTP] Checking/Fixing format of portals.yml
  910. [20:41:57] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.5.5
  911. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CommandSigns v1.5.5
  912. [20:41:57] [Server thread/INFO]: [CommandSigns] Plugin vault detected
  913. [20:41:57] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs !
  914. [20:41:57] [Server thread/INFO]: [CommandSigns] CommandSigns properly enabled !
  915. [20:41:57] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v4.0.0
  916. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SilkSpawners v4.0.0
  917. [20:41:57] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  918. [20:41:57] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  919. [20:41:57] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  920. [20:41:57] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  921. [20:41:57] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  922. [20:41:57] [Server thread/INFO]: [RandomLocation] Enabling RandomLocation v4.78
  923. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader RandomLocation v4.78
  924. [20:41:57] [Server thread/INFO]: ================= Enabling RandomLocation ==================
  925. [20:41:57] [Server thread/INFO]: [RandomLocation] Permissions: MemorySection[path='Permissions', root='YamlConfiguration']
  926. [20:41:57] [Server thread/INFO]: [RandomLocation] Permissions.UsePermissions: true
  927. [20:41:57] [Server thread/INFO]: [RandomLocation] Permissions.OpenSigns: true
  928. [20:41:57] [Server thread/INFO]: [RandomLocation] Permissions.OpenPortals: true
  929. [20:41:57] [Server thread/INFO]: [RandomLocation] MessageOnTeleport: true
  930. [20:41:57] [Server thread/INFO]: [RandomLocation] Performance: MemorySection[path='Performance', root='YamlConfiguration']
  931. [20:41:57] [Server thread/INFO]: [RandomLocation] Performance.ZoneCheckDelay: 10
  932. [20:41:57] [Server thread/INFO]: [RandomLocation] Performance.BackgroundChecks: 100
  933. [20:41:57] [Server thread/INFO]: [RandomLocation] Performance.ChunksToCheck: 50
  934. [20:41:57] [Server thread/INFO]: [RandomLocation] Performance.MaxLocationsStoredPerZone: 20
  935. [20:41:57] [Server thread/INFO]: [RandomLocation] Backup: MemorySection[path='Backup', root='YamlConfiguration']
  936. [20:41:57] [Server thread/INFO]: [RandomLocation] Backup.Enable: true
  937. [20:41:57] [Server thread/INFO]: [RandomLocation] Backup.BackupInterval: 1800
  938. [20:41:57] [Server thread/INFO]: [RandomLocation] Backup.MaxBackups: 50
  939. [20:41:57] [Server thread/INFO]: [RandomLocation] Cooldowns: MemorySection[path='Cooldowns', root='YamlConfiguration']
  940. [20:41:57] [Server thread/INFO]: [RandomLocation] Cooldowns.Commands: 120
  941. [20:41:57] [Server thread/INFO]: [RandomLocation] Cooldowns.Portals: 0
  942. [20:41:57] [Server thread/INFO]: [RandomLocation] Cooldowns.Signs: 0
  943. [20:41:57] [Server thread/INFO]: [RandomLocation] TeleportOnFirstJoin: MemorySection[path='TeleportOnFirstJoin', root='YamlConfiguration']
  944. [20:41:57] [Server thread/INFO]: [RandomLocation] TeleportOnFirstJoin.Enable: false
  945. [20:41:57] [Server thread/INFO]: [RandomLocation] TeleportOnFirstJoin.Zone: Default
  946. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater: MemorySection[path='AutoUpdater', root='YamlConfiguration']
  947. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater.Enable: true
  948. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater.AutoDownload: true
  949. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater.CheckForBetas: false
  950. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater.PromptAdminForUpdate: true
  951. [20:41:57] [Server thread/INFO]: [RandomLocation] AutoUpdater.CheckForUpdateInterval: 6h
  952. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks: MemorySection[path='Hooks', root='YamlConfiguration']
  953. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseFactionSupport: true
  954. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseTownySupport: true
  955. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseWorldBorderSupport: true
  956. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseGriefPreventionSupport: true
  957. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseVaultSupport: true
  958. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.UseWorldGuardSupport: true
  959. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.IgnoreFactions:
  960. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.IgnoreTowns:
  961. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.IgnoreGriefPrevetionPlayers:
  962. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooks.IgnoreWorldGuardRegions:
  963. [20:41:57] [Server thread/INFO]: [RandomLocation] Economy: MemorySection[path='Economy', root='YamlConfiguration']
  964. [20:41:57] [Server thread/INFO]: [RandomLocation] Economy.Price: 10.0
  965. [20:41:57] [Server thread/INFO]: [RandomLocation] MoveRestriction: MemorySection[path='MoveRestriction', root='YamlConfiguration']
  966. [20:41:57] [Server thread/INFO]: [RandomLocation] MoveRestriction.Enable: false
  967. [20:41:57] [Server thread/INFO]: [RandomLocation] MoveRestriction.Time: 5
  968. [20:41:57] [Server thread/INFO]: [RandomLocation] IgnoreBed: false
  969. [20:41:57] [Server thread/INFO]: [RandomLocation] IgnoreOtherPlugins: false
  970. [20:41:57] [Server thread/INFO]: [RandomLocation] Respawn:
  971. [20:41:57] [Server thread/INFO]: [RandomLocation] Aliases:
  972. [20:41:57] [Server thread/INFO]: [RandomLocation] WorldTravelListener:
  973. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into Factions: true
  974. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into Towny: true
  975. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into WorldBorder: false
  976. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into GriefPrevention: false
  977. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into Vault: true
  978. [20:41:57] [Server thread/INFO]: [RandomLocation] Hooking into WorldGuard: true
  979. [20:41:57] [Server thread/INFO]: ================================================================
  980. [20:41:57] [Server thread/INFO]: [RandomLocation] Found no zones to load!
  981. [20:41:57] [Server thread/INFO]: [RandomLocation] Loaded 0 players with 0 errors
  982. [20:41:57] [Server thread/INFO]: ====================== Backup Manager ======================
  983. [20:41:57] [Server thread/INFO]: [RandomLocation] Saving zones...
  984. [20:41:57] [Server thread/INFO]: [RandomLocation] Starting backup...
  985. [20:41:57] [Server thread/INFO]: [RandomLocation] Successfully saved zones and made backup
  986. [20:41:57] [Server thread/INFO]: ================================================================
  987. [20:41:57] [Server thread/INFO]: ================================================================
  988. [20:41:57] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.6.9
  989. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ShopGUIPlus v1.6.9
  990. [20:41:57] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  991. [20:41:57] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  992. [20:41:57] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  993. [20:41:57] [Server thread/INFO]: [ShopGUIPlus] SilkSpawners support enabled.
  994. [20:41:57] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
  995. [20:41:57] [Server thread/INFO]: Level: INFO
  996. [20:41:57] [Server thread/INFO]: [MyPet] Enabling MyPet v2.2.9
  997. [20:41:57] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MyPet v2.2.9
  998. [20:41:58] [Server thread/WARN]: [MyPet] This version of MyPet is not compatible with "v1_12_R1". Is MyPet up to date?
  999. [20:41:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1000. [20:41:58] [Server thread/INFO]: Done (17.418s)! For help, type "help" or "?"
  1001. [20:41:58] [Server thread/INFO]: Trying to register generator with Multiverse
  1002. [20:41:58] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock'!
  1003. [20:41:58] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  1004. [20:41:58] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock_nether'!
  1005. [20:41:58] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  1006. [20:41:58] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
  1007. [20:41:58] [Server thread/INFO]: Game rule sendCommandFeedback has been updated to false
  1008. [20:41:58] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
  1009. [20:41:58] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
  1010. [20:41:58] [Server thread/INFO]: [Skript] Loading variables...
  1011. [20:41:58] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
  1012. [20:41:58] [Server thread/INFO]: [Skript] All scripts loaded without errors.
  1013. [20:41:58] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 184: databases:')
  1014. [20:41:58] [Server thread/INFO]: [Skript] Finished loading.
  1015. [20:41:58] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
  1016. [20:41:58] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "Factions"
  1017. [20:41:58] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "Towny"
  1018. [20:41:58] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "ASkyBlock"
  1019. [20:41:58] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "Lockette"
  1020. [20:41:58] [Server thread/INFO]: ###################### - Slimefun - ######################
  1021. [20:41:58] [Server thread/INFO]: Successfully loaded 702 Items (223 Researches)
  1022. [20:41:58] [Server thread/INFO]: ( 464 Items from Slimefun, 238 Items from Addons )
  1023. [20:41:58] [Server thread/INFO]: ##########################################################
  1024. [20:41:58] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
  1025. [20:41:58] [Server thread/INFO]: [Slimefun] This may take a long time...
  1026. [20:41:59] [Thread-46/INFO]: [CS-CoreLib - Updater] Slimefun is up to date!
  1027. [20:41:59] [Craft Scheduler Thread - 6/INFO]: [Skript] You're currently running the latest stable version of Skript.
  1028. [20:42:03] [User Authenticator #3/INFO]: UUID of player Linsia556 is 27252803-7233-4604-9b4d-61578ae1e178
  1029. [20:42:03] [User Authenticator #4/INFO]: UUID of player xXLoudMelonXx is 1c025b40-707b-44b8-8568-24713c6ccb0e
  1030. [20:42:03] [Server thread/INFO]: [Slimefun] Loading Blocks... 37% done ("world")
  1031. [20:42:07] [Server thread/INFO]: [Slimefun] Loading Blocks... 72% done ("world")
  1032. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 10694ms)
  1033. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 936905 Blocks for World "world"
  1034. [20:42:09] [Server thread/INFO]: [Slimefun] Avg: 0.011ms/Block
  1035. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
  1036. [20:42:09] [Server thread/INFO]: [Slimefun] This may take a long time...
  1037. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  1038. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
  1039. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
  1040. [20:42:09] [Server thread/INFO]: [Slimefun] This may take a long time...
  1041. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  1042. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
  1043. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks for World "Factions"
  1044. [20:42:09] [Server thread/INFO]: [Slimefun] This may take a long time...
  1045. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  1046. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "Factions"
  1047. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks for World "ASkyBlock"
  1048. [20:42:09] [Server thread/INFO]: [Slimefun] This may take a long time...
  1049. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  1050. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "ASkyBlock"
  1051. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks for World "ASkyBlock_nether"
  1052. [20:42:09] [Server thread/INFO]: [Slimefun] This may take a long time...
  1053. [20:42:09] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  1054. [20:42:09] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "ASkyBlock_nether"
  1055. [20:42:09] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  1056. [20:42:09] [Craft Scheduler Thread - 5/INFO]: [PlayerVaults] We didn't find an update!
  1057. [20:42:09] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  1058. [20:42:09] [Craft Scheduler Thread - 1/INFO]: ====================== Backup Manager ======================
  1059. [20:42:09] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  1060. [20:42:09] [Craft Scheduler Thread - 8/WARN]: [RandomLocation] Plugin RandomLocation v4.78 generated an exception while executing task 128
  1061. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  1062. at me.xADudex.RandomLocation.MetricsLite.postPlugin(MetricsLite.java:260) ~[?:?]
  1063. at me.xADudex.RandomLocation.MetricsLite.access$3(MetricsLite.java:253) ~[?:?]
  1064. at me.xADudex.RandomLocation.MetricsLite$1.run(MetricsLite.java:147) ~[?:?]
  1065. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  1066. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.jar:git-Spigot-99c2a37-9a82fa7]
  1067. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66]
  1068. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66]
  1069. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
  1070. [20:42:09] [Craft Scheduler Thread - 1/INFO]: [RandomLocation] Saving zones...
  1071. [20:42:09] [Craft Scheduler Thread - 1/INFO]: [RandomLocation] Starting backup...
  1072. [20:42:09] [Craft Scheduler Thread - 1/INFO]: [RandomLocation] Successfully saved zones and made backup
  1073. [20:42:09] [Craft Scheduler Thread - 1/INFO]: ================================================================
  1074. [20:42:09] [Craft Scheduler Thread - 13/INFO]: ========================= Updater ==========================
  1075. [20:42:09] [Craft Scheduler Thread - 13/INFO]: [RandomLocation] Plugin is up to date
  1076. [20:42:09] [Craft Scheduler Thread - 13/INFO]: ================================================================
  1077. [20:42:09] [Craft Scheduler Thread - 6/INFO]: [Jobs] Preloaded 325 players data in 0.15
  1078. [20:42:09] [Thread-48/INFO]: [CS-CoreLib - Updater] ExoticGarden is up to date!
  1079. [20:42:09] [Server thread/INFO]: [Citizens] Loaded 12 NPCs.
  1080. [20:42:10] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
  1081. [20:42:10] [Server thread/INFO]: [ASkyBlock] Loading island grid...
  1082. [20:42:10] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
  1083. [20:42:10] [Server thread/INFO]: [ASkyBlock] Loading warps...
  1084. [20:42:10] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
  1085. [20:42:10] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
  1086. [20:42:10] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available
  1087. [20:42:10] [Server thread/INFO]: com.mojang.authlib.GameProfile@23ddeb6e[id=1c025b40-707b-44b8-8568-24713c6ccb0e,name=xXLoudMelonXx,properties={textures=[com.mojang.authlib.properties.Property@b0f4741]},legacy=false] (/24.3.14.159:50999) lost connection: Disconnected
  1088. [20:42:10] [Server thread/INFO]: com.mojang.authlib.GameProfile@4778c660[id=cf55b902-7f03-49df-9b11-8b4b3213f12b,name=Coop24601,properties={textures=[com.mojang.authlib.properties.Property@795ad47]},legacy=false] (/70.112.114.22:49975) lost connection: Disconnected
  1089. [20:42:10] [Server thread/INFO]: Linsia556[/38.128.132.135:61269] logged in with entity id 720 at ([world]-280007.9028028837, 74.0, 518076.92220046284)
  1090. [20:42:10] [User Authenticator #5/INFO]: UUID of player HomeBoy124 is 99bfb0eb-22b5-47ff-908b-193a6479adc1
  1091. [20:42:10] [Server thread/INFO]: xXLoudMelonXx[/24.3.14.159:51015] logged in with entity id 724 at ([world]-475055.90528035123, 69.78789353616149, -721618.3896499741)
  1092. [20:42:10] [Server thread/INFO]: HomeBoy124[/172.14.146.86:54012] logged in with entity id 792 at ([world]437457.3000000119, 60.0, 210185.44354706016)
  1093. [20:42:12] [User Authenticator #6/INFO]: UUID of player vRoRo is a27b7df6-6c1d-4b47-adc3-d3dfc8dc1bf1
  1094. [20:42:12] [Server thread/INFO]: vRoRo[/70.112.114.22:56891] logged in with entity id 1466 at ([world]-471634.06310300634, 70.17675927506424, -717003.4419998917)
  1095. [20:42:13] [User Authenticator #7/INFO]: UUID of player Gxara is 42464dac-b14e-4fe3-9ead-fa995c509f7a
  1096. [20:42:13] [User Authenticator #8/INFO]: UUID of player ducklet02 is bb4d8d41-38c5-43fb-b019-cf1b67d2790b
  1097. [20:42:13] [Server thread/INFO]: Gxara[/74.78.185.226:59435] logged in with entity id 1626 at ([world]856834.0096121959, 64.0, -35878.22358976419)
  1098. [20:42:13] [Server thread/INFO]: ducklet02[/120.158.66.17:50116] logged in with entity id 1679 at ([world]966888.229227727, 69.0, 141726.30000001192)
  1099. [20:42:14] [Craft Scheduler Thread - 2/INFO]: Checking for updates via Spigot...
  1100. [20:42:14] [Craft Scheduler Thread - 13/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.9 New Version: 5.9.3 Use /av download to get the latest update!
  1101. [20:42:14] [Craft Scheduler Thread - 2/INFO]: [CratesPlus] An update for CratesPlus is available, new version is 4.4.2. Your installed version is 4.4.1.
  1102. Please update to the latest version :)
  1103. [20:42:16] [Server thread/INFO]: [ASkyBlock] No update available.
  1104. [20:42:17] [User Authenticator #9/INFO]: UUID of player Coop24601 is cf55b902-7f03-49df-9b11-8b4b3213f12b
  1105. [20:42:18] [Server thread/INFO]: Coop24601[/70.112.114.22:49982] logged in with entity id 2397 at ([world]-471655.2807519933, 65.0, -717008.7625590032)
  1106. [20:42:18] [Async Chat Thread - #0/INFO]: <[Member]vRoRo> wb all lol
  1107. [20:42:19] [Server thread/INFO]: HomeBoy124 issued server command: /vote
  1108. [20:42:20] [User Authenticator #10/INFO]: UUID of player CPhuc1999 is 47a10b24-5782-4f2b-976e-4468e92e4f15
  1109. [20:42:20] [Server thread/INFO]: CPhuc1999[/38.128.132.135:50837] logged in with entity id 2793 at ([world]437463.8954908753, 69.75062859837584, 210203.69178265228)
  1110. [20:42:22] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'contributors.json' from GitHub...
  1111. [20:42:22] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'repo.json' from GitHub...
  1112. [20:42:22] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'lines_of_code.json' from GitHub...
  1113. [20:42:23] [Server thread/INFO]: CPhuc1999 issued server command: /vote
  1114. [20:42:23] [Async Chat Thread - #0/INFO]: <[Member]Gxara> wb loser
  1115. [20:42:25] [Async Chat Thread - #0/INFO]: ? <[Member]Lindsey> wb everyone XD
  1116. [20:42:29] [Async Chat Thread - #0/INFO]: ? <[Stellar]Mistake> wbbb
  1117. [20:42:32] [Server thread/INFO]: xXLoudMelonXx issued server command: /fly
  1118. [20:42:36] [Async Chat Thread - #0/INFO]: ? <[Stellar]Mistake> wait is pvp
  1119. [20:42:39] [Async Chat Thread - #0/INFO]: ? <[Stellar]Mistake> enable?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement