Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.16 KB | None | 0 0
  1. [16:28:48] [Server thread/INFO]: Starting minecraft server version 1.12.1
  2. [16:28:48] [Server thread/INFO]: Loading properties
  3. [16:28:48] [Server thread/INFO]: Default game type: SURVIVAL
  4. [16:28:48] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-65e8124-357b573 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT)
  5. [16:28:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [16:28:49] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [16:28:49] [Server thread/INFO]: Debug logging is disabled
  8. [16:28:49] [Server thread/INFO]: Generating keypair
  9. [16:28:49] [Server thread/INFO]: Starting Minecraft server on 89.203.248.12:28825
  10. [16:28:49] [Server thread/INFO]: Using epoll channel type
  11. [16:28:49] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [16:28:50] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  13. [16:28:50] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.7.2
  14. [16:28:50] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.0
  15. [16:28:50] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  16. [16:28:50] [Server thread/INFO]: [LogBlock] Connecting to mysql_6831@jdbc:mysql://mysql.hicoria.com:3306/mysql_6831...
  17. [16:28:50] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
  18. [16:28:51] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
  19. [16:28:51] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  20. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'mysql_6831'@'89.203.248.12' (using password: YES)
  21. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
  22. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
  23. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
  24. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  25. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  26. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  27. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:309) [server.jar:git-Spigot-65e8124-357b573]
  28. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-65e8124-357b573]
  29. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-65e8124-357b573]
  30. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  31. Caused by: java.sql.SQLException: Access denied for user 'mysql_6831'@'89.203.248.12' (using password: YES)
  32. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964) ~[server.jar:git-Spigot-65e8124-357b573]
  33. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973) ~[server.jar:git-Spigot-65e8124-357b573]
  34. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909) ~[server.jar:git-Spigot-65e8124-357b573]
  35. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873) ~[server.jar:git-Spigot-65e8124-357b573]
  36. at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710) ~[server.jar:git-Spigot-65e8124-357b573]
  37. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226) ~[server.jar:git-Spigot-65e8124-357b573]
  38. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2198) ~[server.jar:git-Spigot-65e8124-357b573]
  39. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2229) ~[server.jar:git-Spigot-65e8124-357b573]
  40. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2024) ~[server.jar:git-Spigot-65e8124-357b573]
  41. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[server.jar:git-Spigot-65e8124-357b573]
  42. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[server.jar:git-Spigot-65e8124-357b573]
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  45. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  46. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  47. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[server.jar:git-Spigot-65e8124-357b573]
  48. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[server.jar:git-Spigot-65e8124-357b573]
  49. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[server.jar:git-Spigot-65e8124-357b573]
  50. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  51. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  52. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  53. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  54. ... 9 more
  55. [16:28:51] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  56. [16:28:51] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  57. [16:28:51] [Server thread/INFO]: [LagMeter] Loading LagMeter v1.17.0
  58. [16:28:51] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v1.0
  59. [16:28:51] [Server thread/INFO]: [GrapplingHook] Loading GrapplingHook v1.5.8.1
  60. [16:28:51] [Server thread/INFO]: [AnvilColors] Loading AnvilColors v1.3.1
  61. [16:28:51] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
  62. [16:28:51] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  63. [16:28:51] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  64. [16:28:51] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  65. [16:28:51] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  66. [16:28:51] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.1.3
  67. [16:28:51] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1487)
  68. [16:28:51] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
  69. [16:28:51] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b499
  70. [16:28:51] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  71. [16:28:51] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.2
  72. [16:28:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  73. [16:28:51] [Server thread/INFO]: [BedwarsRel] Loading BedwarsRel v1.3.6
  74. [16:28:51] [Server thread/INFO]: [Residence] Loading Residence v4.7.1.2
  75. [16:28:51] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.3.2-b1726
  76. [16:28:51] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.0
  77. [16:28:51] [Server thread/INFO]: VoidGenerator has been enabled!
  78. [16:28:51] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  79. [16:28:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  80. [16:28:51] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  81. [16:28:51] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  82. [16:28:51] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  83. [16:28:51] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  84. [16:28:51] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  85. [16:28:51] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  86. [16:28:51] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  87. [16:28:51] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  88. [16:28:51] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  89. [16:28:51] [Server thread/INFO]: Preparing level "world"
  90. [16:28:51] [Server thread/INFO]: -------- World Settings For [world] --------
  91. [16:28:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
  92. [16:28:51] [Server thread/INFO]: Cane Growth Modifier: 100%
  93. [16:28:51] [Server thread/INFO]: Melon Growth Modifier: 100%
  94. [16:28:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  95. [16:28:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  96. [16:28:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
  97. [16:28:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
  98. [16:28:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  99. [16:28:51] [Server thread/INFO]: Vine Growth Modifier: 100%
  100. [16:28:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  101. [16:28:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  102. [16:28:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  103. [16:28:51] [Server thread/INFO]: Mob Spawn Range: 4
  104. [16:28:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  105. [16:28:51] [Server thread/INFO]: Random Lighting Updates: false
  106. [16:28:51] [Server thread/INFO]: Structure Info Saving: true
  107. [16:28:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  108. [16:28:51] [Server thread/INFO]: Max TNT Explosions: 100
  109. [16:28:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  110. [16:28:51] [Server thread/INFO]: Item Despawn Rate: 6000
  111. [16:28:51] [Server thread/INFO]: Item Merge Radius: 2.5
  112. [16:28:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
  113. [16:28:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  114. [16:28:51] [Server thread/INFO]: View Distance: 4
  115. [16:28:51] [Server thread/INFO]: Experience Merge Radius: 3.0
  116. [16:28:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  117. [16:28:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  118. [16:28:52] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  119. [16:28:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  120. [16:28:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  121. [16:28:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  122. [16:28:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  123. [16:28:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  124. [16:28:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  125. [16:28:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  126. [16:28:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  127. [16:28:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  128. [16:28:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  129. [16:28:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  130. [16:28:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  131. [16:28:52] [Server thread/INFO]: Mob Spawn Range: 4
  132. [16:28:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  133. [16:28:52] [Server thread/INFO]: Random Lighting Updates: false
  134. [16:28:52] [Server thread/INFO]: Structure Info Saving: true
  135. [16:28:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  136. [16:28:52] [Server thread/INFO]: Max TNT Explosions: 100
  137. [16:28:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  138. [16:28:52] [Server thread/INFO]: Item Despawn Rate: 6000
  139. [16:28:52] [Server thread/INFO]: Item Merge Radius: 2.5
  140. [16:28:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  141. [16:28:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  142. [16:28:52] [Server thread/INFO]: View Distance: 4
  143. [16:28:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  144. [16:28:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  145. [16:28:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  146. [16:28:52] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  147. [16:28:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  148. [16:28:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  149. [16:28:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  150. [16:28:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  151. [16:28:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  152. [16:28:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  153. [16:28:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  154. [16:28:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  155. [16:28:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  156. [16:28:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  157. [16:28:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  158. [16:28:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  159. [16:28:52] [Server thread/INFO]: Mob Spawn Range: 4
  160. [16:28:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  161. [16:28:52] [Server thread/INFO]: Random Lighting Updates: false
  162. [16:28:52] [Server thread/INFO]: Structure Info Saving: true
  163. [16:28:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  164. [16:28:52] [Server thread/INFO]: Max TNT Explosions: 100
  165. [16:28:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  166. [16:28:52] [Server thread/INFO]: Item Despawn Rate: 6000
  167. [16:28:52] [Server thread/INFO]: Item Merge Radius: 2.5
  168. [16:28:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  169. [16:28:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  170. [16:28:52] [Server thread/INFO]: View Distance: 4
  171. [16:28:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  172. [16:28:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  173. [16:28:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  174. [16:28:52] [Server thread/INFO]: Preparing start region for level 0 (Seed: -803404058359279374)
  175. [16:28:53] [Server thread/INFO]: Preparing spawn area: 3%
  176. [16:28:54] [Server thread/INFO]: Preparing spawn area: 55%
  177. [16:28:55] [Server thread/INFO]: Preparing start region for level 1 (Seed: -803404058359279374)
  178. [16:28:56] [Server thread/INFO]: Preparing spawn area: 63%
  179. [16:28:56] [Server thread/INFO]: Preparing start region for level 2 (Seed: -803404058359279374)
  180. [16:28:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  181. [16:28:57] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  182. [16:28:57] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  183. [16:28:57] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.7.2
  184. [16:28:57] [Server thread/INFO]: §b------------------------------------------------------------
  185. [16:28:57] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eChatColor 2 Version §b1.7.2 §ehas been §aLoaded§e!
  186. [16:28:57] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eCurrent update: §bStats switched over to bStats!
  187. [16:28:57] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §e§bMetrics §eis §aenabled §efor this plugin. Stats sent to §bhttps://bstats.org
  188. [16:28:57] [Server thread/INFO]: §b------------------------------------------------------------
  189. [16:28:57] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  190. [16:28:57] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  191. [16:28:57] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  192. [16:28:57] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  193. [16:28:57] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  194. [16:28:57] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  195. [16:28:57] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  196. [16:28:57] [Server thread/INFO]: [LagMeter] Enabling LagMeter v1.17.0
  197. [16:28:57] [Server thread/INFO]: [LagMeter] Not using logs folder.
  198. [16:28:57] [Server thread/INFO]: [LagMeter] Enabled! Polling every 40 server ticks. Logging to /home/hosting/servers/176824/plugins/LagMeter/lag.log.
  199. [16:28:57] [Server thread/INFO]: [LagMeter] Chunks loaded:
  200. [16:28:57] [Server thread/INFO]: [LagMeter] World "world": 625.
  201. [16:28:57] [Server thread/INFO]: [LagMeter] World "world_nether": 625.
  202. [16:28:57] [Server thread/INFO]: [LagMeter] World "world_the_end": 625.
  203. [16:28:57] [Server thread/INFO]: [LagMeter] Total chunks loaded: 1875
  204. [16:28:57] [Server thread/INFO]: [LagMeter] Entities:
  205. [16:28:57] [Server thread/INFO]: [LagMeter] World "world": 434.
  206. [16:28:57] [Server thread/INFO]: [LagMeter] World "world_nether": 90.
  207. [16:28:57] [Server thread/INFO]: [LagMeter] World "world_the_end": 64.
  208. [16:28:57] [Server thread/INFO]: [LagMeter] Total entities: 588
  209. [16:28:57] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v1.0
  210. [16:28:57] [Server thread/INFO]: =======================================
  211. [16:28:57] [Server thread/INFO]:  [RandomTeleport] has been enabled !
  212. [16:28:57] [Server thread/INFO]: =======================================
  213. [16:28:57] [Server thread/INFO]: [GrapplingHook] Enabling GrapplingHook v1.5.8.1
  214. [16:28:57] [Server thread/INFO]: [AnvilColors] Enabling AnvilColors v1.3.1
  215. [16:28:57] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
  216. [16:28:57] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
  217. [16:28:57] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
  218. [16:28:57] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  219. [16:28:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  220. [16:28:58] [Server thread/INFO]: -------- World Settings For [BedWars] --------
  221. [16:28:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  222. [16:28:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  223. [16:28:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  224. [16:28:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  225. [16:28:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  226. [16:28:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  227. [16:28:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  228. [16:28:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  229. [16:28:58] [Server thread/INFO]: Vine Growth Modifier: 100%
  230. [16:28:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  231. [16:28:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  232. [16:28:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  233. [16:28:58] [Server thread/INFO]: Mob Spawn Range: 4
  234. [16:28:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  235. [16:28:58] [Server thread/INFO]: Random Lighting Updates: false
  236. [16:28:58] [Server thread/INFO]: Structure Info Saving: true
  237. [16:28:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  238. [16:28:58] [Server thread/INFO]: Max TNT Explosions: 100
  239. [16:28:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  240. [16:28:58] [Server thread/INFO]: Item Despawn Rate: 6000
  241. [16:28:58] [Server thread/INFO]: Item Merge Radius: 2.5
  242. [16:28:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
  243. [16:28:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  244. [16:28:58] [Server thread/INFO]: View Distance: 4
  245. [16:28:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  246. [16:28:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  247. [16:28:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  248. [16:28:58] [Server thread/INFO]: Preparing start region for level 3 (Seed: 6115458315945085570)
  249. [16:28:59] [Server thread/INFO]: -------- World Settings For [Flat] --------
  250. [16:28:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
  251. [16:28:59] [Server thread/INFO]: Cane Growth Modifier: 100%
  252. [16:28:59] [Server thread/INFO]: Melon Growth Modifier: 100%
  253. [16:28:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  254. [16:28:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  255. [16:28:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
  256. [16:28:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
  257. [16:28:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  258. [16:28:59] [Server thread/INFO]: Vine Growth Modifier: 100%
  259. [16:28:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  260. [16:28:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  261. [16:28:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  262. [16:28:59] [Server thread/INFO]: Mob Spawn Range: 4
  263. [16:28:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  264. [16:28:59] [Server thread/INFO]: Random Lighting Updates: false
  265. [16:28:59] [Server thread/INFO]: Structure Info Saving: true
  266. [16:28:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  267. [16:28:59] [Server thread/INFO]: Max TNT Explosions: 100
  268. [16:28:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  269. [16:28:59] [Server thread/INFO]: Item Despawn Rate: 6000
  270. [16:28:59] [Server thread/INFO]: Item Merge Radius: 2.5
  271. [16:28:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
  272. [16:28:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  273. [16:28:59] [Server thread/INFO]: View Distance: 4
  274. [16:28:59] [Server thread/INFO]: Experience Merge Radius: 3.0
  275. [16:28:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  276. [16:28:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  277. [16:28:59] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7556036221171530628)
  278. [16:29:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Mucirna
  279. [16:29:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  280. [16:29:00] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  281. [16:29:00] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  282. [16:29:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  283. [16:29:00] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  284. [16:29:00] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  285. [16:29:00] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  286. [16:29:00] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  287. [16:29:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  288. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  289. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  290. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  291. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  292. [16:29:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  293. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  294. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  295. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  296. [16:29:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  297. [16:29:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  298. [16:29:00] [Server thread/INFO]: [WorldGuard] (BedWars) TNT ignition is PERMITTED.
  299. [16:29:00] [Server thread/INFO]: [WorldGuard] (BedWars) Lighters are PERMITTED.
  300. [16:29:00] [Server thread/INFO]: [WorldGuard] (BedWars) Lava fire is blocked.
  301. [16:29:00] [Server thread/INFO]: [WorldGuard] (BedWars) Fire spread is UNRESTRICTED.
  302. [16:29:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BedWars'
  303. [16:29:00] [Server thread/INFO]: [WorldGuard] (Flat) TNT ignition is PERMITTED.
  304. [16:29:00] [Server thread/INFO]: [WorldGuard] (Flat) Lighters are PERMITTED.
  305. [16:29:00] [Server thread/INFO]: [WorldGuard] (Flat) Lava fire is blocked.
  306. [16:29:00] [Server thread/INFO]: [WorldGuard] (Flat) Fire spread is UNRESTRICTED.
  307. [16:29:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Flat'
  308. [16:29:00] [Server thread/INFO]: [WorldGuard] Loading region data...
  309. [16:29:00] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.1.3
  310. [16:29:00] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_12_R1, using UniversalSkinFactory
  311. [16:29:00] [Server thread/INFO]: [SkinsRestorer] Detected Multiverse-Core Using it for dimensions.
  312. [16:29:00] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1487)
  313. [16:29:01] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
  314. [16:29:01] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
  315. [16:29:01] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  316. [16:29:01] [Server thread/ERROR]: The file /home/hosting/servers/176824/plugins/Essentials/config.yml is broken, it has been renamed to /home/hosting/servers/176824/plugins/Essentials/config.yml.broken.1505226541139
  317. org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  318. in 'string', line 280, column 10:
  319. items:
  320. ^
  321.  
  322. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[server.jar:git-Spigot-65e8124-357b573]
  323. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[server.jar:git-Spigot-65e8124-357b573]
  324. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[server.jar:git-Spigot-65e8124-357b573]
  325. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[server.jar:git-Spigot-65e8124-357b573]
  326. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[server.jar:git-Spigot-65e8124-357b573]
  327. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[server.jar:git-Spigot-65e8124-357b573]
  328. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[server.jar:git-Spigot-65e8124-357b573]
  329. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[server.jar:git-Spigot-65e8124-357b573]
  330. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[server.jar:git-Spigot-65e8124-357b573]
  331. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[server.jar:git-Spigot-65e8124-357b573]
  332. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[server.jar:git-Spigot-65e8124-357b573]
  333. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[server.jar:git-Spigot-65e8124-357b573]
  334. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[server.jar:git-Spigot-65e8124-357b573]
  335. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[server.jar:git-Spigot-65e8124-357b573]
  336. at com.earth2me.essentials.EssentialsConf.load(EssentialsConf.java:138) [EssentialsX-2.0.1.jar:?]
  337. at com.earth2me.essentials.Settings.reloadConfig(Settings.java:500) [EssentialsX-2.0.1.jar:?]
  338. at com.earth2me.essentials.Settings.<init>(Settings.java:49) [EssentialsX-2.0.1.jar:?]
  339. at com.earth2me.essentials.Essentials.onEnable(Essentials.java:188) [EssentialsX-2.0.1.jar:?]
  340. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [server.jar:git-Spigot-65e8124-357b573]
  341. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-65e8124-357b573]
  342. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [server.jar:git-Spigot-65e8124-357b573]
  343. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:380) [server.jar:git-Spigot-65e8124-357b573]
  344. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [server.jar:git-Spigot-65e8124-357b573]
  345. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-65e8124-357b573]
  346. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-65e8124-357b573]
  347. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-65e8124-357b573]
  348. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-65e8124-357b573]
  349. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-65e8124-357b573]
  350. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  351. [16:29:01] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  352. [16:29:01] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  353. [16:29:01] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  354. [16:29:01] [Server thread/INFO]: Creating config from template: /home/hosting/servers/176824/plugins/Essentials/config.yml
  355. [16:29:02] [Server thread/INFO]: Using locale en_US
  356. [16:29:02] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  357. [16:29:02] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  358. [16:29:02] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  359. [16:29:02] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b499
  360. [16:29:02] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  361. [16:29:02] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  362. [16:29:02] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.2
  363. [16:29:02] [Server thread/INFO]: [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
  364. [16:29:03] [Server thread/INFO]: [SignShop] v2.11.2 Enabled
  365. [16:29:03] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  366. [16:29:03] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  367. [16:29:03] [Server thread/INFO]: [BedwarsRel] Enabling BedwarsRel v1.3.6
  368. [16:29:04] [Server thread/INFO]: [BedWars] Game 'lapis_king' successfully loaded!
  369. [16:29:04] [Server thread/INFO]: [Residence] Enabling Residence v4.7.1.2
  370. [16:29:04] [Server thread/INFO]: [Residence] &cCan't find world with (Mucirna) name
  371. [16:29:04] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
  372. [16:29:05] [Server thread/INFO]: [Residence] Scanning for economy systems...
  373. [16:29:05] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
  374. [16:29:05] [Server thread/INFO]: [Residence] Loading save data for world world...
  375. [16:29:05] [Server thread/INFO]: [Residence] Loaded world data. (9 ms)
  376. [16:29:05] [Server thread/INFO]: [Residence] Loading save data for world world_nether...
  377. [16:29:05] [Server thread/INFO]: [Residence] Loaded world_nether data. (0 ms)
  378. [16:29:05] [Server thread/INFO]: [Residence] Loading save data for world world_the_end...
  379. [16:29:05] [Server thread/INFO]: [Residence] Loaded world_the_end data. (1 ms)
  380. [16:29:05] [Server thread/INFO]: [Residence] Loading save data for world BedWars...
  381. [16:29:05] [Server thread/INFO]: [Residence] Loaded BedWars data. (2 ms)
  382. [16:29:05] [Server thread/INFO]: [Residence] Loading save data for world Flat...
  383. [16:29:05] [Server thread/INFO]: [Residence] Loaded Flat data. (1 ms)
  384. [16:29:05] [Server thread/INFO]: [Residence] Loading world data into memory...
  385. [16:29:05] [Server thread/INFO]: [Residence] Loaded world data into memory. (41 ms)
  386. [16:29:05] [Server thread/INFO]: [Residence] Loading world_nether data into memory...
  387. [16:29:05] [Server thread/INFO]: [Residence] Loaded world_nether data into memory. (0 ms)
  388. [16:29:05] [Server thread/INFO]: [Residence] Loading world_the_end data into memory...
  389. [16:29:05] [Server thread/INFO]: [Residence] Loaded world_the_end data into memory. (0 ms)
  390. [16:29:05] [Server thread/INFO]: [Residence] Loading BedWars data into memory...
  391. [16:29:05] [Server thread/INFO]: [Residence] Loaded BedWars data into memory. (0 ms)
  392. [16:29:05] [Server thread/INFO]: [Residence] Loading Flat data into memory...
  393. [16:29:05] [Server thread/INFO]: [Residence] Loaded Flat data into memory. (4 ms)
  394. [16:29:05] [Server thread/INFO]: [Residence] Found WorldEdit
  395. [16:29:05] [Server thread/INFO]: [Residence] Found WorldGuard
  396. [16:29:05] [Server thread/INFO]: [Residence] Enabled! Version 4.7.1.2 by Zrips
  397. [16:29:05] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.3.2-b1726
  398. [16:29:06] [Server thread/INFO]: [AuthMe] SQLite driver loaded
  399. [16:29:06] [Server thread/INFO]: [AuthMe] SQLite Setup finished
  400. [16:29:06] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
  401. [16:29:06] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
  402. [16:29:06] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
  403. [16:29:06] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
  404. [16:29:06] [Server thread/WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
  405. [16:29:06] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
  406. [16:29:06] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
  407. [16:29:06] [Server thread/INFO]: [AuthMe] AuthMe 5.3.2 build n.1726 correctly enabled!
  408. [16:29:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  409. [16:29:07] [Server thread/INFO]: Done (15.620s)! For help, type "help" or "?"
  410. [16:29:07] [Server thread/INFO]: Starting GS4 status listener
  411. [16:29:07] [Query Listener #1/INFO]: Query running on 89.203.248.12:28825
  412. [16:29:07] [Craft Scheduler Thread - 3/WARN]: [AnvilColors] Plugin AnvilColors v1.3.1 generated an exception while executing task 11
  413. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  414. at me.kylersmith7.anvilcolors.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
  415. at me.kylersmith7.anvilcolors.MetricsLite.access$3(MetricsLite.java:280) ~[?:?]
  416. at me.kylersmith7.anvilcolors.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
  417. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[server.jar:git-Spigot-65e8124-357b573]
  418. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [server.jar:git-Spigot-65e8124-357b573]
  419. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
  420. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
  421. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  422. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
  423. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]  +===============+
  424. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]  | SkinsRestorer |
  425. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]  +===============+
  426. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
  427. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]  Current version: 13.1.3
  428. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]  The latest version!
  429. [16:29:07] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
  430. [16:29:07] [Server thread/INFO]: [Citizens] Loaded 6 NPCs.
  431. [16:29:07] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
  432. [16:29:07] [Craft Scheduler Thread - 13/INFO]: [Residence] *********************** Residence **************************
  433. [16:29:07] [Craft Scheduler Thread - 13/INFO]: [Residence] * 4.7.2.1 is now available! Your version: 4.7.1.2
  434. [16:29:07] [Craft Scheduler Thread - 13/INFO]: [Residence] * https://www.spigotmc.org/resources/residence.11480/
  435. [16:29:07] [Craft Scheduler Thread - 13/INFO]: [Residence] ************************************************************
  436. [16:29:07] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
  437. [16:33:44] [User Authenticator #1/INFO]: UUID of player Redger_CZ is 78aeeb1e-2e91-3286-a368-44b9f668dce8
  438. [16:33:44] [Server thread/INFO]: Redger_CZ[/90.180.42.3:17035] logged in with entity id 1007 at ([Flat]348.5347500376394, 6.1163528186198945, 233.63187386793373)
  439. [16:33:48] [Craft Scheduler Thread - 17/INFO]: [AuthMe] Redger_CZ used the wrong password
  440. [16:33:48] [Server thread/INFO]: Redger_CZ lost connection: §cSpatne heslo!
  441. [16:33:48] [Server thread/INFO]: Redger_CZ left the game
  442. [16:33:48] [Server thread/WARN]: handleDisconnection() called twice
  443. [16:33:51] [User Authenticator #2/INFO]: UUID of player Redger_CZ is 78aeeb1e-2e91-3286-a368-44b9f668dce8
  444. [16:33:51] [Server thread/INFO]: Redger_CZ[/90.180.42.3:17043] logged in with entity id 1008 at ([Flat]348.5347500376394, 4.0, 233.63187386793373)
  445. [16:33:57] [Craft Scheduler Thread - 15/INFO]: [AuthMe] The user Redger_CZ has 4 accounts:
  446. [16:33:57] [Craft Scheduler Thread - 15/INFO]: [AuthMe] §7ondrat, §aRedger_CZ§7, redger, hovno123.
  447. [16:33:57] [Craft Scheduler Thread - 15/INFO]: [AuthMe] Redger_CZ logged in!
  448. [16:34:08] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eSaved all data.
  449. [16:39:09] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eSaved all data.
  450. [16:44:10] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eSaved all data.
  451. [16:44:10] [Craft Scheduler Thread - 20/WARN]: [AnvilColors] Plugin AnvilColors v1.3.1 generated an exception while executing task 11
  452. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  453. at me.kylersmith7.anvilcolors.MetricsLite.postPlugin(MetricsLite.java:287) ~[?:?]
  454. at me.kylersmith7.anvilcolors.MetricsLite.access$3(MetricsLite.java:280) ~[?:?]
  455. at me.kylersmith7.anvilcolors.MetricsLite$1.run(MetricsLite.java:175) ~[?:?]
  456. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[server.jar:git-Spigot-65e8124-357b573]
  457. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [server.jar:git-Spigot-65e8124-357b573]
  458. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
  459. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
  460. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  461. [16:49:11] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eSaved all data.
  462. [16:54:12] [Server thread/INFO]: §5§l[§6Chat§aC§bo§cl§do§er§5§l] §eSaved all data.
  463. [16:56:58] [User Authenticator #3/INFO]: UUID of player Xxxhonzaxxx is d9815c5f-811a-3960-854d-917dc49b3a32
  464. [16:56:59] [Server thread/INFO]: Xxxhonzaxxx[/95.85.212.7:12084] logged in with entity id 1054 at ([world]-776.6316951252846, 73.00524466747099, 345.1565089316772)
  465. [16:57:10] [Craft Scheduler Thread - 29/INFO]: [AuthMe] Xxxhonzaxxx logged in!
  466. [16:57:15] [Server thread/INFO]: Xxxhonzaxxx issued server command: /spawn
  467. [16:57:24] [User Authenticator #4/INFO]: UUID of player DarkZCZE is e4a17df6-5ec6-3c22-8f26-00b32952a8d9
  468. [16:57:24] [Server thread/INFO]: DarkZCZE[/185.167.211.216:59735] logged in with entity id 1133 at ([world]337.5951948938381, 68.0, 230.49976520880577)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement