Advertisement
Guest User

Untitled

a guest
May 13th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.72 KB | None | 0 0
  1. [16:06:31] [Server thread/INFO]: Structure Info Saving: true
  2. [16:06:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  3. [16:06:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  4. [16:06:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  5. [16:06:31] [Server thread/INFO]: [PlayerMention] Disabling PlayerMention v3.0
  6. [16:06:31] [Server thread/INFO]: [SuperVanish] Disabling SuperVanish v5.9.1
  7. [16:06:31] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v2.7.7
  8. [16:06:31] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b410
  9. [16:06:31] [Server thread/INFO]: [KitCreator] Disabling KitCreator v1.1
  10. [16:06:31] [Server thread/INFO]: [KitCreator] KitCreator has been disabled!
  11. [16:06:31] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b410
  12. [16:06:31] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b410
  13. [16:06:31] [Server thread/INFO]: [WhatIsIt] Disabling WhatIsIt v1.3.9
  14. [16:06:31] [Server thread/INFO]: [WhatIsIt] has been disabled.
  15. [16:06:31] [Server thread/INFO]: [KitGUI] Disabling KitGUI v3.0
  16. [16:06:31] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.5
  17. [16:06:31] [Server thread/INFO]: [uSkyBlock] Disabling uSkyBlock v2.7.2
  18. [16:06:31] [Server thread/INFO]: [SuperPotions] Disabling SuperPotions v2.6
  19. [16:06:31] [Server thread/INFO]: [SuperPotions] plugin disabled.
  20. [16:06:31] [Server thread/INFO]: [SimpleRename] Disabling SimpleRename v9.5
  21. [16:06:31] [Server thread/INFO]: SimpleRename disabled!
  22. [16:06:31] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b410
  23. [16:06:31] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  24. [16:06:31] [Server thread/INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.6.5
  25. [16:06:31] [Server thread/INFO]: [MyFirstPlugin] Disabling MyFirstPlugin v1.0
  26. [16:06:31] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  27. [16:06:31] [Server thread/INFO]: [Tab] Disabling Tab v5.13.0
  28. [16:06:31] [Server thread/INFO]: [Tab] Cancelling all tasks ...
  29. [16:06:31] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v3.17.2
  30. [16:06:31] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
  31. [16:06:31] [Server thread/INFO]: [DynamicSigns] Disabling DynamicSigns v3.27.0
  32. [16:06:31] [Server thread/INFO]: [DynamicSigns] Cancelling all tasks ...
  33. [16:06:31] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  34. [16:06:31] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  35. [16:06:31] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b335
  36. [16:06:31] [Server thread/ERROR]: Error occurred while disabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
  37. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  38. at com.onarandombox.multiverseinventories.MultiverseInventories.onDisable(MultiverseInventories.java:76) ~[?:?]
  39. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:273) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  40. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  41. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  42. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  43. at org.bukkit.plugin.SimplePluginManager.clearPlugins(SimplePluginManager.java:458) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  44. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:717) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  45. at org.bukkit.Bukkit.reload(Bukkit.java:540) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  46. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  47. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  48. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  49. at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  50. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  51. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  52. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  53. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  54. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_121]
  55. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121]
  56. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  57. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  58. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  59. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  60. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  61. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  62. [16:06:31] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.3-SNAPSHOT;c904242
  63. [16:06:31] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  64. [16:06:31] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-SNAPSHOT-b722
  65. [16:06:31] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.1.4
  66. [16:06:31] [Server thread/INFO]: [AlphaChest] Disabling AlphaChest v1.17.0
  67. [16:06:31] [Server thread/INFO]: [AlphaChest] saved 1 chests
  68. [16:06:31] [Server thread/INFO]: [GroupManager] Disabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  69. [16:06:31] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  70. [16:06:31] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is disabled!
  71. [16:06:31] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.5;4651611
  72. [16:06:34] [Server thread/ERROR]: Nag author: 'Galaipa & EnergizerBEAST1' of 'SimpleRename' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
  73. [16:06:34] [Server thread/ERROR]: Nag author: 'Talabrek, R4zorax and others' of 'uSkyBlock' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
  74. [16:06:34] [Server thread/ERROR]: Ambiguous plugin name `EssentialsSpawn' for files `plugins\EssentialsXSpawn-2.0.1.jar' and `plugins\EssentialsSpawn-2.x-SNAPSHOT.jar' in `plugins'
  75. [16:06:34] [Server thread/ERROR]: Could not load 'plugins\DakataAntiCheat-BETA-1.8b-CRACKED.jar' in folder 'plugins'
  76. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  77. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  78. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  79. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:748) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  80. at org.bukkit.Bukkit.reload(Bukkit.java:540) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  81. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  82. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  83. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  84. at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  85. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  86. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  87. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  88. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  89. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_121]
  90. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121]
  91. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  92. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  93. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  94. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  95. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  96. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  97. [16:06:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  98. [16:06:34] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
  99. [16:06:34] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
  100. [16:06:34] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.4
  101. [16:06:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-SNAPSHOT-b722
  102. [16:06:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
  103. [16:06:34] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  104. [16:06:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  105. [16:06:34] [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*!
  106. [16:06:34] [Server thread/INFO]: [DynamicSigns] Loading DynamicSigns v3.27.0
  107. [16:06:34] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v3.17.2
  108. [16:06:34] [Server thread/INFO]: [Tab] Loading Tab v5.13.0
  109. [16:06:34] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  110. [16:06:34] [Server thread/INFO]: [MyFirstPlugin] Loading MyFirstPlugin v1.0
  111. [16:06:34] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.6.5
  112. [16:06:34] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b410
  113. [16:06:34] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v9.5
  114. [16:06:34] [Server thread/INFO]: [SuperPotions] Loading SuperPotions v2.6
  115. [16:06:34] [Server thread/INFO]: [uSkyBlock] Loading uSkyBlock v2.7.2
  116. [16:06:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  117. [16:06:34] [Server thread/INFO]: [KitGUI] Loading KitGUI v3.0
  118. [16:06:34] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
  119. [16:06:34] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b410
  120. [16:06:34] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b410
  121. [16:06:34] [Server thread/INFO]: [KitCreator] Loading KitCreator v1.1
  122. [16:06:34] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b410
  123. [16:06:34] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
  124. [16:06:34] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.9.1
  125. [16:06:34] [Server thread/INFO]: [PlayerMention] Loading PlayerMention v3.0
  126. [16:06:34] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  127. [16:06:34] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  128. [16:06:34] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  129. [16:06:34] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  130. [16:06:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  131. [16:06:34] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  132. [16:06:34] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  133. [16:06:34] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  134. [16:06:34] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v2.7.2
  135. [16:06:34] [Server thread/INFO]: [uSkyBlock] 1 schematics loaded.
  136. [16:06:34] [Server thread/INFO]: [uSkyBlock] �7Name: �buSkyBlock
  137. �7Version: �b2.7.2
  138. �7Description: �bUltimate SkyBlock v2.7.2-45f756-430
  139. �7Language: �ben (en)
  140. �9 State: d=1,000, r=375, i=9, p=9, n=false, awe=false
  141. �7Server: �eCraftBukkit git-Spigot-54ec0b8-7b044de (MC: 1.11.2)
  142. �9 State: online=false, bungee=false
  143. �7------------------------------
  144. �7�dVault �f1.5.6-b49 �7(N/A�7)
  145. �7�dWorldEdit �f6.1.5;4651611 �7(N/A�7)
  146. �7�dWorldGuard �f6.1.3-SNAPSHOT;c904242 �7(N/A�7)
  147. �7�dMultiverse-Core �f2.5.0-SNAPSHOT-b722 �7(N/A�7)
  148. �7------------------------------
  149.  
  150. [16:06:34] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  151. [16:06:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  152. [16:06:34] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
  153. [16:06:34] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  154.  
  155. #SOME EMBARRASSING ERRORS THAT I CUT OUT (group manager, we're removing the plugin)
  156.  
  157. [16:06:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  158. [16:06:34] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  159. [16:06:34] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  160. [16:06:34] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
  161. [16:06:34] [Server thread/INFO]: [AlphaChest] loaded 1 chests
  162. [16:06:34] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.4
  163. [16:06:34] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
  164. [16:06:34] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-SNAPSHOT-b722
  165. [16:06:34] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MyVoid_the_end
  166. [16:06:34] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  167. [16:06:34] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: skyworld_nether
  168. [16:06:34] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  169. [16:06:35] [Server thread/INFO]: Could not set generator for world 'ASkyBlock': Plugin 'ASkyBlock' does not exist
  170. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: ASkyBlock
  171. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  172. [16:06:35] [Server thread/INFO]: Could not set generator for world 'ASkyBlock_nether': Plugin 'ASkyBlock' does not exist
  173. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: ASkyBlock_nether
  174. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  175. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MyVoid_nether
  176. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  177. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
  178. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  179. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
  180. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  181. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
  182. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  183. [16:06:35] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: MyVoid
  184. [16:06:35] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  185. [16:06:35] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  186. [16:06:35] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-SNAPSHOT-b722 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  187. [16:06:35] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
  188. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock) TNT ignition is PERMITTED.
  189. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock) Lighters are PERMITTED.
  190. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock) Lava fire is blocked.
  191. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock) Fire spread is UNRESTRICTED.
  192. [16:06:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyblock'
  193. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2_nether) TNT ignition is PERMITTED.
  194. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2_nether) Lighters are PERMITTED.
  195. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2_nether) Lava fire is blocked.
  196. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2_nether) Fire spread is UNRESTRICTED.
  197. [16:06:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MyVoidV2_nether'
  198. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2) TNT ignition is PERMITTED.
  199. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2) Lighters are PERMITTED.
  200. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2) Lava fire is blocked.
  201. [16:06:35] [Server thread/INFO]: [WorldGuard] (MyVoidV2) Fire spread is UNRESTRICTED.
  202. [16:06:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MyVoidV2'
  203. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_nether) TNT ignition is PERMITTED.
  204. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_nether) Lighters are PERMITTED.
  205. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_nether) Lava fire is blocked.
  206. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_nether) Fire spread is UNRESTRICTED.
  207. [16:06:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyblock_nether'
  208. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_the_end) TNT ignition is PERMITTED.
  209. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_the_end) Lighters are PERMITTED.
  210. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_the_end) Lava fire is blocked.
  211. [16:06:35] [Server thread/INFO]: [WorldGuard] (skyblock_the_end) Fire spread is UNRESTRICTED.
  212. [16:06:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyblock_the_end'
  213. [16:06:35] [Server thread/INFO]: [WorldGuard] Loading region data...
  214. [16:06:35] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  215. [16:06:35] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world, world_the_end, world_nether
  216. [16:06:35] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'skyblock' are not loaded: skyworld_nether, skyworld
  217. [16:06:35] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  218. [16:06:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  219. [16:06:35] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  220. [16:06:35] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  221. [16:06:35] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  222. [16:06:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  223. [16:06:35] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  224. [16:06:35] [Server thread/INFO]: [DynamicSigns] Enabling DynamicSigns v3.27.0
  225. [16:06:36] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  226. [16:06:36] [Server thread/INFO]: [DynamicSigns] Plugin: DynamicSigns v3.27.0
  227. [16:06:36] [Server thread/INFO]: [DynamicSigns] Framework version: 2017-01
  228. [16:06:36] [Server thread/INFO]: [DynamicSigns] Author: Maximvdw (Maxim Van de Wynckel)
  229. [16:06:36] [Server thread/INFO]: [DynamicSigns] Site: https://www.mvdw-software.com/
  230. [16:06:36] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  231. [16:06:36] [Server thread/INFO]: [DynamicSigns] Loading configuration ...
  232. [16:06:36] [Server thread/INFO]: [DynamicSigns] Loading messages ...
  233. [16:06:36] [Server thread/INFO]: [DynamicSigns] Loading language file: lang_en
  234. [16:06:36] [Server thread/INFO]: [DynamicSigns] Loading placeholders ...
  235. [16:06:36] [Server thread/INFO]: [DynamicSigns] Loaded 2702 of the 5507 placholders
  236. [16:06:36] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: warning
  237. [16:06:36] [Server thread/INFO]: [DynamicSigns] Lines: 2
  238. [16:06:36] [Server thread/INFO]: [DynamicSigns] Arguments: 1
  239. [16:06:36] [Server thread/ERROR]: [DynamicSigns] java.lang.NullPointerException
  240. at be.maximvdw.dsigns.SignManager.load(Unknown Source)
  241. at be.maximvdw.dsigns.DynamicSigns.reloadGroups(Unknown Source)
  242. at be.maximvdw.dsigns.DynamicSigns.loadConfiguration(Unknown Source)
  243. at be.maximvdw.dsignscore.BasePlugin.initialize(Unknown Source)
  244. at be.maximvdw.dsignscore.BasePlugin.onEnable(Unknown Source)
  245. at be.maximvdw.dsigns.DynamicSigns.onEnable(Unknown Source)
  246. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  247. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  248. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  249. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  250. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  251. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:750)
  252. at org.bukkit.Bukkit.reload(Bukkit.java:540)
  253. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
  254. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  255. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650)
  256. at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354)
  257. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189)
  258. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
  259. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
  260. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  261. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  262. at java.util.concurrent.FutureTask.run(Unknown Source)
  263. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46)
  264. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747)
  265. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
  266. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
  267. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
  268. at java.lang.Thread.run(Unknown Source)
  269.  
  270. [16:06:36] [Server thread/INFO]: [DynamicSigns] Adding Ethay to available players on load ...
  271. [16:06:37] [Server thread/INFO]: [DynamicSigns] Your version is up to date!
  272. [16:06:37] [Server thread/INFO]: [DynamicSigns] Adding command 'dynamicsigns'
  273. [16:06:37] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v3.17.2
  274. [16:06:38] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  275. [16:06:38] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v3.17.2
  276. [16:06:38] [Server thread/INFO]: [FeatherBoard] Framework version: 2017-01
  277. [16:06:38] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  278. [16:06:38] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  279. [16:06:38] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  280. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  281. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  282. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  283. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
  284. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loaded 2702 of the 5507 placholders
  285. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading Event hooks ...
  286. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  287. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  288. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  289. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  290. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  291. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  292. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  293. [16:06:38] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  294. [16:06:38] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
  295. [16:06:38] [Server thread/INFO]: [FeatherBoard] Lines: 2
  296. [16:06:38] [Server thread/INFO]: [FeatherBoard] Arguments: 1
  297. [16:06:39] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
  298. [16:06:39] [Server thread/INFO]: [AntidoteScoreboard] A new update for FeatherBoard is available for download on Spigot!
  299. [16:06:39] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  300. [16:06:39] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  301. [16:06:39] [Server thread/INFO]: [Tab] Enabling Tab v5.13.0
  302. [16:06:39] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  303. [16:06:39] [Server thread/INFO]: [Tab] Plugin: Tab v5.13.0
  304. [16:06:39] [Server thread/INFO]: [Tab] Framework version: 2016-11
  305. [16:06:39] [Server thread/INFO]: [Tab] Author: Maximvdw (Maxim Van de Wynckel)
  306. [16:06:39] [Server thread/INFO]: [Tab] Site: http://www.mvdw-software.com/
  307. [16:06:39] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  308. [16:06:39] [Server thread/INFO]: [Tab] Loading configuration ...
  309. [16:06:39] [Server thread/INFO]: [Tab] Loading placeholders ...
  310. [16:06:40] [Server thread/INFO]: [Tab] Loaded 2702 of the 5507 placholders
  311. [16:06:40] [Server thread/INFO]: [Tab] Loading Event hooks ...
  312. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Death hook ...
  313. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block break hook ...
  314. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block place hook ...
  315. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Create portal hook ...
  316. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player join ...
  317. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player rejoin ...
  318. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player first join ...
  319. [16:06:40] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Combat hook ...
  320. [16:06:40] [Server thread/INFO]: [Tab] Creating new custom effect: warning
  321. [16:06:40] [Server thread/INFO]: [Tab] Lines: 2
  322. [16:06:40] [Server thread/INFO]: [Tab] Arguments: 1
  323. [16:06:40] [Server thread/INFO]: [Tab] Adding tab group 'default' ...
  324. [16:06:40] [Server thread/INFO]: [Tab] Loading messages ...
  325. [16:06:40] [Server thread/INFO]: [Tab] Loading language file: lang_en
  326. [16:06:40] [Server thread/INFO]: [Tab] A new update for Tab is available for download on Spigot!
  327. [16:06:40] [Server thread/INFO]: [Tab] Adding command 'tab'
  328. [16:06:40] [Server thread/INFO]: [MyFirstPlugin] Enabling MyFirstPlugin v1.0
  329. [16:06:40] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.6.5
  330. [16:06:40] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  331. [16:06:40] [Server thread/WARN]: [ShopGUIPlus] Spawners plugin not found, spawners won't be supported.
  332. [16:06:40] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
  333. [16:06:40] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b410
  334. [16:06:40] [Server thread/ERROR]: The file C:\TCAFiles\Users\josh\5\plugins\Essentials\config.yml is broken, it has been renamed to C:\TCAFiles\Users\josh\5\plugins\Essentials\config.yml.broken.1494688000895
  335. org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key
  336. in 'string', line 156, column 5:
  337. lore:&aObtained_using_the|&aTemp ...
  338. ^
  339. could not find expected ':'
  340. in 'string', line 157, column 5:
  341. - 308 1 name:&2Tempest_Leggings
  342. ^
  343.  
  344. at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:465) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  345. at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:280) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  346. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:225) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  347. at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:529) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  348. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  349. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  350. at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:198) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  351. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  352. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  353. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  354. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  355. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  356. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  357. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  358. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  359. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  360. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  361. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  362. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  363. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  364. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  365. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  366. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  367. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  368. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  369. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  370. at com.earth2me.essentials.EssentialsConf.load(EssentialsConf.java:138) [EssentialsX-2.0.1.jar:?]
  371. at com.earth2me.essentials.Settings.reloadConfig(Settings.java:500) [EssentialsX-2.0.1.jar:?]
  372. at com.earth2me.essentials.Settings.<init>(Settings.java:49) [EssentialsX-2.0.1.jar:?]
  373. at com.earth2me.essentials.Essentials.onEnable(Essentials.java:189) [EssentialsX-2.0.1.jar:?]
  374. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  375. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  376. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  377. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  378. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  379. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:750) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  380. at org.bukkit.Bukkit.reload(Bukkit.java:540) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  381. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  382. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  383. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  384. at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  385. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  386. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  387. at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  388. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  389. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_121]
  390. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_121]
  391. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  392. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  393. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  394. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  395. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  396. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  397. [16:06:40] [Server thread/INFO]: Using locale en_US
  398. [16:06:40] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  399. [16:06:40] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  400. [16:06:40] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  401. [16:06:40] [Server thread/INFO]: �8[�cAntidote�9Network�8] Creating config from template: C:\TCAFiles\Users\josh\5\plugins\Essentials\config.yml
  402. [16:06:40] [Server thread/INFO]: Using locale en_US
  403. [16:06:40] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  404. [16:06:40] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  405. [16:06:40] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  406. [16:06:40] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v9.5
  407. [16:06:40] [Server thread/INFO]: SimpleRename enabled!
  408. [16:06:41] [Server thread/INFO]: [SuperPotions] Enabling SuperPotions v2.6
  409. [16:06:41] [Server thread/INFO]: [SuperPotions] version 2.6 has been enabled.
  410. [16:06:41] [Server thread/INFO]: [SuperPotions] made by: [Flaminyogurt]
  411. [16:06:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  412. [16:06:41] [Server thread/INFO]: [HolographicDisplays] Please do not use /reload or plugin reloaders. Use the command "/holograms reload" instead. You will receive no support for doing this operation.
  413. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'shop1' was in the world 'Factions' but it wasn't loaded.
  414. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'factions' was in the world 'MyVoid' but it wasn't loaded.
  415. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'dropparty' was in the world 'MyVoid' but it wasn't loaded.
  416. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'elder' was in the world 'MyVoid' but it wasn't loaded.
  417. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'scorch' was in the world 'MyVoid' but it wasn't loaded.
  418. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'ice' was in the world 'MyVoid' but it wasn't loaded.
  419. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'shadow' was in the world 'MyVoid' but it wasn't loaded.
  420. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'plaguecrate' was in the world 'MyVoid' but it wasn't loaded.
  421. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'voidalcrate' was in the world 'MyVoid' but it wasn't loaded.
  422. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'plague3' was in the world 'MyVoid' but it wasn't loaded.
  423. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'elementalcrate' was in the world 'MyVoid' but it wasn't loaded.
  424. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'voidal3' was in the world 'MyVoid' but it wasn't loaded.
  425. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'crates' was in the world 'MyVoid' but it wasn't loaded.
  426. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'scorchcrate' was in the world 'MyVoid' but it wasn't loaded.
  427. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'eldercrate' was in the world 'MyVoid' but it wasn't loaded.
  428. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'icecrate' was in the world 'MyVoid' but it wasn't loaded.
  429. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'crates2' was in the world 'MyVoid' but it wasn't loaded.
  430. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'crates3' was in the world 'MyVoid' but it wasn't loaded.
  431. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'crates4' was in the world 'MyVoid' but it wasn't loaded.
  432. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'crates5' was in the world 'MyVoid' but it wasn't loaded.
  433. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvp' was in the world 'MyVoid' but it wasn't loaded.
  434. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'duel' was in the world 'MyVoid' but it wasn't loaded.
  435. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pk' was in the world 'MyVoid' but it wasn't loaded.
  436. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'cratewin' was in the world 'MyVoid' but it wasn't loaded.
  437. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'stats' was in the world 'Factions' but it wasn't loaded.
  438. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'ronny' was in the world 'MyVoid' but it wasn't loaded.
  439. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'test2' was in the world 'MyVoid' but it wasn't loaded.
  440. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut1' was in the world 'MyVoid' but it wasn't loaded.
  441. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut2' was in the world 'MyVoid' but it wasn't loaded.
  442. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut3' was in the world 'MyVoid' but it wasn't loaded.
  443. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut4' was in the world 'MyVoid' but it wasn't loaded.
  444. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut5' was in the world 'MyVoid' but it wasn't loaded.
  445. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut6' was in the world 'MyVoid' but it wasn't loaded.
  446. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut7' was in the world 'MyVoid' but it wasn't loaded.
  447. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut8' was in the world 'MyVoid' but it wasn't loaded.
  448. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut9' was in the world 'MyVoid' but it wasn't loaded.
  449. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut10' was in the world 'MyVoid' but it wasn't loaded.
  450. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'tut11' was in the world 'MyVoid' but it wasn't loaded.
  451. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'plague2' was in the world 'MyVoid' but it wasn't loaded.
  452. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'plague4' was in the world 'MyVoid' but it wasn't loaded.
  453. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'dcrates' was in the world 'MyVoid' but it wasn't loaded.
  454. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour2' was in the world 'MyVoid' but it wasn't loaded.
  455. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour3' was in the world 'MyVoid' but it wasn't loaded.
  456. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour4' was in the world 'MyVoid' but it wasn't loaded.
  457. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour5' was in the world 'MyVoid' but it wasn't loaded.
  458. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkourwarning' was in the world 'MyVoid' but it wasn't loaded.
  459. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpwarning' was in the world 'Factions' but it wasn't loaded.
  460. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpwarning1' was in the world 'Factions' but it wasn't loaded.
  461. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpwarning2' was in the world 'Factions' but it wasn't loaded.
  462. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'flywarning2' was in the world 'Factions' but it wasn't loaded.
  463. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'flywarning' was in the world 'Factions' but it wasn't loaded.
  464. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'pvpwarning3' was in the world 'Factions' but it wasn't loaded.
  465. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'flywarning1' was in the world 'Factions' but it wasn't loaded.
  466. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'flywarning3' was in the world 'Factions' but it wasn't loaded.
  467. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'waterboss' was in the world 'MyVoid' but it wasn't loaded.
  468. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'elementboss' was in the world 'MyVoid' but it wasn't loaded.
  469. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'fireboss' was in the world 'MyVoid' but it wasn't loaded.
  470. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'l' was in the world 'MyVoid' but it wasn't loaded.
  471. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'rage' was in the world 'MyVoid' but it wasn't loaded.
  472. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'parkour1' was in the world 'MyVoid' but it wasn't loaded.
  473. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning1' was in the world 'MyVoid' but it wasn't loaded.
  474. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning2' was in the world 'MyVoid' but it wasn't loaded.
  475. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning4' was in the world 'MyVoid' but it wasn't loaded.
  476. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning5' was in the world 'MyVoid' but it wasn't loaded.
  477. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning6' was in the world 'MyVoid' but it wasn't loaded.
  478. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning7' was in the world 'MyVoid' but it wasn't loaded.
  479. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning8' was in the world 'MyVoid' but it wasn't loaded.
  480. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning9' was in the world 'MyVoid' but it wasn't loaded.
  481. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning10' was in the world 'MyVoid' but it wasn't loaded.
  482. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning11' was in the world 'MyVoid' but it wasn't loaded.
  483. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning12' was in the world 'MyVoid' but it wasn't loaded.
  484. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'warning3' was in the world 'MyVoid' but it wasn't loaded.
  485. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'factions3' was in the world 'MyVoid' but it wasn't loaded.
  486. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'ethay' was in the world 'MyVoid' but it wasn't loaded.
  487. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'invictuscrate' was in the world 'MyVoid' but it wasn't loaded.
  488. [16:06:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'test5' was in the world 'MyVoid' but it wasn't loaded.
  489. [16:06:41] [Server thread/INFO]: [KitGUI] Enabling KitGUI v3.0
  490. [16:06:41] [Server thread/INFO]: [KitGUI] Successfully Started!
  491. [16:06:41] [Server thread/INFO]: [KitGUI] This plugin is a work in progress! Please Post Bugs!
  492. [16:06:41] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
  493. [16:06:41] [Server thread/INFO]: [WhatIsIt] has been enabled.
  494. [16:06:41] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b410
  495. [16:06:41] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b410
  496. [16:06:41] [Server thread/INFO]: [KitCreator] Enabling KitCreator v1.1
  497. [16:06:41] [Server thread/INFO]: [KitCreator] KitCreator has been enabled!
  498. [16:06:41] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b410
  499. [16:06:41] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
  500. [16:06:41] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  501. [16:06:41] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  502. [16:06:41] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
  503. [16:06:41] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
  504. [16:06:41] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.9.1
  505. [16:06:41] [Server thread/WARN]: [SuperVanish] [SuperVanish] Failed to hook into EnjinMinecraftPlugin, please report this if you are using the latest version of that plugin: com/enjin/core/Enjin
  506. [16:06:41] [Server thread/INFO]: [PlayerMention] Enabling PlayerMention v3.0
  507. [16:06:41] [Server thread/INFO]: 
  508. [16:06:41] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  509. [16:06:41] [Server thread/INFO]: 
  510. [16:06:41] [Server thread/WARN]: �bPlayerMention By HYPExMon5ter And Exus-Kun Has Been Enabled!
  511. [16:06:41] [Server thread/INFO]: 
  512. [16:06:41] [Server thread/WARN]: �bVersion: 3.0
  513. [16:06:41] [Server thread/INFO]: 
  514. [16:06:41] [Server thread/WARN]: �aMy Website: https://HYPExMon5ter.net
  515. [16:06:41] [Server thread/INFO]: 
  516. [16:06:41] [Server thread/WARN]: �aYou're up to date!
  517. [16:06:41] [Server thread/INFO]: 
  518. [16:06:41] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  519. [16:06:41] [Server thread/INFO]: 
  520. [16:06:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  521. [16:06:41] [Server thread/INFO]: Ethay: Reload complete.
  522. [16:06:41] [Server thread/INFO]: Ethay lost connection: Disconnected
  523. [16:06:41] [Server thread/INFO]: Ethay left the game
  524. [16:06:41] [Craft Scheduler Thread - 4409/WARN]: [GroupManager] Plugin GroupManager vPre2.14.1.3 FINAL (Phoenix) generated an exception while executing task 103261
  525. java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  526. at org.anjocaido.groupmanager.metrics.Metrics.postPlugin(Metrics.java:335) ~[?:?]
  527. at org.anjocaido.groupmanager.metrics.Metrics.access$400(Metrics.java:57) ~[?:?]
  528. at org.anjocaido.groupmanager.metrics.Metrics$1.run(Metrics.java:223) ~[?:?]
  529. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  530. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [minecraft_server.jar:git-Spigot-54ec0b8-7b044de]
  531. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_121]
  532. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_121]
  533. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  534. [16:06:41] [Craft Scheduler Thread - 4533/INFO]: [Vault] Checking for Updates ...
  535. [16:06:42] [Craft Scheduler Thread - 4533/INFO]: [Vault] No new version available
  536. [16:06:43] [Server thread/INFO]: [uSkyBlock] Hooked into Vault Economy
  537. [16:06:43] [Server thread/INFO]: [uSkyBlock] Hooked into Vault Permissions
  538. [16:07:05] [Timer-23/INFO]: [WorldGuard] Region data changes made in 'MyVoidV2' have been background saved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement