Advertisement
Guest User

Untitled

a guest
May 18th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.72 KB | None | 0 0
  1. [11:51:09] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [11:51:09] [Server thread/INFO]: Loading properties
  3. [11:51:09] [Server thread/INFO]: Default game type: SURVIVAL
  4. [11:51:09] [Server thread/INFO]: Generating keypair
  5. [11:51:09] [Server thread/INFO]: Starting Minecraft server on *:41996
  6. [11:51:10] [Server thread/INFO]: Using epoll channel type
  7. [11:51:10] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  8. [11:51:11] [Server thread/ERROR]: Could not load 'plugins/PlaceholderExpantion-GAListener.jar' in folder 'plugins'
  9. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  10. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  12. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  13. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  14. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  15. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 9 more
  21. [11:51:12] [Server thread/ERROR]: Could not load 'plugins/CombatTag.jar' in folder 'plugins'
  22. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/World
  23. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  24. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  26. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  27. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  28. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  29. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  30. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  31. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  32. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  33. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/World
  34. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_172]
  35. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_172]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  38. ... 9 more
  39. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.World
  40. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  42. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172]
  43. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172]
  44. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_172]
  45. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_172]
  46. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  47. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  48. ... 9 more
  49. [11:51:12] [Server thread/ERROR]: Could not load 'plugins/TabAPI_1.8.8.jar' in folder 'plugins'
  50. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  51. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  52. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  53. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  54. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  55. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  56. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  57. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  58. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  59. [11:51:14] [Server thread/INFO]: [VoteCommand] Loading VoteCommand v3.1
  60. [11:51:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  61. [11:51:14] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  62. [11:51:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  63. [11:51:14] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.6.4
  64. [11:51:14] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.0
  65. [11:51:14] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.23
  66. [11:51:14] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  67. [11:51:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  68. [11:51:14] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  69. [11:51:14] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  70. [11:51:15] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  71. [11:51:15] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  72. [11:51:15] [Server thread/INFO]: [NoPlugins] Loading NoPlugins v6.8
  73. [11:51:15] [Server thread/INFO]: [Punishmental] Loading Punishmental v5.1
  74. [11:51:15] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  75. [11:51:15] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.172.0-SNAPSHOT
  76. [11:51:15] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  77. [11:51:15] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  78. [11:51:15] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  79. [11:51:15] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  80. [11:51:15] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.2
  81. [11:51:15] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.2
  82. [11:51:15] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  83. [11:51:15] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  84. [11:51:15] [Server thread/INFO]: [DisplayChest] Loading DisplayChest v1.1.4
  85. [11:51:15] [Server thread/INFO]: [Commandspy] Loading Commandspy v4.1.0
  86. [11:51:15] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.1 (build 72)
  87. [11:51:15] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.10.6
  88. [11:51:15] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-2b561f2
  89. [11:51:15] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.26
  90. [11:51:15] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  91. [11:51:15] [Server thread/INFO]: [GUIShop] Loading GUIShop v6.4.0
  92. [11:51:15] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  93. [11:51:15] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.4
  94. [11:51:15] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
  95. [11:51:15] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
  96. [11:51:15] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
  97. [11:51:15] [Server thread/INFO]: [Prison] Loading Prison v3.1.1
  98. [11:51:15] [Server thread/INFO]: [Holograms] Loading Holograms v2.5.0-SNAPSHOT
  99. [11:51:15] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  100. [11:51:15] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  101. [11:51:16] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  102. [11:51:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  103. [11:51:16] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  104. [11:51:16] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  105. [11:51:16] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-2b561f2
  106. [11:51:18] [Server thread/INFO]: Not running Spigot. Skipping EntitySpawnListener event.
  107. [11:51:18] [Server thread/INFO]: §8[§6P2§8] §7§6Metrics enabled.
  108. [11:51:18] [Server thread/INFO]: §8[§6P2§8] §7 §6PlotSquared is using online UUIDs
  109. [11:51:19] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
  110. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6plot-expiry§c, Value: §6false
  111. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6kill-road-mobs§c, Value: §6false
  112. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6worldedit-restrictions§c, Value: §6true
  113. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6database-purger§c, Value: §6false
  114. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6economy§c, Value: §6true
  115. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6block-cache§c, Value: §6true
  116. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6kill-road-vehicles§c, Value: §6false
  117. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6persistent-meta§c, Value: §6true
  118. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6ban-deleter§c, Value: §6false
  119. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6updater§c, Value: §6true
  120. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6database§c, Value: §6true
  121. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6plotme-converter§c, Value: §6true
  122. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6permission-cache§c, Value: §6true
  123. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6rating-cache§c, Value: §6true
  124. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6comment-notifier§c, Value: §6false
  125. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6metrics§c, Value: §6true
  126. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6chunk-processor§c, Value: §6false
  127. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6uuid-cache§c, Value: §6true
  128. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6events§c, Value: §6true
  129. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§cKey: §6commands§c, Value: §6true
  130. [11:51:19] [Server thread/INFO]: §6PlotSquared is now enabled
  131. [11:51:19] [Server thread/INFO]: §8[§6P2§8] §7§6Metrics enabled.
  132. [11:51:19] [Server thread/INFO]: Preparing level "Builder's world"
  133. [11:51:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  134. [11:51:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  135. [11:51:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  136. [11:51:19] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1413218397003596638)
  137. [11:51:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1413218397003596638)
  138. [11:51:21] [Server thread/INFO]: Preparing spawn area: 93%
  139. [11:51:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1413218397003596638)
  140. [11:51:21] [Server thread/INFO]: [VoteCommand] Enabling VoteCommand v3.1
  141. [11:51:21] [Server thread/INFO]: [VoteCommand] Plugin enabled!
  142. [11:51:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  143. [11:51:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  144. [11:51:21] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  145. [11:51:21] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  146. [11:51:21] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  147. [11:51:21] [Server thread/INFO]: git-Bukkit-e1ebe52 (MC: 1.8.8)
  148. [11:51:21] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  149. [11:51:21] [Server thread/INFO]: Using locale en_US
  150. [11:51:21] [Server thread/INFO]: Using locale en_US
  151. [11:51:21] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  152. [11:51:21] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  153. [11:51:21] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  154. [11:51:21] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  155. [11:51:22] [Server thread/INFO]: [ClearLag] Loading modules...
  156. [11:51:22] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  157. [11:51:22] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  158. [11:51:22] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  159. [11:51:22] [Thread-7/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  160. [11:51:22] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.6.4
  161. [11:51:22] [Server thread/INFO]: Hooked into: Essentials
  162. [11:51:22] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
  163. [11:51:22] [Server thread/INFO]: Hooked into: Vault
  164. [11:51:22] [Server thread/INFO]: *---------------- ChatControl -----------------*
  165. [11:51:22] [Server thread/INFO]: Cannot enable packet features!
  166. [11:51:22] [Server thread/INFO]: Required plugin missing: ProtocolLib
  167. [11:51:22] [Server thread/INFO]: *----------------------------------------------*
  168. [11:51:22] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.0
  169. [11:51:23] [Server thread/INFO]: [BuycraftX] Validating your server key...
  170. [11:51:23] [Thread-7/INFO]: [ClearLag] No updates found!
  171. [11:51:23] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  172. [11:51:23] [Server thread/INFO]: [BuycraftX] Updating coupon list...
  173. [11:51:23] [User Authenticator #1/INFO]: UUID of player BlockBro224 is 46442eec-e541-49e6-8ed2-a5dde57768a1
  174. [11:51:23] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.23
  175. [11:51:23] [Server thread/INFO]: [Lockette] Version 1.8.23 is being enabled! Yay! (Core version 1.3.5)
  176. [11:51:23] [Server thread/INFO]: minor >
  177. [11:51:23] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
  178. [11:51:23] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  179. [11:51:23] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  180. [11:51:23] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  181. [11:51:23] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  182. [11:51:23] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  183. [11:51:23] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  184. [11:51:23] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  185. [11:51:23] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  186. [11:51:23] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  187. java.net.BindException: Cannot assign requested address (Bind failed)
  188. at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_172]
  189. at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:1.8.0_172]
  190. at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:1.8.0_172]
  191. at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:1.8.0_172]
  192. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]
  193. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [votifier-1.9.jar:?]
  194. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]
  195. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  196. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  197. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  198. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  199. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  200. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  201. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  202. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  203. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  204. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  205. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  206. [11:51:23] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  207. [11:51:23] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  208. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world) TNT ignition is PERMITTED.
  209. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world) Lighters are PERMITTED.
  210. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world) Lava fire is blocked.
  211. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world) Fire spread is UNRESTRICTED.
  212. [11:51:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Builder's world'
  213. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_nether) TNT ignition is PERMITTED.
  214. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_nether) Lighters are PERMITTED.
  215. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_nether) Lava fire is blocked.
  216. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_nether) Fire spread is UNRESTRICTED.
  217. [11:51:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Builder's world_nether'
  218. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_the_end) TNT ignition is PERMITTED.
  219. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_the_end) Lighters are PERMITTED.
  220. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_the_end) Lava fire is blocked.
  221. [11:51:24] [Server thread/INFO]: [WorldGuard] (Builder's world_the_end) Fire spread is UNRESTRICTED.
  222. [11:51:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Builder's world_the_end'
  223. [11:51:24] [Server thread/INFO]: [WorldGuard] Loading region data...
  224. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  225. [11:51:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  226. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  227. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  228. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  229. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  230. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  231. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  232. [11:51:24] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
  233. [11:51:25] [Server thread/INFO]: [NoPlugins] Enabling NoPlugins v6.8
  234. [11:51:25] [Server thread/INFO]: [NoPlugins] Running version: v6.8
  235. [11:51:25] [Server thread/ERROR]: [NoPlugins] ProtocolLib not found. Tab blocker can't be enabled.
  236. [11:51:25] [Server thread/INFO]: [NoPlugins] Successfully loaded.
  237. [11:51:25] [Server thread/INFO]: [Punishmental] Enabling Punishmental v5.1
  238. [11:51:25] [Server thread/INFO]: 5.1
  239. [11:51:25] [Server thread/WARN]: §a[Punishmental] Starting lag checker
  240. [11:51:25] [Server thread/WARN]: §a[Punishmental] Lag cheker running
  241. [11:51:25] [Server thread/INFO]: [Punishmental]: Connecting to WorldEdit
  242. [11:51:25] [Server thread/INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
  243. [11:51:25] [Server thread/INFO]: [Punishmental]: Commands READY
  244. [11:51:25] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  245. [11:51:25] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.172.0-SNAPSHOT
  246. [11:51:25] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  247. [11:51:25] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  248. [11:51:25] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  249. [11:51:25] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  250. [11:51:25] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  251. [11:51:25] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  252. [11:51:25] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  253. [11:51:25] [Server thread/ERROR]: [PermissionsEx]
  254. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  255. Your configuration must be fixed before PEX will enable
  256. Details: Error loading permissions file!
  257. =======================================================
  258. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  259. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?]
  260. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
  261. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
  262. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
  263. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
  264. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
  265. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?]
  266. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?]
  267. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?]
  268. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?]
  269. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?]
  270. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?]
  271. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?]
  272. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  273. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  274. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  275. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  276. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  277. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  278. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  279. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  280. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  281. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  282. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  283. Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
  284. in 'string', line 83, column 5:
  285. -essentials.gamemode
  286. ^
  287. could not find expected ':'
  288. in 'string', line 84, column 5:
  289. - worldedit.*
  290. ^
  291.  
  292. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  293. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
  294. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  295. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  296. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
  297. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
  298. ... 23 more
  299. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
  300. in 'string', line 83, column 5:
  301. -essentials.gamemode
  302. ^
  303. could not find expected ':'
  304. in 'string', line 84, column 5:
  305. - worldedit.*
  306. ^
  307.  
  308. at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:465) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  309. at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  310. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  311. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  312. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  313. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  314. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  315. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  316. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  317. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  318. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  319. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  320. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  321. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  322. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  323. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  324. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  325. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  326. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  327. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[PermissionsEx-1.23.4.jar:?]
  328. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  329. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  330. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[PermissionsEx-1.23.4.jar:?]
  331. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[PermissionsEx-1.23.4.jar:?]
  332. ... 23 more
  333. [11:51:25] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  334. [11:51:25] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  335. [11:51:25] [Server thread/INFO]: [Lockette] Disabled link to plugin PermissionsEx, version 1.23.4
  336. [11:51:25] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  337. [11:51:25] [Server thread/ERROR]: Could not pass event PluginDisableEvent to Essentials vTeamCity
  338. org.bukkit.event.EventException
  339. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  340. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  341. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  342. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  343. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:350) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  344. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:279) [PermissionsEx-1.23.4.jar:?]
  345. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  346. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  347. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  348. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  349. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  350. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  351. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  352. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  353. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  354. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  355. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  356. Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
  357. at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:405) ~[?:?]
  358. at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17) ~[?:?]
  359. at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:121) ~[?:?]
  360. at com.earth2me.essentials.EssentialsPluginListener.onPluginDisable(EssentialsPluginListener.java:48) ~[?:?]
  361. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172]
  362. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_172]
  363. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_172]
  364. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_172]
  365. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[craftbukkit-1.8.8.jar:git-Bukkit-e1ebe52]
  366. ... 16 more
  367. [11:51:25] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  368. [11:51:25] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.4
  369. [11:51:25] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  370. [11:51:25] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  371. [11:51:25] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.2
  372. [11:51:25] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.2
  373. [11:51:25] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Enabled
  374. [11:51:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  375. [11:51:25] [Server thread/INFO]: [DisplayChest] Enabling DisplayChest v1.1.4
  376. [11:51:25] [Server thread/INFO]: [DisplayChest] v1.1.4 by EnderCrest enabled
  377. [11:51:25] [Server thread/INFO]: [Commandspy] Enabling Commandspy v4.1.0
  378. [11:51:25] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.1 (build 72)
  379. [11:51:26] [Thread-14/WARN]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  380. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  381. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)
  382. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:328)
  383. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:322)
  384. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1614)
  385. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
  386. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052)
  387. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:987)
  388. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1072)
  389. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
  390. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
  391. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
  392. [11:51:26] [Thread-14/WARN]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  393. [11:51:26] [Thread-14/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  394. [11:51:26] [Thread-14/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  395. [11:51:26] [Thread-14/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  396. [11:51:26] [Thread-14/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
  397. [11:51:26] [Thread-14/WARN]: at moe.evelyn.commandspy.net.update.Updates$fetch$1.invoke(Updates.kt:94)
  398. [11:51:26] [Thread-14/WARN]: at moe.evelyn.commandspy.net.update.Updates$fetch$1.invoke(Updates.kt:37)
  399. [11:51:26] [Thread-14/WARN]: at moe.evelyn.commandspy3._.kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:28)
  400. [11:51:26] [Thread-14/WARN]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  401. [11:51:26] [Thread-14/WARN]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397)
  402. [11:51:26] [Thread-14/WARN]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302)
  403. [11:51:26] [Thread-14/WARN]: at sun.security.validator.Validator.validate(Validator.java:260)
  404. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
  405. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
  406. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
  407. [11:51:26] [Thread-14/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1596)
  408. [11:51:26] [Thread-14/WARN]: ... 15 more
  409. [11:51:26] [Thread-14/WARN]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  410. [11:51:26] [Thread-14/WARN]: at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
  411. [11:51:26] [Thread-14/WARN]: at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
  412. [11:51:26] [Thread-14/WARN]: at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
  413. [11:51:26] [Thread-14/WARN]: at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392)
  414. [11:51:26] [Thread-14/WARN]: ... 21 more
  415. [11:51:26] [Server thread/INFO]: [ChestShop] Lockette version 1.8.23 loaded.
  416. [11:51:26] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  417. [11:51:26] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.10.6
  418. [11:51:26] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [BukkitGlobalVariables, PlayerPingVariable, BungeeCordVariables, GeneralVariables, BukkitVariables, VaultVariables]
  419. [11:51:26] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.26
  420. [11:51:26] [Server thread/INFO]: [CrateReloaded] org.bukkit.craftbukkit.v1_8_R3
  421. [11:51:26] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  422. [11:51:27] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Prison
  423. [11:51:27] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  424. [11:51:27] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  425. [11:51:27] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6508714935665187679)
  426. [11:51:27] [Server thread/INFO]: [WorldGuard] (Prison_Extras) TNT ignition is PERMITTED.
  427. [11:51:27] [Server thread/INFO]: [WorldGuard] (Prison_Extras) Lighters are PERMITTED.
  428. [11:51:27] [Server thread/INFO]: [WorldGuard] (Prison_Extras) Lava fire is blocked.
  429. [11:51:27] [Server thread/INFO]: [WorldGuard] (Prison_Extras) Fire spread is UNRESTRICTED.
  430. [11:51:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Prison_Extras'
  431. [11:51:28] [Server thread/INFO]: [P2] Detected world load for 'Plots'
  432. [11:51:28] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
  433. [11:51:28] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  434. [11:51:28] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  435. [11:51:28] [Server thread/INFO]: [P2] - schematic: false
  436. [11:51:28] [Server thread/INFO]: World possibly already loaded: Plots
  437. [11:51:28] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1482667634847284350)
  438. [11:51:29] [Server thread/INFO]: [WorldGuard] (Plots) TNT ignition is PERMITTED.
  439. [11:51:29] [Server thread/INFO]: [WorldGuard] (Plots) Lighters are PERMITTED.
  440. [11:51:29] [Server thread/INFO]: [WorldGuard] (Plots) Lava fire is blocked.
  441. [11:51:29] [Server thread/INFO]: [WorldGuard] (Plots) Fire spread is UNRESTRICTED.
  442. [11:51:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Plots'
  443. [11:51:29] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  444. [11:51:29] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  445. [11:51:29] [Server thread/INFO]: [GUIShop] Enabling GUIShop v6.4.0
  446. [11:51:29] [Server thread/INFO]: [GUIShop] Config all up to date!
  447. [11:51:29] [Server thread/INFO]: [GUIShop] Server is 1.9- Implementing fixes.
  448. [11:51:29] [Server thread/INFO]: [GUIShop] SilkSpawners or EpicSpawners was not installed. Spawners disabled!
  449. [11:51:29] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  450. [11:51:35] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.4
  451. [11:51:35] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
  452. [11:51:35] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  453. [11:51:35] [Server thread/INFO]: [CommandNPC] Initiating Database
  454. [11:51:35] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  455. [11:51:35] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  456. [11:51:35] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
  457. [11:51:35] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
  458. [11:51:35] [Thread-16/INFO]: [CommandNPC] Loading commands complete!
  459. [11:51:35] [User Authenticator #2/INFO]: UUID of player BlockBro224 is 46442eec-e541-49e6-8ed2-a5dde57768a1
  460. [11:51:35] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  461. [11:51:35] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  462. [11:51:35] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
  463. [11:51:35] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
  464. [11:51:35] [Server thread/INFO]: [Prison] Enabling Prison v3.1.1
  465. [11:51:35] [Server thread/INFO]: [Prison] Using version adapter tech.mcprison.prison.spigot.compat.Spigot18
  466. [11:51:35] [Server thread/INFO]: _____ _
  467. [11:51:35] [Server thread/INFO]: | __ \ (_)
  468. [11:51:35] [Server thread/INFO]: | |__) | __ _ ___ ___ _ __
  469. [11:51:35] [Server thread/INFO]: | ___/ '__| / __|/ _ \| '_ \
  470. [11:51:35] [Server thread/INFO]: | | | | | \__ \ (_) | | | |
  471. [11:51:35] [Server thread/INFO]: |_| |_| |_|___/\___/|_| |_|
  472. [11:51:35] [Server thread/INFO]: Loading version 3.1.1 on platform SpigotPlatform...
  473. [11:51:35] [Server thread/INFO]: | Prison | Enable start...
  474. [11:51:35] [Server thread/INFO]: | Prison | Enabled Prison v3.1.1 in 248 milliseconds.
  475. [11:51:35] [Server thread/INFO]: | Prison | Mines enable start...
  476. [11:51:35] [Server thread/INFO]: | Prison | Loaded 0 mines
  477. [11:51:35] [Server thread/INFO]: | Prison | Mines enable succeeded, in 117 milliseconds.
  478. [11:51:35] [Server thread/INFO]: | Prison | Ranks enable start...
  479. [11:51:35] [Server thread/INFO]: | Prison | Ranks enable succeeded, in 30 milliseconds.
  480. [11:51:35] [Server thread/INFO]: [Holograms] Enabling Holograms v2.5.0-SNAPSHOT
  481. [11:51:35] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl
  482. [11:51:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  483. [11:51:36] [Server thread/INFO]: Done (16.824s)! For help, type "help" or "?"
  484. [11:51:36] [Server thread/INFO]: Starting GS4 status listener
  485. [11:51:36] [Query Listener #1/INFO]: Query running on 0.0.0.0:41996
  486. [11:51:36] [pool-3-thread-4/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  487. [11:51:36] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  488. [11:51:36] [pool-3-thread-6/INFO]: You are running the latest version of PlotSquared!
  489. [11:51:36] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  490. [11:51:36] [pool-3-thread-2/INFO]: [GAListener] Connection established!
  491. [11:51:36] [pool-3-thread-10/WARN]: Exception in thread "pool-3-thread-10"
  492. [11:51:36] [pool-3-thread-2/INFO]: [GAListener] Loading queued votes
  493. [11:51:36] [pool-3-thread-2/INFO]: [GAListener] Loaded 0 queued votes
  494. [11:51:36] [pool-3-thread-10/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.3.2 generated an exception while executing task 47
  495. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  496. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  497. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  498. at java.lang.Thread.run(Thread.java:748)
  499. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server._INVALID_getOnlinePlayers()[Lorg/bukkit/entity/Player;
  500. at com.swifteh.GAL.Metrics.postPlugin(Metrics.java:335)
  501. at com.swifteh.GAL.Metrics.access$4(Metrics.java:328)
  502. at com.swifteh.GAL.Metrics$1.run(Metrics.java:223)
  503. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  504. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  505. ... 3 more
  506.  
  507. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Welcome" with 1 lines
  508. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Coal" with 1 lines
  509. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Iron" with 1 lines
  510. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Gold" with 1 lines
  511. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Diamond" with 1 lines
  512. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Emerald" with 1 lines
  513. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Endstone" with 1 lines
  514. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Vote" with 1 lines
  515. [11:51:36] [Server thread/INFO]: [Holograms] Loaded hologram with "Premium" with 1 lines
  516. [11:51:36] [pool-3-thread-20/WARN]: §c[Punishmental] Failsafe Activated to prevent server lock-up
  517. [11:51:36] [pool-3-thread-20/WARN]: §c[Punishmental] If the server was running fine when this happened, please consider deactivating or raising the failsafe value in the Punishmental Config Settings
  518. [11:51:36] [pool-3-thread-20/WARN]: §a[Punishmental] Starting lag checker
  519. [11:51:36] [pool-3-thread-20/WARN]: §a[Punishmental] Lag cheker running
  520. [11:51:37] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
  521. [11:51:37] [pool-3-thread-8/INFO]: [Vault] Checking for Updates ...
  522. [11:51:37] [pool-3-thread-8/INFO]: [Vault] No new version available
  523. [11:51:38] [Server thread/INFO]: Starting UUID caching
  524. [11:51:38] [pool-3-thread-18/INFO]: [BuycraftX] Fetching all due players...
  525. [11:51:38] [pool-3-thread-8/INFO]: [P2] Starting player data caching for: Builder's world
  526. [11:51:38] [pool-3-thread-8/INFO]: Fast mode UUID caching enabled!
  527. [11:51:38] [pool-3-thread-18/INFO]: [BuycraftX] Fetched due players (0 found).
  528. [11:51:38] [pool-3-thread-8/INFO]: [P2] Cached a total of: 3 UUIDs
  529. [11:51:42] [User Authenticator #3/INFO]: UUID of player BlockBro224 is 46442eec-e541-49e6-8ed2-a5dde57768a1
  530. [11:51:42] [Server thread/INFO]: BlockBro224[/97.81.160.31:55705] logged in with entity id 132 at ([Builder's world]40.66112062674542, 4.0, -1546.891632401428)
  531. [11:51:42] [pool-3-thread-8/INFO]: [GAListener] Player: BlockBro224 has 0 votes
  532. [11:51:46] [Server thread/INFO]: BlockBro224 issued server command: /gmc
  533. [11:51:51] [Server thread/INFO]: BlockBro224 issued server command: /pex groups
  534. [11:52:36] [pool-3-thread-21/INFO]: [BuycraftX] Updating coupon list...
  535. [11:52:51] [pool-3-thread-3/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/MineResetLite
  536. [11:56:37] [pool-3-thread-14/INFO]: [BuycraftX] Fetching all due players...
  537. [11:56:37] [pool-3-thread-14/INFO]: [BuycraftX] Fetched due players (0 found).
  538. [11:58:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  539. [11:58:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  540. [11:59:16] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  541. [11:59:33] [Server thread/INFO]: BlockBro224 issued server command: /pex groups
  542. [12:00:01] [Server thread/INFO]: CONSOLE issued server command: /broadcast Archcraft Is still in development!
  543. [12:00:51] [Server thread/INFO]: BlockBro224 left the game.
  544. [12:01:37] [pool-3-thread-5/INFO]: [BuycraftX] Fetching all due players...
  545. [12:01:37] [pool-3-thread-5/INFO]: [BuycraftX] Fetched due players (0 found).
  546. [12:02:43] [pool-3-thread-14/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/MineResetLite
  547. [12:05:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  548. [12:06:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  549. [12:06:36] [pool-3-thread-27/WARN]: Exception in thread "pool-3-thread-27"
  550. [12:06:36] [pool-3-thread-27/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.3.2 generated an exception while executing task 47
  551. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  552. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  553. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  554. at java.lang.Thread.run(Thread.java:748)
  555. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server._INVALID_getOnlinePlayers()[Lorg/bukkit/entity/Player;
  556. at com.swifteh.GAL.Metrics.postPlugin(Metrics.java:335)
  557. at com.swifteh.GAL.Metrics.access$4(Metrics.java:328)
  558. at com.swifteh.GAL.Metrics$1.run(Metrics.java:223)
  559. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  560. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  561. ... 3 more
  562.  
  563. [12:06:37] [pool-3-thread-25/INFO]: [BuycraftX] Fetching all due players...
  564. [12:06:37] [pool-3-thread-25/INFO]: [BuycraftX] Fetched due players (0 found).
  565. [12:06:56] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  566. [12:11:37] [pool-3-thread-35/INFO]: [BuycraftX] Fetching all due players...
  567. [12:11:37] [pool-3-thread-35/INFO]: [BuycraftX] Fetched due players (0 found).
  568. [12:12:36] [pool-3-thread-35/INFO]: [BuycraftX] Updating coupon list...
  569. [12:13:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  570. [12:13:45] [pool-3-thread-23/INFO]: [Metrics] Connection timed out (Connection timed out)
  571. [12:14:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  572. [12:14:36] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  573. [12:16:37] [pool-3-thread-23/INFO]: [BuycraftX] Fetching all due players...
  574. [12:16:37] [pool-3-thread-23/INFO]: [BuycraftX] Fetched due players (0 found).
  575. [12:21:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  576. [12:21:36] [pool-3-thread-43/WARN]: Exception in thread "pool-3-thread-43"
  577. [12:21:36] [pool-3-thread-43/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.3.2 generated an exception while executing task 47
  578. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  579. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  580. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  581. at java.lang.Thread.run(Thread.java:748)
  582. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server._INVALID_getOnlinePlayers()[Lorg/bukkit/entity/Player;
  583. at com.swifteh.GAL.Metrics.postPlugin(Metrics.java:335)
  584. at com.swifteh.GAL.Metrics.access$4(Metrics.java:328)
  585. at com.swifteh.GAL.Metrics$1.run(Metrics.java:223)
  586. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  587. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  588. ... 3 more
  589.  
  590. [12:21:37] [pool-3-thread-23/INFO]: [BuycraftX] Fetching all due players...
  591. [12:21:37] [pool-3-thread-23/INFO]: [BuycraftX] Fetched due players (0 found).
  592. [12:21:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  593. [12:22:16] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  594. [12:23:45] [pool-3-thread-45/INFO]: [Metrics] Connection timed out (Connection timed out)
  595. [12:25:28] [User Authenticator #4/INFO]: UUID of player Bradycpps is f070a362-c718-45f0-993c-e27f4f0273aa
  596. [12:25:28] [Server thread/INFO]: Bradycpps[/99.65.44.35:53311] logged in with entity id 1693021 at ([Builder's world]90.83982878850277, 4.0, -1621.5155835003059)
  597. [12:25:28] [pool-3-thread-45/INFO]: [GAListener] Player: Bradycpps has 0 votes
  598. [12:26:37] [pool-3-thread-45/INFO]: [BuycraftX] Fetching all due players...
  599. [12:26:37] [pool-3-thread-45/INFO]: [BuycraftX] Fetched due players (0 found).
  600. [12:28:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  601. [12:29:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  602. [12:29:56] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  603. [12:31:37] [pool-3-thread-52/INFO]: [BuycraftX] Fetching all due players...
  604. [12:31:37] [pool-3-thread-52/INFO]: [BuycraftX] Fetched due players (0 found).
  605. [12:32:36] [pool-3-thread-52/INFO]: [BuycraftX] Updating coupon list...
  606. [12:32:39] [pool-3-thread-39/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/MineResetLite
  607. [12:34:10] [Server thread/INFO]: Bradycpps issued server command: /gamemode c
  608. [12:34:17] [Netty Epoll Server IO #19/INFO]: [XI] -Brady h
  609. [12:36:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  610. [12:36:36] [pool-3-thread-52/WARN]: Exception in thread "pool-3-thread-52"
  611. [12:36:36] [pool-3-thread-52/WARN]: org.apache.commons.lang.UnhandledException: Plugin GAListener v1.3.2 generated an exception while executing task 47
  612. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  613. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  614. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  615. at java.lang.Thread.run(Thread.java:748)
  616. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server._INVALID_getOnlinePlayers()[Lorg/bukkit/entity/Player;
  617. at com.swifteh.GAL.Metrics.postPlugin(Metrics.java:335)
  618. at com.swifteh.GAL.Metrics.access$4(Metrics.java:328)
  619. at com.swifteh.GAL.Metrics$1.run(Metrics.java:223)
  620. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:53)
  621. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  622. ... 3 more
  623.  
  624. [12:36:37] [pool-3-thread-64/INFO]: [BuycraftX] Fetching all due players...
  625. [12:36:37] [pool-3-thread-64/INFO]: [BuycraftX] Fetched due players (0 found).
  626. [12:36:58] [Server thread/INFO]: Bradycpps issued server command: /pex list
  627. [12:37:02] [Server thread/INFO]: Bradycpps issued server command: /list
  628. [12:37:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  629. [12:37:36] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement