Advertisement
Milkyway705

Untitled

Nov 6th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.52 KB | None | 0 0
  1. [19:03:55] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [19:03:55] [Server thread/INFO]: Loading properties
  3. [19:03:55] [Server thread/WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
  4. [19:03:55] [Server thread/INFO]: Default game type: ADVENTURE
  5. [19:03:55] [Server thread/INFO]: This server is running Paper version git-Paper-1562 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  6. [19:03:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:03:55] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:03:55] [Server thread/INFO]: Debug logging is disabled
  9. [19:03:55] [Server thread/WARN]: Player Data Saving is currently disabled. Any changes to your players data, such as inventories, experience points, advancements and the like will not be saved when they log out.
  10. [19:03:55] [Server thread/INFO]: Generating keypair
  11. [19:03:55] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25603
  12. [19:03:55] [Server thread/INFO]: Using epoll channel type
  13. [19:03:55] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  14. [19:03:55] [Server thread/INFO]: [AbstractApi] Loading AbstractApi v2.0
  15. [19:03:55] [Server thread/INFO]: [WmcBukkitModAdapter] Loading WmcBukkitModAdapter v1.0
  16. [19:03:55] [Server thread/INFO]: [MySkin] Loading MySkin v2.0
  17. [19:03:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  18. [19:03:55] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  19. [19:03:55] [Server thread/INFO]: [WarCordClientBukkit] Loading WarCordClientBukkit v1.0
  20. [19:03:55] [Server thread/INFO]: [WmcWeapons] Loading WmcWeapons v2.0
  21. [19:03:55] [Server thread/INFO]: [WarHub] Loading WarHub v1.0
  22. [19:03:55] [Server thread/INFO]: [WmcPerks] Loading WmcPerks v1.0
  23. [19:03:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  24. [19:03:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  25. [19:03:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  26. [19:03:55] [Server thread/INFO]: [WarCordClientBukkit] Enabling WarCordClientBukkit v1.0
  27. [19:03:55] [Server thread/WARN]: [com.zaxxer.hikari.HikariConfig] HikariPool-1 - idleTimeout is close to or more than maxLifetime, disabling it.
  28. [19:03:55] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  29. [19:03:55] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  30. [19:03:55] [Server thread/WARN]: [ru.hyndo.warcord.impl.game.kit.MysqlGameKitRepository] Can not load kit heavy failed to map kit
  31. [19:03:55] [Server thread/WARN]: [ru.hyndo.warcord.impl.game.kit.MysqlGameKitRepository] Can not load kit saboteur failed to map kit
  32. [19:03:55] [Server thread/WARN]: [ru.hyndo.warcord.impl.game.kit.MysqlGameKitRepository] Can not load kit sniper failed to map kit
  33. [19:03:55] [Server thread/WARN]: [ru.hyndo.warcord.impl.game.kit.MysqlGameKitRepository] Can not load kit special failed to map kit
  34. [19:03:55] [Server thread/WARN]: [ru.hyndo.warcord.impl.game.kit.MysqlGameKitRepository] Can not load kit stormovik failed to map kit
  35. [19:03:55] [Server thread/ERROR]: Error occurred while enabling WarCordClientBukkit v1.0 (Is it up to date?)
  36. java.lang.NullPointerException: null
  37. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) ~[core.jar:git-Paper-1562]
  38. at ru.hyndo.warcord.impl.game.kit.GameKitServiceImpl.<init>(GameKitServiceImpl.java:28) ~[?:?]
  39. at ru.hyndo.warcord.client.WmcClientBootstrap.<init>(WmcClientBootstrap.java:116) ~[?:?]
  40. at ru.hyndo.warcord.client.bukkit.BukkitWmcClientBootstrap$1.<init>(BukkitWmcClientBootstrap.java:76) ~[?:?]
  41. at ru.hyndo.warcord.client.bukkit.BukkitWmcClientBootstrap.onEnable(BukkitWmcClientBootstrap.java:76) ~[?:?]
  42. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[core.jar:git-Paper-1562]
  43. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[core.jar:git-Paper-1562]
  44. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[core.jar:git-Paper-1562]
  45. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[core.jar:git-Paper-1562]
  46. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[core.jar:git-Paper-1562]
  47. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:223) ~[core.jar:git-Paper-1562]
  48. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[core.jar:git-Paper-1562]
  49. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  50. [19:03:55] [Server thread/INFO]: [WarCordClientBukkit] Disabling WarCordClientBukkit v1.0
  51. [19:03:55] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  52. [19:03:55] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  53. [19:03:55] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  54. [19:03:55] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  55. [19:03:55] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  56. [19:03:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  57. [19:03:55] [Server thread/INFO]: Preparing level "hub"
  58. [19:03:55] [Server thread/INFO]: -------- World Settings For [hub] --------
  59. [19:03:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  60. [19:03:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  61. [19:03:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  62. [19:03:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  63. [19:03:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  64. [19:03:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  65. [19:03:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  66. [19:03:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  67. [19:03:55] [Server thread/INFO]: Vine Growth Modifier: 100%
  68. [19:03:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  69. [19:03:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  70. [19:03:55] [Server thread/INFO]: Entity Tracking Range: Pl 96 / An 32 / Mo 32 / Mi 96 / Other 96
  71. [19:03:55] [Server thread/INFO]: Mob Spawn Range: 1
  72. [19:03:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  73. [19:03:55] [Server thread/INFO]: Random Lighting Updates: false
  74. [19:03:55] [Server thread/INFO]: Structure Info Saving: true
  75. [19:03:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  76. [19:03:55] [Server thread/INFO]: Max TNT Explosions: 100
  77. [19:03:55] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 20ms
  78. [19:03:55] [Server thread/INFO]: Item Despawn Rate: 60
  79. [19:03:55] [Server thread/INFO]: Item Merge Radius: 2.5
  80. [19:03:55] [Server thread/INFO]: View Distance: 6
  81. [19:03:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  82. [19:03:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  83. [19:03:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  84. [19:03:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  85. [19:03:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  86. [19:03:56] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6163479007949274895)
  87. [19:03:56] [Server thread/INFO]: [AbstractApi] Enabling AbstractApi v2.0
  88. [19:03:56] [Server thread/INFO]: [WmcBukkitModAdapter] Enabling WmcBukkitModAdapter v1.0
  89. [19:03:56] [Server thread/INFO]: [MySkin] Enabling MySkin v2.0
  90. [19:03:56] [Server thread/INFO]: [MySkin] Running on server version v1_12_R1
  91. [19:03:56] [Server thread/INFO]: [MySkin] Running in BungeeCord mode.
  92. [19:03:56] [Server thread/INFO]: [WmcWeapons] Enabling WmcWeapons v2.0
  93. [19:03:56] [Server thread/ERROR]: Error occurred while enabling WmcWeapons v2.0 (Is it up to date?)
  94. java.lang.NoClassDefFoundError: ru/hyndo/warcord/CommonServerOptions
  95. at ru.abstractcoder.warmc.weapons.util.statistic.StatUtils.getStatisticService(StatUtils.java:21) ~[?:?]
  96. at ru.abstractcoder.warmc.weapons.util.statistic.StatUtils.createWeaponSegment(StatUtils.java:30) ~[?:?]
  97. at ru.abstractcoder.warmc.weapons.weapon.BaseWeapon.<init>(BaseWeapon.java:53) ~[?:?]
  98. at ru.abstractcoder.warmc.weapons.weapon.shooting.AbstractShootingWeapon.<init>(AbstractShootingWeapon.java:21) ~[?:?]
  99. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.AbstractGrenadeGun.<init>(AbstractGrenadeGun.java:45) ~[?:?]
  100. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.AbstractPointingableGrenadeGun.<init>(AbstractPointingableGrenadeGun.java:27) ~[?:?]
  101. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.Javelin.<init>(Javelin.java:28) ~[?:?]
  102. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.GrenadeGunFactory$Components.createJavelin(GrenadeGunFactory.java:96) ~[?:?]
  103. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.GrenadeGunFactory$Components.access$300(GrenadeGunFactory.java:38) ~[?:?]
  104. at ru.abstractcoder.warmc.weapons.weapon.grenadegun.GrenadeGunFactory.createJavelin(GrenadeGunFactory.java:31) ~[?:?]
  105. at ru.abstractcoder.warmc.weapons.config.MainConfig.loadGrenadeGuns(MainConfig.java:84) ~[?:?]
  106. at ru.abstractcoder.warmc.weapons.config.MainConfig.update(MainConfig.java:56) ~[?:?]
  107. at ru.abstractcoder.warmc.weapons.config.MainConfig.setFactories(MainConfig.java:79) ~[?:?]
  108. at ru.abstractcoder.warmc.weapons.WmcWeaponsPlugin.onEnable(WmcWeaponsPlugin.java:43) ~[?:?]
  109. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[core.jar:git-Paper-1562]
  110. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[core.jar:git-Paper-1562]
  111. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[core.jar:git-Paper-1562]
  112. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[core.jar:git-Paper-1562]
  113. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[core.jar:git-Paper-1562]
  114. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[core.jar:git-Paper-1562]
  115. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[core.jar:git-Paper-1562]
  116. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[core.jar:git-Paper-1562]
  117. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[core.jar:git-Paper-1562]
  118. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[core.jar:git-Paper-1562]
  119. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  120. Caused by: java.lang.ClassNotFoundException: ru.hyndo.warcord.CommonServerOptions
  121. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
  122. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[core.jar:git-Paper-1562]
  123. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[core.jar:git-Paper-1562]
  124. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
  125. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
  126. ... 25 more
  127. [19:03:56] [Server thread/INFO]: [WmcWeapons] Disabling WmcWeapons v2.0
  128. [19:03:56] [Server thread/INFO]: [WarHub] Enabling WarHub v1.0
  129. [19:03:56] [Server thread/ERROR]: Error occurred while enabling WarHub v1.0 (Is it up to date?)
  130. java.lang.NoClassDefFoundError: ru/hyndo/warcord/client/ClientWarCordApi
  131. at ru.hyndo.warhub.WarHubPlugin.onEnable(WarHubPlugin.java:45) ~[?:?]
  132. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[core.jar:git-Paper-1562]
  133. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[core.jar:git-Paper-1562]
  134. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[core.jar:git-Paper-1562]
  135. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[core.jar:git-Paper-1562]
  136. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[core.jar:git-Paper-1562]
  137. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[core.jar:git-Paper-1562]
  138. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[core.jar:git-Paper-1562]
  139. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[core.jar:git-Paper-1562]
  140. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[core.jar:git-Paper-1562]
  141. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[core.jar:git-Paper-1562]
  142. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  143. Caused by: java.lang.ClassNotFoundException: ru.hyndo.warcord.client.ClientWarCordApi
  144. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
  145. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[core.jar:git-Paper-1562]
  146. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[core.jar:git-Paper-1562]
  147. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
  148. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
  149. ... 12 more
  150. [19:03:56] [Server thread/INFO]: [WarHub] Disabling WarHub v1.0
  151. [19:03:56] [Server thread/INFO]: [WmcPerks] Enabling WmcPerks v1.0
  152. [19:03:56] [Server thread/ERROR]: Error occurred while enabling WmcPerks v1.0 (Is it up to date?)
  153. java.lang.NoClassDefFoundError: ru/hyndo/warcord/client/ClientWarCordApi
  154. at ru.hyndo.wmcperks.WmcPerkPlugin.onEnable(WmcPerkPlugin.java:27) ~[?:?]
  155. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[core.jar:git-Paper-1562]
  156. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[core.jar:git-Paper-1562]
  157. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[core.jar:git-Paper-1562]
  158. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[core.jar:git-Paper-1562]
  159. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[core.jar:git-Paper-1562]
  160. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[core.jar:git-Paper-1562]
  161. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[core.jar:git-Paper-1562]
  162. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[core.jar:git-Paper-1562]
  163. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[core.jar:git-Paper-1562]
  164. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[core.jar:git-Paper-1562]
  165. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  166. Caused by: java.lang.ClassNotFoundException: ru.hyndo.warcord.client.ClientWarCordApi
  167. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
  168. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[core.jar:git-Paper-1562]
  169. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[core.jar:git-Paper-1562]
  170. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
  171. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
  172. ... 12 more
  173. [19:03:56] [Server thread/INFO]: [WmcPerks] Disabling WmcPerks v1.0
  174. [19:03:56] [Server thread/INFO]: Done (0.460s)! For help, type "help" or "?"
  175. [19:03:56] [Server thread/INFO]: Timings Reset
  176. [19:03:56] [Craft Scheduler Thread - 2/INFO]: [MySkin] You are running up to date version 2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement