Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.33 KB | None | 0 0
  1. [18:25:50] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [18:25:50] [Server thread/INFO]: Loading properties
  3. [18:25:50] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:25:50] [Server thread/INFO]: Generating keypair
  5. [18:25:50] [Server thread/INFO]: Starting Minecraft server on *:38511
  6. [18:25:50] [Server thread/INFO]: Using default channel type
  7. [18:25:51] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-e232e15 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  8. [18:25:51] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.14.2
  9. [18:25:51] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  10. [18:25:51] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
  11. [18:25:51] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b370
  12. [18:25:51] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b468
  13. [18:25:51] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  14. [18:25: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*!
  15. [18:25:51] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.5
  16. [18:25:51] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v1.19.7
  17. [18:25:51] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.10.1
  18. [18:25:51] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.4
  19. [18:25:51] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b468
  20. [18:25:51] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  21. [18:25:51] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
  22. [18:25:51] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.14.2
  23. [18:25:51] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  24. [18:25:51] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  25. [18:25: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.
  26. [18:25:51] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  27. [18:25:51] [Server thread/INFO]: Preparing level "serveromat_world"
  28. [18:25:51] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3317046693713936454)
  29. [18:25:52] [Server thread/INFO]: Preparing spawn area: 3%
  30. [18:25:53] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3317046693713936454)
  31. [18:25:54] [Server thread/INFO]: Preparing spawn area: 87%
  32. [18:25:54] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3317046693713936454)
  33. [18:25:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  34. [18:25:55] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  35. [18:25:55] [Server thread/WARN]: [WorldEdit]
  36. **********************************************
  37. ** This WorldEdit version does not fully support your version of Bukkit.
  38. **
  39. ** When working with blocks or undoing, chests will be empty, signs
  40. ** will be blank, and so on. There will be no support for entity
  41. ** and biome-related functions.
  42. **
  43. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  44. **********************************************
  45.  
  46. [18:25:55] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
  47. [18:25:55] [Server thread/ERROR]: Error occurred while enabling HealthBar v1.8.2 (Is it up to date?)
  48. java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  49. at com.gmail.filoghost.healthbar.MiscListeners.loadConfiguration(MiscListeners.java:324) ~[?:?]
  50. at com.gmail.filoghost.healthbar.Main.reloadConfigFromDisk(Main.java:123) ~[?:?]
  51. at com.gmail.filoghost.healthbar.Main.onEnable(Main.java:68) ~[?:?]
  52. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  53. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  54. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  55. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:360) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  56. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:322) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  57. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:411) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  58. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  59. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  60. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:244) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  61. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  62. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  63. [18:25:55] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b370
  64. [18:25:55] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsProtect to the same version.
  65. [18:25:55] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  66. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/warp' should not start with '/'.
  67. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/home' should not start with '/'.
  68. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/sethome' should not start with '/'.
  69. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/repair' should not start with '/'.
  70. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/heal' should not start with '/'.
  71. [18:25:55] [Server thread/WARN]: [Essentials] Invalid command cost. '/repair-all' should not start with '/'.
  72. [18:25:55] [Server thread/INFO]: Using locale en_US
  73. [18:25:56] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  74. [18:25:56] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  75. [18:25:56] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  76. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/warp' should not start with '/'.
  77. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/home' should not start with '/'.
  78. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/sethome' should not start with '/'.
  79. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/repair' should not start with '/'.
  80. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/heal' should not start with '/'.
  81. [18:25:56] [Server thread/WARN]: [Essentials] Invalid command cost. '/repair-all' should not start with '/'.
  82. [18:25:56] [Server thread/INFO]: Using locale en_US
  83. [18:25:56] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  84. [18:25:56] [Server thread/WARN]: [Essentials] Detected supported permissions plugin PermissionsEx without Vault installed.
  85. [18:25:56] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
  86. [18:25:56] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
  87. [18:25:56] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b468
  88. [18:25:56] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  89. [18:25:56] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  90. [18:25:56] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  91. [18:25:56] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  92. [18:25:56] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  93. [18:25:56] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.5
  94. [18:25:56] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
  95. [18:25:56] [Server thread/INFO]: [ChatEx] Loading updater-config...
  96. [18:25:56] [Server thread/INFO]: [ChatEx] Done!
  97. [18:25:56] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
  98. [18:25:56] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
  99. [18:25:56] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
  100. [18:25:56] [Server thread/INFO]: [ChatEx] is now enabled!
  101. [18:25:56] [Server thread/INFO]: [Modifyworld] Enabling Modifyworld v1.19.7
  102. [18:25:56] [Server thread/INFO]: [Modifyworld] Modifyworld enabled!
  103. [18:25:56] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.10.1
  104. [18:25:56] [Server thread/INFO]: [ScoreboardStats] You need http://dev.bukkit.org/bukkit-plugins/protocollib/ for compatibilityMode
  105. [18:25:56] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [BungeeCordVariables, BukkitGlobalVariables, PlayerPingVariable, GeneralVariables, BukkitVariables]
  106. [18:25:56] [Server thread/INFO]: HikariPool-1 - Started.
  107. [18:25:56] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.4
  108. [18:25:56] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b468
  109. [18:25:56] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  110. [18:25:56] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  111. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world) TNT ignition is PERMITTED.
  112. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world) Lighters are PERMITTED.
  113. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world) Lava fire is blocked.
  114. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world) Fire spread is UNRESTRICTED.
  115. [18:25:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serveromat_world'
  116. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_nether) TNT ignition is PERMITTED.
  117. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_nether) Lighters are PERMITTED.
  118. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_nether) Lava fire is blocked.
  119. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_nether) Fire spread is UNRESTRICTED.
  120. [18:25:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serveromat_world_nether'
  121. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_the_end) TNT ignition is PERMITTED.
  122. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_the_end) Lighters are PERMITTED.
  123. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_the_end) Lava fire is blocked.
  124. [18:25:56] [Server thread/INFO]: [WorldGuard] (serveromat_world_the_end) Fire spread is UNRESTRICTED.
  125. [18:25:56] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'serveromat_world_the_end'
  126. [18:25:56] [Server thread/INFO]: [WorldGuard] Loading region data...
  127. [18:25:56] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
  128. [18:25:56] [Server thread/INFO]: [Residence] Permissions plugin NOT FOUND!
  129. [18:25:57] [Server thread/INFO]: [Residence] Scanning for economy systems...
  130. [18:25:57] [Server thread/INFO]: [Residence] Vault NOT found!
  131. [18:25:57] [Server thread/INFO]: [Residence] BOSEconomy NOT found!
  132. [18:25:57] [Server thread/INFO]: [Residence] Successfully linked with Essentials Economy!
  133. [18:25:57] [Server thread/WARN]: [Residence] Save directory does not exist...
  134. [18:25:57] [Server thread/WARN]: [Residence] Please restart server
  135. [18:25:57] [Server thread/INFO]: [Residence] Found WorldEdit
  136. [18:25:57] [Server thread/ERROR]: Error occurred while enabling Residence v2.6.6.6 (Is it up to date?)
  137. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  138. at com.bekvon.bukkit.residence.listeners.ResidencePlayerListener.<init>(ResidencePlayerListener.java:69) ~[?:?]
  139. at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:301) ~[?:?]
  140. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  141. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  142. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  143. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:360) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  144. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:322) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  145. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:411) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  146. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  147. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  148. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:244) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  149. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:521) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  150. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  151. [18:25:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  152. [18:25:57] [Server thread/INFO]: Done (5.554s)! For help, type "help" or "?"
  153. [18:26:00] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatEx attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=65863 in main server thread
  154. [18:26:00] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
  155. [18:26:12] [Server thread/INFO]: VisaniMusic[/5.53.224.228:50835] logged in with entity id 263 at ([serveromat_world]-755.3265805105109, 109.0, 1370.1170779178558)
  156. [18:26:12] [pool-3-thread-6/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 26
  157. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  158. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  159. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  160. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  161. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  162. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  163. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  164. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  165. [18:28:02] [Server thread/INFO]: ali12345[/94.72.178.88:60973] logged in with entity id 2350 at ([serveromat_world_the_end]234.59194182545897, 63.0, 1510.4215252223694)
  166. [18:28:02] [pool-3-thread-9/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 55
  167. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  168. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  169. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  170. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  171. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  172. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  173. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  174. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  175. [18:28:28] [Server thread/WARN]: ali12345 was kicked for floating too long!
  176. [18:28:28] [Server thread/INFO]: ali12345 lost connection: Flying is not enabled on this server
  177. [18:28:28] [Server thread/INFO]: ali12345 left the game
  178. [18:28:28] [Server thread/WARN]: handleDisconnection() called twice
  179. [18:28:36] [Server thread/INFO]: ali12345[/94.72.178.88:60985] logged in with entity id 3043 at ([serveromat_world_the_end]223.59549162015205, 61.483052050895026, 1508.7198933720476)
  180. [18:28:36] [pool-3-thread-10/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 74
  181. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  182. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  183. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  184. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  185. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  186. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  187. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  188. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  189. [18:28:52] [Server thread/INFO]: ali12345 issued server command: /home
  190. [18:29:30] [Server thread/INFO]: ali12345 lost connection: You logged in from another location
  191. [18:29:30] [Server thread/INFO]: ali12345 left the game
  192. [18:29:30] [Server thread/INFO]: ali12345[/94.72.178.88:60998] logged in with entity id 4865 at ([serveromat_world]199592.5, 63.0, 1551.5)
  193. [18:29:30] [pool-3-thread-10/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 88
  194. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  195. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  196. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  197. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  198. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  199. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  200. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  201. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  202. [18:30:31] [Server thread/INFO]: ali12345 lost connection: You logged in from another location
  203. [18:30:31] [Server thread/INFO]: ali12345 left the game
  204. [18:30:31] [Server thread/INFO]: ali12345[/94.72.178.88:61063] logged in with entity id 6621 at ([serveromat_world]199592.5, 63.0, 1551.5)
  205. [18:30:31] [pool-3-thread-13/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 106
  206. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  207. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  208. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  209. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  210. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  211. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  212. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  213. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  214. [18:31:15] [Server thread/INFO]: VisaniMusic issued server command: /warp shop
  215. [18:31:19] [Server thread/INFO]: Zombacka[/46.10.17.177:1251] logged in with entity id 8201 at ([serveromat_world]200249.11030978474, 70.0, 1757.066347926184)
  216. [18:31:19] [pool-3-thread-14/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 126
  217. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  218. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  219. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  220. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  221. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  222. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  223. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  224. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  225. [18:31:27] [Server thread/INFO]: VisaniMusic issued server command: /warp spawn
  226. [18:31:40] [Server thread/INFO]: Zombacka issued server command: /home
  227. [18:32:02] [Server thread/INFO]: ali12345 issued server command: /sethome
  228. [18:32:03] [Server thread/INFO]: VisaniMusic issued server command: /tp VisaniMusic Zombacka
  229. [18:32:14] [Server thread/INFO]: VisaniMusic issued server command: /invsee Zombacka
  230. [18:32:22] [Server thread/INFO]: VisaniMusic issued server command: /invsee ali12345
  231. [18:32:32] [Server thread/INFO]: [Owner] VisaniMusic: :D
  232. [18:32:36] [Server thread/INFO]: [User] Zombacka: :D
  233. [18:33:07] [Server thread/INFO]: [Owner] VisaniMusic: tova rasteniq ot kyde go namerihte ?
  234. [18:33:12] [Server thread/INFO]: [Owner] VisaniMusic: restenie *
  235. [18:33:18] [Server thread/INFO]: ali12345 issued server command: /ot enda
  236. [18:33:20] [Server thread/INFO]: [User] Zombacka: pitai ali12345
  237. [18:33:25] [Server thread/INFO]: [User] ali12345: ot enda
  238. [18:33:29] [Server thread/INFO]: [Owner] VisaniMusic: ali ?
  239. [18:33:40] [Server thread/INFO]: Zombacka issued server command: /
  240. [18:33:42] [Server thread/INFO]: [Owner] VisaniMusic: az moga da ti kaja ot enda
  241. [18:33:46] [Server thread/INFO]: [Owner] VisaniMusic: a kak namerihte enda ?
  242. [18:34:00] [Server thread/INFO]: ali12345 issued server command: /ei
  243. [18:34:00] [Server thread/INFO]: §cali12345 §4was denied access to command.
  244. [18:34:12] [Server thread/INFO]: [Owner] VisaniMusic: ali kak nameri enda kato nqmash perlite ?
  245. [18:34:16] [Server thread/INFO]: [User] ali12345: zashto go vze
  246. [18:34:30] [Server thread/INFO]: [Owner] VisaniMusic: vij kakvo te pitam
  247. [18:34:33] [Server thread/INFO]: master_222[/77.71.69.42:26890] logged in with entity id 13191 at ([serveromat_world]-4.798401255704429, 73.0, 1541.788351741549)
  248. [18:34:33] [pool-3-thread-15/WARN]: [Essentials] Plugin Essentials v2.0.1-b370 generated an exception while executing task 319
  249. java.lang.NoSuchMethodError: com.earth2me.essentials.ISettings.getSpawnOnJoinGroups()Ljava/util/List;
  250. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.delayedJoin(EssentialsSpawnPlayerListener.java:75) ~[?:?]
  251. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1.run(EssentialsSpawnPlayerListener.java:67) ~[?:?]
  252. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:53) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  253. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  254. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]
  255. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]
  256. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  257. [18:34:33] [Server thread/ERROR]: Encountered an unexpected exception
  258. net.minecraft.server.v1_11_R1.ReportedException: Loading NBT data
  259. at net.minecraft.server.v1_11_R1.NBTTagCompound.a(SourceFile:433) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  260. at net.minecraft.server.v1_11_R1.NBTTagCompound.load(SourceFile:76) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  261. at net.minecraft.server.v1_11_R1.NBTTagList.load(SourceFile:66) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  262. at net.minecraft.server.v1_11_R1.NBTTagCompound.a(SourceFile:427) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  263. at net.minecraft.server.v1_11_R1.NBTTagCompound.load(SourceFile:76) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  264. at net.minecraft.server.v1_11_R1.NBTTagList.load(SourceFile:66) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  265. at net.minecraft.server.v1_11_R1.NBTTagCompound.a(SourceFile:427) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  266. at net.minecraft.server.v1_11_R1.NBTTagCompound.load(SourceFile:76) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  267. at net.minecraft.server.v1_11_R1.NBTTagCompound.a(SourceFile:427) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  268. at net.minecraft.server.v1_11_R1.NBTTagCompound.load(SourceFile:76) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  269. at net.minecraft.server.v1_11_R1.NBTCompressedStreamTools.a(SourceFile:117) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  270. at net.minecraft.server.v1_11_R1.NBTCompressedStreamTools.a(SourceFile:82) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  271. at net.minecraft.server.v1_11_R1.NBTCompressedStreamTools.a(SourceFile:78) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  272. at net.minecraft.server.v1_11_R1.RegionFileCache.d(RegionFileCache.java:87) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  273. at net.minecraft.server.v1_11_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:67) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  274. at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:21) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  275. at org.bukkit.craftbukkit.v1_11_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  276. at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  277. at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  278. at org.bukkit.craftbukkit.v1_11_R1.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  279. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_60]
  280. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_60]
  281. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  282. Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
  283. at java.util.zip.InflaterInputStream.fill(Unknown Source) ~[?:1.8.0_60]
  284. at java.util.zip.InflaterInputStream.read(Unknown Source) ~[?:1.8.0_60]
  285. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_60]
  286. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_60]
  287. at java.io.DataInputStream.readFully(Unknown Source) ~[?:1.8.0_60]
  288. at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_60]
  289. at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_60]
  290. at net.minecraft.server.v1_11_R1.NBTTagCompound.b(SourceFile:420) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  291. at net.minecraft.server.v1_11_R1.NBTTagCompound.load(SourceFile:73) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  292. at net.minecraft.server.v1_11_R1.NBTTagList.load(SourceFile:66) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  293. at net.minecraft.server.v1_11_R1.NBTTagCompound.a(SourceFile:427) ~[craftbukkit-1.11.2.jar:git-Bukkit-e232e15]
  294. ... 22 more
  295. [18:34:33] [Server thread/ERROR]: This crash report has been saved to: H:\Data\Content\x8c1kgb9r7wjpt52\Data\.\crash-reports\crash-2017-02-27_18.34.33-server.txt
  296. [18:34:33] [Server thread/INFO]: Stopping server
  297. [18:34:33] [Server thread/INFO]: [Residence] Disabling Residence v2.6.6.6
  298. [18:34:33] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  299. [18:34:33] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  300. [18:34:33] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b468
  301. [18:34:33] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.4
  302. [18:34:33] [Server thread/INFO]: [ScoreboardStats] Disabling ScoreboardStats v0.10.1
  303. [18:34:33] [Server thread/INFO]: [ScoreboardStats] Now saving the stats to the database. This could take a while.
  304. [18:34:33] [Server thread/INFO]: [Modifyworld] Disabling Modifyworld v1.19.7
  305. [18:34:33] [Server thread/INFO]: [Modifyworld] Modifyworld successfully disabled!
  306. [18:34:33] [Server thread/INFO]: [ChatEx] Disabling ChatEx v1.5
  307. [18:34:33] [Server thread/INFO]: [ChatEx] is now disabled!
  308. [18:34:33] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  309. [18:34:33] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  310. [18:34:33] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b468
  311. [18:34:33] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b370
  312. [18:34:33] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.8.2
  313. [18:34:33] [Server thread/INFO]: HealthBar disabled, all the health bars have been removed.
  314. [18:34:33] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  315. [18:34:33] [Server thread/INFO]: [AutoSaveWorld] Disabling AutoSaveWorld v4.14.2
  316. [18:34:33] [Server thread/INFO]: AutoSaving
  317. [18:34:33] [Server thread/INFO]: AutoSave Complete
  318. [18:34:37] [Server thread/INFO]: Saving players
  319. [18:34:37] [Server thread/INFO]: VisaniMusic lost connection: Server closed
  320. [18:34:37] [Server thread/INFO]: VisaniMusic left the game
  321. [18:34:37] [Server thread/INFO]: ali12345 lost connection: Server closed
  322. [18:34:37] [Server thread/INFO]: ali12345 left the game
  323. [18:34:37] [Server thread/INFO]: Zombacka lost connection: Server closed
  324. [18:34:37] [Server thread/INFO]: Zombacka left the game
  325. [18:34:37] [Server thread/INFO]: master_222 lost connection: Server closed
  326. [18:34:37] [Server thread/INFO]: master_222 left the game
  327. [18:34:37] [Server thread/INFO]: Saving worlds
  328. [18:34:37] [Server thread/INFO]: Saving chunks for level 'serveromat_world'/Overworld
  329. [18:34:38] [Server thread/INFO]: Saving chunks for level 'serveromat_world_nether'/Nether
  330. [18:34:38] [Server thread/INFO]: Saving chunks for level 'serveromat_world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement