Advertisement
Guest User

logs

a guest
May 18th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.69 KB | None | 0 0
  1. [00:05:43] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [00:05:43] [Server thread/INFO]: Loading properties
  3. [00:05:43] [Server thread/INFO]: Default game type: SURVIVAL
  4. [00:05:43] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-625bc00-b5f7b6d (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  5. [00:05:43] [Server thread/INFO]: Debug logging is enabled
  6. [00:05:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [00:05:43] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [00:05:43] [Server thread/INFO]: Generating keypair
  9. [00:05:43] [Server thread/INFO]: Starting Minecraft server on 25.39.228.242:25565
  10. [00:05:43] [Server thread/INFO]: Using default channel type
  11. [00:05:43] [Server thread/ERROR]: Could not load 'plugins\Quests-2.7.6.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  15. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_112]
  21. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_112]
  22. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_112]
  23. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_112]
  24. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_112]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  26. ... 5 more
  27. [00:05:43] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [00:05:44] [Server thread/ERROR]: Could not load 'plugins\AsyncWorldEdit.jar' in folder 'plugins'
  29. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/primesoft/asyncworldedit/injector/classfactory/IClassFactory
  30. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  31. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  33. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  34. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  35. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  36. at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
  37. Caused by: java.lang.NoClassDefFoundError: org/primesoft/asyncworldedit/injector/classfactory/IClassFactory
  38. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_112]
  39. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_112]
  40. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  41. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  42. ... 6 more
  43. Caused by: java.lang.ClassNotFoundException: org.primesoft.asyncworldedit.injector.classfactory.IClassFactory
  44. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_112]
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  47. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_112]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_112]
  49. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_112]
  50. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_112]
  51. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  53. ... 6 more
  54. [00:05:44] [Server thread/INFO]: [RPGHealthIndicator] Loading RPGHealthIndicator v1.6
  55. [00:05:44] [Server thread/INFO]: [sTablist] Loading sTablist v2.8.6
  56. [00:05:44] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
  57. [00:05:44] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.7
  58. [00:05:44] [Server thread/INFO]: [Friends3_0] Loading Friends3_0 v3.0.0.1
  59. [00:05:44] [Server thread/INFO]: [ServerProtector] Loading ServerProtector v1.0
  60. [00:05:44] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.5.2-SNAPSHOT
  61. [00:05:44] [Server thread/INFO]: [ReflectionHelper] Version is v1_11_R1 (11101)
  62. [00:05:44] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  63. [00:05:44] [Server thread/INFO]: Injected custom channel handlers.
  64. [00:05:44] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
  65. [00:05:44] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.5
  66. [00:05:44] [Server thread/INFO]: [Passport] Loading Passport v1.0
  67. [00:05:44] [Server thread/INFO]: [Chairs] Loading Chairs v4.1
  68. [00:05:44] [Server thread/INFO]: [CreativeLimiter] Loading CreativeLimiter v1.0
  69. [00:05:44] [Server thread/INFO]: [MultiMOTD] Loading MultiMOTD v1.2.2
  70. [00:05:44] [Server thread/INFO]: [MapManager] Loading MapManager v1.3.4-SNAPSHOT
  71. [00:05:44] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1-SNAPSHOT-b353
  72. [00:05:44] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
  73. [00:05:44] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1066
  74. [00:05:44] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  75. [00:05:44] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  76. [00:05:44] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.11.2
  77. [00:05:44] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.0.24
  78. [00:05:44] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v17.04.01-594b836-614-11.8.8
  79. [00:05:44] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  80. [00:05:44] [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*!
  81. [00:05:44] [Server thread/INFO]: [RandomBox] Loading RandomBox v2.5.7
  82. [00:05:44] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.2
  83. [00:05:44] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  84. [00:05:44] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.26.dev
  85. [00:05:44] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type
  86. [00:05:44] [Server thread/INFO]: [ProtocolSupport] Allocator: PooledByteBufAllocator(directByDefault: true), direct: true
  87. [00:05:44] [Server thread/INFO]: [ProtocolSupport] Compression level: 3
  88. [00:05:45] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100
  89. [00:05:45] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping dealy: 200
  90. [00:05:45] [Server thread/INFO]: [ProtocolSupport] Login threads max count: 2 147 483 647, keep alive time: 60
  91. [00:05:45] [Server thread/INFO]: [BountyPerks] Loading BountyPerks v1.1
  92. [00:05:45] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
  93. [00:05:45] [Server thread/INFO]: [DonateJoin] Loading DonateJoin v1.0
  94. [00:05:45] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.4.4
  95. [00:05:45] [Server thread/INFO]: [AnimatedFrames] Loading AnimatedFrames v4.4.2-SNAPSHOT
  96. [00:05:45] [Server thread/INFO]: [SystemBoard] Loading SystemBoard v1.0
  97. [00:05:45] [Server thread/INFO]: [Marriage] Loading Marriage v2.0.16
  98. [00:05:45] [Server thread/INFO]: [Marriage] Completed plugin pre-load stage.
  99. [00:05:45] [Server thread/INFO]: [ProtocolSupportLegacyHologram] Loading ProtocolSupportLegacyHologram v1.0
  100. [00:05:45] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.6.3
  101. [00:05:45] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  102. [00:05:45] [Server thread/INFO]: [RandomPort] Loading RandomPort v3.0
  103. [00:05:45] [Server thread/INFO]: [PartlyFancy] Loading PartlyFancy v0.0.1
  104. [00:05:45] [Server thread/INFO]: [PerPlayerBlood] Loading PerPlayerBlood v2.2
  105. [00:05:45] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7-SNAPSHOT;
  106. [00:05:45] [Server thread/INFO]: [BlockVersion] Loading BlockVersion v1.2
  107. [00:05:45] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b468
  108. [00:05:45] [Server thread/INFO]: [Jobs] Loading Jobs v3.8.2
  109. [00:05:45] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
  110. [00:05:45] [Server thread/INFO]: [ItemFixer] Loading ItemFixer v2.7.8
  111. [00:05:45] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.21-SNAPSHOT (build 1463)
  112. [00:05:45] [Server thread/INFO]: [Parkour] Loading Parkour v4.0
  113. [00:05:45] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.6
  114. [00:05:45] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-SNAPSHOT-b748
  115. [00:05:45] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  116. [00:05:45] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v1.4
  117. [00:05:45] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1-SNAPSHOT;
  118. [00:05:45] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.8.4
  119. [00:05:45] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b468
  120. [00:05:45] [Server thread/INFO]: [WGExtender] Loading WGExtender v1.0
  121. [00:05:45] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.3-SNAPSHOT-b1640
  122. [00:05:45] [Server thread/INFO]: [WClans] Loading WClans v1.0
  123. [00:05:45] [Server thread/INFO]: [ChatGuard] Loading ChatGuard v7.5
  124. [00:05:45] [Server thread/INFO]: [CreativeLimiter] Enabling CreativeLimiter v1.0
  125. [00:05:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1-SNAPSHOT-b353
  126. [00:05:45] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  127. [00:05:45] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
  128. [00:05:45] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v17.04.01-594b836-614-11.8.8
  129. [00:05:46] [Server thread/INFO]: ====== USE PAPER ======
  130. [00:05:46] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  131. [00:05:46] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  132. [00:05:46] [Server thread/INFO]: - This is only a recommendation
  133. [00:05:46] [Server thread/INFO]: ==============================
  134. [00:05:46] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  135. [00:05:46] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  136. [00:05:46] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  137. [00:05:46] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  138. [00:05:46] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  139. [00:05:46] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  140. [00:05:46] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.26.dev
  141. [00:05:46] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.6.3
  142. [00:05:46] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
  143. [00:05:46] [Server thread/ERROR]: Level (Expert) for challenge pioneer does not exist. Check challenges.yml.
  144. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
  145. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
  146. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loading schematic Стандартный (island.schematic) for all players, order 1
  147. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loading schematic Адское небо (nether.schematic) for all players, order 0
  148. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loading schematic Танго на двоих (double.schematic) for all players, order 2
  149. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loading schematic §lЧерный §bАлмаз (harder.schematic) for all players, order 3
  150. [00:05:46] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
  151. [00:05:46] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  152. [00:05:46] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  153. [00:05:46] [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.
  154. [00:05:46] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  155. [00:05:46] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  156. [00:05:46] [Server thread/INFO]: Preparing level "world"
  157. [00:05:46] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3397774770780706595)
  158. [00:05:47] [Server thread/INFO]: Preparing spawn area: 47%
  159. [00:05:48] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8007165763992161404)
  160. [00:05:48] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8007165763992161404)
  161. [00:05:49] [Server thread/INFO]: [RPGHealthIndicator] Enabling RPGHealthIndicator v1.6
  162. [00:05:49] [Server thread/INFO]: [sTablist] Enabling sTablist v2.8.6
  163. [00:05:49] [Server thread/INFO]: [sTablist] Found Compatible Packets v1_11_R1.
  164. [00:05:49] [Server thread/WARN]: [sTablist] Could not save config.yml to plugins\sTablist\config.yml because config.yml already exists.
  165. [00:05:49] [Server thread/WARN]: [sTablist] Could not save groups.yml to plugins\sTablist\Prefixes-And-Suffixes\groups.yml because groups.yml already exists.
  166. [00:05:49] [Server thread/WARN]: [sTablist] Found outdated Configuration! (Your Version: 2.6.3 | Newest Version: 2.8.6)
  167. [00:05:49] [Server thread/WARN]: [sTablist] Use /stablist regenConfig to regenerate the Configuration.
  168. [00:05:49] [Server thread/INFO]: [sTablist] Tab Update Task was started in 0 Millis!
  169. [00:05:49] [Server thread/INFO]: [sTablist] Tag Update Task was started in 0 Millis!
  170. [00:05:49] [Server thread/INFO]: [sTablist] Started in 71 Millis!
  171. [00:05:49] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8
  172. [00:05:49] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6413125602664492274)
  173. [00:05:49] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
  174. [00:05:49] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.7
  175. [00:05:49] [Server thread/INFO]: Detected Minecraft v1_11_R1, using UniversalSkinFactory
  176. [00:05:49] [Server thread/INFO]: [Friends3_0] Enabling Friends3_0 v3.0.0.1
  177. [00:05:50] [Server thread/INFO]: Мои друзья | A new update is available!
  178. [00:05:50] [Server thread/INFO]: Мои друзья | Please update your plugin!
  179. [00:05:50] [Server thread/INFO]: Мои друзья | You will get no support for this version!!
  180. [00:05:50] [Server thread/INFO]: Мои друзья | The plugin was successfully loaded!
  181. [00:05:50] [Server thread/INFO]: [ServerProtector] Enabling ServerProtector v1.0
  182. [00:05:50] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.5.2-SNAPSHOT
  183. [00:05:50] [Server thread/INFO]: Adding channels for online players...
  184. [00:05:50] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
  185. [00:05:50] [Server thread/INFO]: [ClearLag] Loading modules...
  186. [00:05:50] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  187. [00:05:50] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  188. [00:05:50] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  189. [00:05:50] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.5
  190. [00:05:50] [Server thread/INFO]: [Passport] Enabling Passport v1.0
  191. [00:05:50] [Server thread/INFO]: [Chairs] Enabling Chairs v4.1
  192. [00:05:50] [Server thread/INFO]: [MultiMOTD] Enabling MultiMOTD v1.2.2
  193. [00:05:50] [Server thread/INFO]: [MapManager] Enabling MapManager v1.3.4-SNAPSHOT
  194. [00:05:50] [Server thread/INFO]: [ReflectionHelper] Version is v1_11_R1 (11101)
  195. [00:05:50] [Server thread/INFO]: [MapManager] Vanilla Maps are allowed. Trying to discover occupied Map IDs...
  196. [00:05:50] [Server thread/INFO]: [MapManager] Found 0 occupied IDs.
  197. [00:05:50] [Server thread/TRACE]: [MapManager] These IDs will not be used: []
  198. [00:05:50] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1066
  199. [00:05:50] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.11-1.11.2 / Spigot-CB-1.11_R1
  200. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  201. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  202. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  203. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  204. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
  205. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
  206. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
  207. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  208. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.11.2)...
  209. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
  210. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
  211. [00:05:51] [Server thread/WARN]: [NoCheatPlus] The following configuration default values have changed:
  212. Changed with build 1057: strings.nofall
  213. (Remove/update individual values or set configversion.created to 1057 to ignore all, then reload the configuration with the 'ncp reload' command.)
  214. [00:05:51] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1066 is enabled.
  215. [00:05:51] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.0.24
  216. [00:05:51] [Server thread/INFO]: [AdvancedPortals] ENTITY_ENDERMEN_TELEPORT found
  217. [00:05:51] [Server thread/INFO]: [AdvancedPortals] ENTITY_GENERIC_EXPLODE found
  218. [00:05:51] [Server thread/INFO]: Advanced portals have been successfully enabled!
  219. [00:05:51] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  220. [00:05:51] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  221. [00:05:51] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  222. [00:05:51] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  223. [00:05:51] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  224. [00:05:51] [Server thread/INFO]: [RandomBox] Enabling RandomBox v2.5.7
  225. [00:05:51] [Server thread/INFO]: [RandomBox] Parsing box 1234...
  226. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  227. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  228. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  229. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  230. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  231. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  232. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  233. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CHEST_OPEN
  234. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CLICK
  235. [00:05:51] [Server thread/INFO]: [RandomBox] Parsing box 1991...
  236. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  237. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  238. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  239. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  240. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  241. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  242. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  243. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CHEST_OPEN
  244. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CLICK
  245. [00:05:51] [Server thread/INFO]: [RandomBox] Parsing box 1992...
  246. [00:05:51] [Server thread/ERROR]: Cannot load plugins\RandomBox\boxes\1992.yml
  247. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  248. in 'string', line 4, column 1:
  249. boxName: '&6Кейс с вещами'
  250. ^
  251. expected <block end>, but found BlockMappingStart
  252. in 'string', line 769, column 3:
  253. zapresh1:
  254. ^
  255.  
  256. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:56) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  257. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  258. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  259. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  260. at saharnooby.randombox.Boxes.loadBoxes(Boxes.java:59) [RandomBox%20(1).jar:?]
  261. at saharnooby.randombox.RandomBox.loadConfig(RandomBox.java:76) [RandomBox%20(1).jar:?]
  262. at saharnooby.randombox.RandomBox.onEnable(RandomBox.java:111) [RandomBox%20(1).jar:?]
  263. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  264. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  265. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  266. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  267. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  268. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  269. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  270. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  271. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  272. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  273. at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
  274. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  275. in 'string', line 4, column 1:
  276. boxName: '&6Кейс с вещами'
  277. ^
  278. expected <block end>, but found BlockMappingStart
  279. in 'string', line 769, column 3:
  280. zapresh1:
  281. ^
  282.  
  283. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  284. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  285. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  286. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  287. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  288. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  289. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  290. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  291. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  292. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  293. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[Spigot.jar:git-Spigot-625bc00-b5f7b6d]
  294. ... 17 more
  295. [00:05:51] [Server thread/WARN]: [RandomBox] Can't parse box 1992: There is no 'itemsToSelectCount' or it's less than 1.
  296. [00:05:51] [Server thread/INFO]: [RandomBox] Parsing box 1993...
  297. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  298. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  299. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  300. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  301. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  302. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  303. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  304. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CHEST_OPEN
  305. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CLICK
  306. [00:05:51] [Server thread/INFO]: [RandomBox] Parsing box 9901...
  307. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.EXPLODE
  308. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CHEST_OPEN
  309. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CLICK
  310. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.ANVIL_LAND
  311. [00:05:51] [Server thread/WARN]: [RandomBox] Invalid sound: No enum constant org.bukkit.Sound.CHEST_CLOSE
  312. [00:05:51] [Server thread/INFO]: [RandomBox] 4 boxes has been loaded, time = 58 ms
  313. [00:05:51] [Server thread/INFO]: [RandomBox] NoCheatPlus hooking enabled
  314. [00:05:51] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.2
  315. [00:05:51] [Server thread/INFO]: [BountyPerks] Enabling BountyPerks v1.1
  316. [00:05:51] [Server thread/INFO]: [BountyPerks] BountyPerks+ has been Enabled!
  317. [00:05:51] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
  318. [00:05:51] [Server thread/INFO]: [DonateJoin] Enabling DonateJoin v1.0
  319. [00:05:51] [Server thread/INFO]: [DonateJoin] [DonateJoin] By Leymooo включён!
  320. [00:05:51] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.4.4
  321. [00:05:51] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: -------------------------------------------------------------------
  322. [00:05:51] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: UltraCosmetics v2.4.4 is loading... (server: 1.11)
  323. [00:05:51] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Thanks for downloading it!
  324. [00:05:51] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Plugin by iSach.
  325. [00:05:51] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Link: http://bit.ly/UltraCosmetics
  326. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Initializing module v1_11_R1
  327. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Module initialized
  328. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]:
  329. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
  330. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]:
  331. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: Morphs disabled.
  332. [00:05:52] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]:
  333. [00:05:53] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
  334. [00:05:53] [Server thread/INFO]: 05/18/2017 - UltraCosmetics [INFO]: -------------------------------------------------------------------
  335. [00:05:53] [Server thread/INFO]: [AnimatedFrames] Enabling AnimatedFrames v4.4.2-SNAPSHOT
  336. [00:05:53] [Server thread/TRACE]: [AnimatedFrames] Waiting 2 seconds before loading data...
  337. [00:05:53] [Server thread/INFO]: [SystemBoard] Enabling SystemBoard v1.0
  338. [00:05:53] [Server thread/INFO]: [SystemBoard] Соединение с базой данных успешно установлено.
  339. [00:05:53] [Server thread/INFO]: {_florentius_=ru.jampire.systemboard.Stat@1f4c94cf, jesus=ru.jampire.systemboard.Stat@103d0259, thec4p1r0t5=ru.jampire.systemboard.Stat@71ed84ae, alexxice=ru.jampire.systemboard.Stat@3e09e6c5, liza2002=ru.jampire.systemboard.Stat@4598e727, gosha2006xxx=ru.jampire.systemboard.Stat@3dcf0a07}
  340. [00:05:53] [Server thread/INFO]: [SystemBoard] База статистики загружена. (6)
  341. [00:05:53] [Server thread/INFO]: [SystemBoard] Запуск в пакетном режиме ProtocolLib.
  342. [00:05:53] [Server thread/INFO]: [SystemBoard] Плагин включен. (153 ms)
  343. [00:05:53] [Server thread/INFO]: [Marriage] Enabling Marriage v2.0.16
  344. [00:05:53] [Server thread/INFO]: [Marriage] Loading config...
  345. [00:05:53] [Server thread/INFO]: [Marriage] Hooked with PermissionsEx using Vault!
  346. [00:05:53] [Server thread/INFO]: [Marriage] Loading dependencies...
  347. [00:05:53] [Server thread/INFO]: [Marriage] Loading commands...
  348. [00:05:53] [Server thread/INFO]: [Marriage] Loading database...
  349. [00:05:53] [Server thread/INFO]: [Marriage] Loading listeners...
  350. [00:05:53] [Server thread/INFO]: [Marriage] Loading updater...
  351. [00:05:53] [Server thread/INFO]: [Marriage] Loading converter...
  352. [00:05:53] [Server thread/INFO]: [Marriage] Completed plugin load stage.
  353. [00:05:53] [Server thread/INFO]: [ProtocolSupportLegacyHologram] Enabling ProtocolSupportLegacyHologram v1.0
  354. [00:05:53] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  355. [00:05:53] [Server thread/INFO]: [RandomPort] Enabling RandomPort v3.0
  356. [00:05:53] [Server thread/INFO]: [RandomPort] has been enabled.
  357. [00:05:53] [Server thread/INFO]: [RandomPort] has successfully loaded setup from the configuration file!
  358. [00:05:53] [Server thread/INFO]: [RandomPort]is avoiding Block Id's [7, 8, 9, 10, 11]
  359. [00:05:53] [Server thread/INFO]: [RandomPort] has found PermissionsEx! Using Pex for permissions!
  360. [00:05:53] [Server thread/INFO]: [PartlyFancy] Enabling PartlyFancy v0.0.1
  361. [00:05:53] [Server thread/INFO]: ***************** [PartlyFancy] *****************
  362. [00:05:54] [Server thread/INFO]: Bukkit adapter v1_11_R1 is not supported. In order to prevent errors for the server, disabling plugin...
  363. [00:05:54] [Server thread/INFO]: *************************************************
  364. [00:05:54] [Server thread/INFO]: [PartlyFancy] Disabling PartlyFancy v0.0.1
  365. [00:05:54] [Server thread/INFO]: [PerPlayerBlood] Enabling PerPlayerBlood v2.2
  366. [00:05:54] [Server thread/INFO]: [PerPlayerBlood] Loading for 1.11 (1.11.2-R0.1-SNAPSHOT)
  367. [00:05:54] [Server thread/INFO]: [PerPlayerBlood] has been enabled!
  368. [00:05:54] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7-SNAPSHOT;
  369. [00:05:54] [Server thread/INFO]: WEPIF: PermissionsEx обнаружен! Использую PermissionEx для разрешений.
  370. [00:05:54] [Server thread/INFO]: [WorldEdit] Использую com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 для Bukkit адаптеров
  371. [00:05:54] [Server thread/INFO]: [BlockVersion] Enabling BlockVersion v1.2
  372. [00:05:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b468
  373. [00:05:54] [Server thread/TRACE]: Aborting ItemSpawnBL read, itemDB not yet loaded.
  374. [00:05:54] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  375. [00:05:54] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  376. [00:05:54] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  377. [00:05:54] [Server thread/INFO]: Using locale ru
  378. [00:05:55] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  379. [00:05:55] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  380. [00:05:55] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  381. [00:05:55] [Server thread/INFO]: [Jobs] Enabling Jobs v3.8.2
  382. [00:05:55] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  383. [00:05:55] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  384. [00:05:55] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
  385. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  386. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 41 custom entity names!
  387. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  388. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  389. [00:05:56] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  390. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: PigZombie!
  391. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: CaveSpider!
  392. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: LavaSlime!
  393. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: EnderDragon!
  394. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: WitherBoss!
  395. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: MushroomCow!
  396. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: Ozelot!
  397. [00:05:56] [Server thread/WARN]: [Jobs] Job Охотник has an invalid Kill type property: VillagerGolem!
  398. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 10 jobs!
  399. [00:05:56] [Server thread/INFO]: [Jobs] Explorer jobs manager are not enabled!
  400. [00:05:56] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
  401. [00:05:56] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  402. [00:05:56] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  403. [00:05:56] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  404. [00:05:56] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
  405. [00:05:56] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2002275289756935769)
  406. [00:05:57] [Server thread/INFO]: Preparing start region for level 5 (Seed: 274275581694805842)
  407. [00:05:57] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  408. [00:05:57] [Server thread/INFO]: false
  409. [00:05:57] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  410. [00:05:57] [Server thread/INFO]: [ItemFixer] Enabling ItemFixer v2.7.8
  411. [00:05:57] [Server thread/INFO]: [ItemFixer] ItemFixer enabled
  412. [00:05:57] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.21-SNAPSHOT (build 1463)
  413. [00:05:57] [Server thread/ERROR]: [Citizens] Missing preferred location bundle.
  414. [00:05:57] [Server thread/INFO]: [Parkour] Enabling Parkour v4.0
  415. [00:05:57] [Server thread/INFO]: [Parkour] [Economy] Linked with Vault v1.5.6-b49
  416. [00:05:57] [Server thread/INFO]: [Parkour] Enabled Parkour v4.0!
  417. [00:05:57] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.6
  418. [00:05:57] [Server thread/INFO]: [MineResetLite] Loading mine from file 'main.mine.yml'...
  419. [00:05:57] [Server thread/INFO]: [MineResetLite] Loading mine from file 'main1.mine.yml'...
  420. [00:05:57] [Server thread/INFO]: [MineResetLite] Loading mine from file 'mine2.mine.yml'...
  421. [00:05:57] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.4.6 enabled!
  422. [00:05:57] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-SNAPSHOT-b748
  423. [00:05:57] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-SNAPSHOT-b748 Enabled - By Rigby and fernferret
  424. [00:05:57] [Server thread/INFO]: [MVPLogging] 4 - Portals(s) loaded
  425. [00:05:57] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  426. [00:05:57] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  427. [00:05:57] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  428. [00:05:57] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  429. [00:05:57] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v1.4
  430. [00:05:57] [Server thread/INFO]: _________AntiRelog++_________
  431. [00:05:57] [Server thread/INFO]: Using Essentials: true
  432. [00:05:57] [Server thread/INFO]: Enable apple cooldown: true Cooldown: 40
  433. [00:05:57] [Server thread/INFO]: Checks enabled: true
  434. [00:05:57] [Server thread/INFO]: Remove death message: true
  435. [00:05:57] [Server thread/INFO]: Remove kick message: true
  436. [00:05:57] [Server thread/INFO]: Remove leave message: true
  437. [00:05:57] [Server thread/INFO]: Remove join message: true
  438. [00:05:57] [Server thread/INFO]: Kill on leave: true
  439. [00:05:57] [Server thread/INFO]: Kill on command: false
  440. [00:05:57] [Server thread/INFO]: _____________________________
  441. [00:05:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1-SNAPSHOT;
  442. [00:05:57] [Server thread/INFO]: [WorldGuard] (world) Поджигание TNT РАЗРЕШЕНО.
  443. [00:05:57] [Server thread/INFO]: [WorldGuard] (world) Зажигалки РАЗРЕШЕНЫ.
  444. [00:05:57] [Server thread/INFO]: [WorldGuard] (world) Огонь лавы отключен.
  445. [00:05:57] [Server thread/INFO]: [WorldGuard] (world) Все распространение огня отключено.
  446. [00:05:57] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world'
  447. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_nether) Поджигание TNT РАЗРЕШЕНО.
  448. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_nether) Зажигалки РАЗРЕШЕНЫ.
  449. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_nether) Огонь лавы отключен.
  450. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_nether) Все распространение огня отключено.
  451. [00:05:57] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_nether'
  452. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Поджигание TNT РАЗРЕШЕНО.
  453. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Зажигалки РАЗРЕШЕНЫ.
  454. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Огонь лавы отключен.
  455. [00:05:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Все распространение огня отключено.
  456. [00:05:57] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_the_end'
  457. [00:05:57] [Server thread/INFO]: [WorldGuard] (parkour) Поджигание TNT РАЗРЕШЕНО.
  458. [00:05:57] [Server thread/INFO]: [WorldGuard] (parkour) Зажигалки РАЗРЕШЕНЫ.
  459. [00:05:57] [Server thread/INFO]: [WorldGuard] (parkour) Огонь лавы отключен.
  460. [00:05:57] [Server thread/INFO]: [WorldGuard] (parkour) Все распространение огня отключено.
  461. [00:05:57] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'parkour'
  462. [00:05:57] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Поджигание TNT РАЗРЕШЕНО.
  463. [00:05:57] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Зажигалки РАЗРЕШЕНЫ.
  464. [00:05:57] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Огонь лавы отключен.
  465. [00:05:57] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Все распространение огня отключено.
  466. [00:05:57] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'ASkyBlock'
  467. [00:05:58] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Поджигание TNT РАЗРЕШЕНО.
  468. [00:05:58] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Зажигалки РАЗРЕШЕНЫ.
  469. [00:05:58] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Огонь лавы отключен.
  470. [00:05:58] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Все распространение огня отключено.
  471. [00:05:58] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'ASkyBlock_nether'
  472. [00:05:58] [Server thread/INFO]: [WorldGuard] Loading region data...
  473. [00:05:58] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.8.4
  474. [00:05:58] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  475. [00:05:58] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  476. [00:05:58] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  477. [00:05:58] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b468
  478. [00:05:58] [Server thread/INFO]: [WGExtender] Enabling WGExtender v1.0
  479. [00:05:58] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.3-SNAPSHOT-b1640
  480. [00:05:58] [Server thread/INFO]: [AuthMe] SQLite driver loaded
  481. [00:05:58] [Server thread/INFO]: [AuthMe] SQLite Setup finished
  482. [00:05:58] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
  483. [00:05:58] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
  484. [00:05:58] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
  485. [00:05:58] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
  486. [00:05:58] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
  487. [00:05:58] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
  488. [00:05:58] [Server thread/INFO]: [AuthMe] AuthMe 5.3-SNAPSHOT build n.1640 correctly enabled!
  489. [00:05:58] [Server thread/INFO]: [WClans] Enabling WClans v1.0
  490. [00:05:58] [Server thread/INFO]: [WClans] Соединение с базой данных успешно установлено.
  491. [00:05:58] [Server thread/INFO]: [WClans] База кланов загружена.
  492. [00:05:58] [Server thread/INFO]: [WClans] Плагин включен (16 ms).
  493. [00:05:58] [Server thread/INFO]: [ChatGuard] Enabling ChatGuard v7.5
  494. [00:05:58] [Server thread/INFO]: [ChatGuard] ChatGuard enabled!
  495. [00:05:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  496. [00:05:58] [Server thread/INFO]: Done (12,510s)! For help, type "help" or "?"
  497. [00:05:58] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  498. [00:05:58] [Server thread/INFO]: Trying to register generator with Multiverse
  499. [00:05:58] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock'!
  500. [00:05:58] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  501. [00:05:58] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock_nether'!
  502. [00:05:58] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  503. [00:05:59] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
  504. [00:05:59] [Server thread/INFO]: Game rule sendCommandFeedback has been updated to false
  505. [00:05:59] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
  506. [00:05:59] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
  507. [00:05:59] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  508. [00:05:59] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  509. [00:05:59] [Craft Scheduler Thread - 3/INFO]: 
  510. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  +===============+
  511. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  | SkinsRestorer |
  512. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  +===============+
  513. [00:05:59] [Craft Scheduler Thread - 3/INFO]: 
  514. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  Current version: 12.9.7
  515. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  A new version is available! Download it at:
  516. [00:05:59] [Craft Scheduler Thread - 3/INFO]:  https://www.spigotmc.org/resources/skinsrestorer.2124/
  517. [00:05:59] [Craft Scheduler Thread - 3/INFO]: 
  518. [00:05:59] [Craft Scheduler Thread - 6/INFO]: [MapManager] Plugin is up-to-date
  519. [00:05:59] [Craft Scheduler Thread - 4/INFO]: [PacketListenerApi] Plugin is up-to-date
  520. [00:05:59] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  521. [00:05:59] [Craft Scheduler Thread - 6/INFO]: [Marriage] Purged 0 player entries in 3ms
  522. [00:05:59] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  523. [00:05:59] [Craft Scheduler Thread - 18/INFO]: [Jobs] Preloaded 6 players data in 0.01
  524. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@289563f8 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@5f05046f
  525. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@289563f8 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@5f05046f
  526. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@21bb08f9 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@64441e5
  527. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@21bb08f9 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@64441e5
  528. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@5948fa11 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@4e25c0e0
  529. [00:05:59] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_11_R1.network.EmptyNetworkManager@5948fa11 to net.citizensnpcs.nms.v1_11_R1.network.EmptyNetHandler@4e25c0e0
  530. [00:05:59] [Server thread/INFO]: [Citizens] Loaded 3 NPCs.
  531. [00:05:59] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
  532. [00:05:59] [Server thread/INFO]: [ASkyBlock] Loading island grid...
  533. [00:05:59] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
  534. [00:05:59] [Server thread/INFO]: [ASkyBlock] Loading warps...
  535. [00:05:59] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
  536. [00:05:59] [Craft Scheduler Thread - 11/WARN]: [SpigetUpdate] Invalid SemVer versions specified [442-SNAPSHOT] [442-SNAPSHOT]
  537. [00:05:59] [Craft Scheduler Thread - 11/INFO]: [AnimatedFrames] The plugin is up-to-date.
  538. [00:06:00] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
  539. [00:06:00] [Server thread/INFO]: [ASkyBlock] Update available ASkyBlock V3.0.6.6
  540. [00:06:00] [Craft Scheduler Thread - 11/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
  541. [00:06:00] [Craft Scheduler Thread - 11/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["продавец еды","alexco12"]
  542. [00:06:00] [Craft Scheduler Thread - 11/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
  543. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Successful read, server response was 200
  544. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Response: []
  545. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Page 0 returned 0 results, parsing
  546. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Couldn't find profile продавец еды
  547. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Couldn't find profile alexco12
  548. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
  549. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["alexxice"]
  550. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
  551. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Successful read, server response was 200
  552. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Response: []
  553. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Page 0 returned 0 results, parsing
  554. [00:06:01] [Craft Scheduler Thread - 11/DEBUG]: Couldn't find profile alexxice
  555. [00:06:01] [Craft Scheduler Thread - 18/INFO]: [AnimatedFrames] Loading data...
  556. [00:06:01] [pool-15-thread-1/INFO]: [AnimatedFrames] Loaded 3 frames.
  557. [00:06:01] [pool-15-thread-4/INFO]: [AnimatedFrames] Animation length for 'rd' is zero. Creating non-animated image.
  558. [00:06:01] [pool-15-thread-2/INFO]: [AnimatedFrames] Animation length for 'kim' is zero. Creating non-animated image.
  559. [00:06:01] [pool-15-thread-3/INFO]: [AnimatedFrames] Animation length for 'banner' is zero. Creating non-animated image.
  560. [00:06:01] [pool-15-thread-3/INFO]: [AnimatedFrames] Started 'banner' (1/3)
  561. [00:06:01] [pool-15-thread-4/INFO]: [AnimatedFrames] Started 'rd' (2/3)
  562. [00:06:02] [pool-15-thread-2/INFO]: [AnimatedFrames] Started 'kim' (3/3)
  563. [00:06:18] [Thread-15/INFO]: [ItemFixer] Не удалось проверить обновление :( // Can't check update
  564. [00:06:18] [Thread-15/WARN]: [ItemFixer] Ошибка:
  565. java.net.ConnectException: Connection timed out: connect
  566. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_112]
  567. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_112]
  568. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_112]
  569. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_112]
  570. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_112]
  571. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_112]
  572. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_112]
  573. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_112]
  574. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_112]
  575. at sun.net.NetworkClient.doConnect(Unknown Source) ~[?:1.8.0_112]
  576. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_112]
  577. at sun.net.www.http.HttpClient.openServer(Unknown Source) ~[?:1.8.0_112]
  578. at sun.net.www.http.HttpClient.<init>(Unknown Source) ~[?:1.8.0_112]
  579. at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_112]
  580. at sun.net.www.http.HttpClient.New(Unknown Source) ~[?:1.8.0_112]
  581. at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) ~[?:1.8.0_112]
  582. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) ~[?:1.8.0_112]
  583. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) ~[?:1.8.0_112]
  584. at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) ~[?:1.8.0_112]
  585. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_112]
  586. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_112]
  587. at java.net.URL.openStream(Unknown Source) ~[?:1.8.0_112]
  588. at ru.xtime.nbtfix.Main.checkUpdate(Main.java:75) [ItemFixer.jar:?]
  589. at ru.xtime.nbtfix.Main$1.run(Main.java:36) [ItemFixer.jar:?]
  590. at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
  591. [00:06:52] [Netty Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@ea509ed to net.minecraft.server.v1_11_R1.HandshakeListener@479441b3
  592. [00:06:52] [Netty Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@ea509ed to protocolsupport.zplatform.impl.spigot.network.handler.SpigotFakePacketListener@61ff86d5
  593. [00:06:52] [Netty Server IO #1/DEBUG]: Enabled auto read
  594. [00:06:52] [Netty Server IO #1/INFO]: [ProtocolSupport] /25.39.228.242:55492 connected with protocol version MINECRAFT_1_11_1
  595. [00:06:52] [Netty Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@ea509ed to protocolsupport.zplatform.impl.spigot.network.handler.SpigotModernHandshakeListener@1f694286
  596. [00:06:52] [Netty Server IO #1/DEBUG]: Enabled auto read
  597. [00:06:52] [Netty Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@ea509ed to protocolsupport.zplatform.impl.spigot.network.handler.SpigotStatusListener@202b3f86
  598. [00:06:52] [Netty Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to net.minecraft.server.v1_11_R1.HandshakeListener@1ed03bf9
  599. [00:06:52] [Netty Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to protocolsupport.zplatform.impl.spigot.network.handler.SpigotFakePacketListener@5bd2a647
  600. [00:06:52] [Netty Server IO #2/DEBUG]: Enabled auto read
  601. [00:06:52] [Netty Server IO #2/INFO]: [ProtocolSupport] /25.39.228.242:55497 connected with protocol version MINECRAFT_1_11_1
  602. [00:06:52] [Netty Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to protocolsupport.zplatform.impl.spigot.network.handler.SpigotModernHandshakeListener@d2809ac
  603. [00:06:52] [Netty Server IO #2/DEBUG]: Enabled auto read
  604. [00:06:52] [Netty Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to protocolsupport.zplatform.impl.spigot.network.handler.SpigotModernLoginListener@59e3f749
  605. [00:06:52] [LoginProcessingThread/INFO]: UUID of player Alexxice is bd33ace7-0d6c-3b3f-985c-d421750baa2e
  606. [00:06:52] [LoginProcessingThread/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to protocolsupport.zplatform.impl.spigot.network.handler.SpigotLoginListenerPlay@70f8cc72
  607. [00:06:52] [Netty Server IO #2/DEBUG]: Enabled auto read
  608. [00:06:52] [Server thread/DEBUG]: Set listener of net.minecraft.server.v1_11_R1.NetworkManager@1aefac7c to net.minecraft.server.v1_11_R1.PlayerConnection@3aab965a
  609. [00:06:53] [Server thread/INFO]: [Passport] Player Alexxice loaded!
  610. [00:06:53] [Server thread/INFO]: [SystemBoard] Неизестный тип топа money.
  611. [00:06:53] [Server thread/INFO]: Alexxice[/25.39.228.242:55497] logged in with entity id 965 at ([world]511.33641190804127, 72.0, 617.9370546240862)
  612. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
  613. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["alexxice"]
  614. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
  615. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Successful read, server response was 200
  616. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Response: []
  617. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Page 0 returned 0 results, parsing
  618. [00:06:53] [Head Conversion Thread - 0/DEBUG]: Couldn't find profile alexxice
  619. [00:06:53] [Craft Scheduler Thread - 23/WARN]: [SpigetUpdate] Invalid SemVer versions specified [442-SNAPSHOT] [442-SNAPSHOT]
  620. [00:07:00] [Server thread/INFO]: [Уборщик] Мусор будет убран через 300 секунд!
  621. [00:07:07] [Server thread/INFO]: Alexxice issued server command: /pas 1234
  622. [00:07:10] [Craft Scheduler Thread - 15/INFO]: [AuthMe] Alexxice logged in!
  623. [00:07:11] [Async Chat Thread - #0/INFO]: <Alexxice> 3
  624. [00:07:21] [Netty Server IO #2/DEBUG]: java.io.IOException: Удаленный хост принудительно разорвал существующее подключение
  625. [00:07:21] [Netty Server IO #2/WARN]: java.io.IOException: Удаленный хост принудительно разорвал существующее подключение
  626. [00:07:21] [Netty Server IO #2/WARN]: at sun.nio.ch.SocketDispatcher.read0(Native Method)
  627. [00:07:21] [Netty Server IO #2/WARN]: at sun.nio.ch.SocketDispatcher.read(Unknown Source)
  628. [00:07:21] [Netty Server IO #2/WARN]: at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
  629. [00:07:21] [Netty Server IO #2/WARN]: at sun.nio.ch.IOUtil.read(Unknown Source)
  630. [00:07:21] [Netty Server IO #2/WARN]: at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
  631. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446)
  632. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:881)
  633. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225)
  634. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)
  635. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  636. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  637. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  638. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  639. [00:07:21] [Netty Server IO #2/WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  640. [00:07:21] [Netty Server IO #2/WARN]: at java.lang.Thread.run(Unknown Source)
  641. [00:07:21] [Server thread/INFO]: Alexxice lost connection: Internal Exception: java.io.IOException: Удаленный хост принудительно разорвал существующее подключение
  642. [00:07:21] [Server thread/INFO]: [Passport] File Alexxice.yml saved!
  643. [00:07:21] [Server thread/INFO]: [Passport] Player Alexxice unloaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement