Advertisement
Guest User

Log3

a guest
Jul 1st, 2017
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.70 KB | None | 0 0
  1. [15:41:06] [Server thread/INFO]: Starting minecraft server version 1.12
  2. [15:41:06] [Server thread/INFO]: Loading properties
  3. [15:41:06] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:41:06] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-8cbfc85-202da97 (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)
  5. [15:41:07] [Server thread/INFO]: Debug logging is disabled
  6. [15:41:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [15:41:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [15:41:07] [Server thread/INFO]: Generating keypair
  9. [15:41:07] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [15:41:07] [Server thread/INFO]: Using default channel type
  11. [15:41:07] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [15:41:07] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.9.2
  13. [15:41:07] [Server thread/INFO]: [GroupManagerX] Loading GroupManagerX vGMBuildVer (Phoenix)+1
  14. [15:41:07] [Server thread/INFO]: [SpigotUpdater] Loading SpigotUpdater v1.0.1
  15. [15:41:07] [Server thread/INFO]: [Backpacks] Loading Backpacks v0.1.3
  16. [15:41:07] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v2.3.0
  17. [15:41:07] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  18. [15:41:07] [Server thread/INFO]: [FirstJoinPlus] Loading FirstJoinPlus v2.4.1
  19. [15:41:07] [Server thread/INFO]: [BetterBeds] Loading BetterBeds v0.6.1-SNAPSHOT (build #4)
  20. [15:41:07] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.11.3
  21. [15:41:07] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  22. [15:41:07] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.5.1
  23. [15:41:07] [Server thread/INFO]: [AntiBot] Loading AntiBot v2.1
  24. [15:41:07] [Server thread/INFO]: [SleepPercentage] Loading SleepPercentage v1.1.1
  25. [15:41:07] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  26. [15:41:07] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.1-SNAPSHOT-b374
  27. [15:41:08] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
  28. [15:41:08] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.8.5
  29. [15:41:08] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v2.3.2
  30. [15:41:08] [Server thread/INFO]: [SlimeMobs] Loading SlimeMobs v1.4
  31. [15:41:08] [Server thread/INFO]: [Lottery] Loading Lottery v1.0.1
  32. [15:41:08] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.5.16
  33. [15:41:08] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.07-SNAPSHOT
  34. [15:41:08] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  35. [15:41:08] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  36. [15:41:08] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  37. [15:41:08] [Server thread/WARN]: 1 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - LogBlock-Connection-Pool - is starting.
  38.  
  39. [15:41:10] [Server thread/WARN]: 2116 [Server thread] INFO com.zaxxer.hikari.pool.HikariPool - LogBlock-Connection-Pool - is closing down.
  40.  
  41. [15:41:10] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  42. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
  43.  
  44. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  45. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[VotingPlugin.jar:?]
  46. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[VotingPlugin.jar:?]
  47. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[VotingPlugin.jar:?]
  48. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  49. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  50. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  51. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:307) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  52. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  53. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  54. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  55. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  56.  
  57. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  58. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_101]
  59. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  60. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  61. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_101]
  62. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  63. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  64. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  65. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2192) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  66. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2225) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  67. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2024) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  68. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  69. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  70. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_101]
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  72. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  73. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_101]
  74. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  75. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  76. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  77. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  78. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  79. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  80. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  81. ... 9 more
  82. Caused by: java.net.ConnectException: Connection refused: connect
  83. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[?:1.8.0_101]
  84. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_101]
  85. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_101]
  86. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_101]
  87. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_101]
  88. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_101]
  89. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_101]
  90. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_101]
  91. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  92. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  93. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2192) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  94. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2225) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  95. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2024) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  96. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  97. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  98. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_101]
  99. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  100. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_101]
  101. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_101]
  102. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  103. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  104. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  105. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  106. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  107. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  108. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  109. ... 9 more
  110. [15:41:10] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  111. [15:41:10] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  112. [15:41:10] [Server thread/INFO]: [Slimefun] Loading Slimefun v4.1.9
  113. [15:41:10] [Server thread/INFO]: [Barrels] Loading Barrels v1.11
  114. [15:41:10] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.4.1
  115. [15:41:10] [Server thread/INFO]: [SlimeXpansion] Loading SlimeXpansion v1.1.9
  116. [15:41:10] [Server thread/INFO]: [ExtraGear] Loading ExtraGear v1.1.1
  117. [15:41:10] [Server thread/INFO]: [SlimefunGuidePlus] Loading SlimefunGuidePlus v1.0
  118. [15:41:10] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v4.0.0-SNAPSHOT-b421
  119. [15:41:10] [Server thread/INFO]: [HotbarPets] Loading HotbarPets v1.1
  120. [15:41:10] [Server thread/INFO]: [SlimefunLuckyBlocks] Loading SlimefunLuckyBlocks v1.1
  121. [15:41:10] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden v1.6.3
  122. [15:41:10] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.7
  123. [15:41:10] [Server thread/INFO]: [SlimefunOres] Loading SlimefunOres v1.4.6
  124. [15:41:10] [Server thread/INFO]: [ColoredEnderChests] Loading ColoredEnderChests v1.0
  125. [15:41:10] [Server thread/INFO]: [SlimeScrap] Loading SlimeScrap v1.2.2
  126. [15:41:10] [Server thread/INFO]: [SensibleToolbox] Loading SensibleToolbox v1.0.99
  127. [15:41:10] [Server thread/INFO]: [StackMob] Loading StackMob v1.8.3
  128. [15:41:10] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.12-v2
  129. [15:41:11] [Server thread/INFO]: [Train_Carts] Loading Train_Carts v1.12-v1
  130. [15:41:11] [Server thread/INFO]: [Essentials_KitGUI] Loading Essentials_KitGUI v1.4
  131. [15:41:11] [Server thread/INFO]: [GUIShop] Loading GUIShop v6.1.5
  132. [15:41:11] [Server thread/INFO]: [uCars] Loading uCars v19
  133. [15:41:11] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.1.0-SNAPSHOT
  134. [15:41:11] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.7.9.1
  135. [15:41:11] [Server thread/INFO]: [Denizen] Loading Denizen v1.0.2-SNAPSHOT (build 1638)
  136. [15:41:11] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
  137. [15:41:11] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b468
  138. [15:41:11] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b468
  139. [15:41:11] [Server thread/INFO]: [MCBans] Loading MCBans v4.4.3
  140. [15:41:11] [Server thread/INFO]: [Autorank] Loading Autorank v4.0.7
  141. [15:41:11] [Server thread/INFO]: [Towny] Loading Towny v0.91.4.7
  142. [15:41:11] [Server thread/INFO]: [TownyGUI] Loading TownyGUI v0.17
  143. [15:41:11] [Server thread/INFO]: [Jobs] Loading Jobs v3.9.3
  144. [15:41:11] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1483)
  145. [15:41:11] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.8.9
  146. [15:41:11] [Server thread/INFO]: [RandomTP-Reborn] Loading RandomTP-Reborn v1.9
  147. [15:41:11] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
  148. [15:41:11] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.4.0#154
  149. [15:41:11] [Server thread/INFO]: [MobHunting] Loading MobHunting v4.9.5
  150. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v2.3.0
  151. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
  152. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
  153. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
  154. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
  155. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
  156. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
  157. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.RegionCommands injected.
  158. [15:41:11] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
  159. [15:41:11] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.1-SNAPSHOT-b374
  160. [15:41:11] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  161. [15:41:11] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
  162. [15:41:11] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.07-SNAPSHOT
  163. [15:41:11] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.12-v2
  164. [15:41:11] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-8cbfc85-202da97) : v1_12_R1 (Minecraft 1.12)
  165. [15:41:11] [Server thread/INFO]: [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
  166. [15:41:11] [Server thread/INFO]: [BKCommonLib] Updating is like reinventing the wheel for BKCommonLib.
  167. [15:41:11] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.12-v2 enabled! (0.045s)
  168. [15:41:11] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
  169. [15:41:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  170. [15:41:11] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  171. [15:41:11] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  172. [15:41:11] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  173. [15:41:11] [Server thread/INFO]: [Vault] Plugin enabled (40ms)
  174. [15:41:11] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  175. [15:41:11] [Server thread/INFO]: Preparing level "world"
  176. [15:41:11] [Server thread/INFO]: -------- World Settings For [world] --------
  177. [15:41:11] [Server thread/INFO]: Item Despawn Rate: 6000
  178. [15:41:11] [Server thread/INFO]: Item Merge Radius: 2.5
  179. [15:41:11] [Server thread/INFO]: View Distance: 10
  180. [15:41:11] [Server thread/INFO]: Max TNT Explosions: 100
  181. [15:41:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  182. [15:41:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  183. [15:41:11] [Server thread/INFO]: Structure Info Saving: true
  184. [15:41:11] [Server thread/INFO]: Mob Spawn Range: 4
  185. [15:41:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
  186. [15:41:11] [Server thread/INFO]: Cane Growth Modifier: 100%
  187. [15:41:11] [Server thread/INFO]: Melon Growth Modifier: 100%
  188. [15:41:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  189. [15:41:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  190. [15:41:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
  191. [15:41:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
  192. [15:41:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  193. [15:41:11] [Server thread/INFO]: Vine Growth Modifier: 100%
  194. [15:41:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  195. [15:41:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  196. [15:41:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  197. [15:41:11] [Server thread/INFO]: Random Lighting Updates: false
  198. [15:41:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
  199. [15:41:11] [Server thread/INFO]: Experience Merge Radius: 3.0
  200. [15:41:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  201. [15:41:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  202. [15:41:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  203. [15:41:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  204. [15:41:12] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  205. [15:41:12] [Server thread/INFO]: Item Despawn Rate: 6000
  206. [15:41:12] [Server thread/INFO]: Item Merge Radius: 2.5
  207. [15:41:12] [Server thread/INFO]: View Distance: 10
  208. [15:41:12] [Server thread/INFO]: Max TNT Explosions: 100
  209. [15:41:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  210. [15:41:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  211. [15:41:12] [Server thread/INFO]: Structure Info Saving: true
  212. [15:41:12] [Server thread/INFO]: Mob Spawn Range: 4
  213. [15:41:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  214. [15:41:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  215. [15:41:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  216. [15:41:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  217. [15:41:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  218. [15:41:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  219. [15:41:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  220. [15:41:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  221. [15:41:12] [Server thread/INFO]: Vine Growth Modifier: 100%
  222. [15:41:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  223. [15:41:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  224. [15:41:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  225. [15:41:12] [Server thread/INFO]: Random Lighting Updates: false
  226. [15:41:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  227. [15:41:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  228. [15:41:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  229. [15:41:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  230. [15:41:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  231. [15:41:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  232. [15:41:12] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  233. [15:41:12] [Server thread/INFO]: Item Despawn Rate: 6000
  234. [15:41:12] [Server thread/INFO]: Item Merge Radius: 2.5
  235. [15:41:12] [Server thread/INFO]: View Distance: 10
  236. [15:41:12] [Server thread/INFO]: Max TNT Explosions: 100
  237. [15:41:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  238. [15:41:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  239. [15:41:12] [Server thread/INFO]: Structure Info Saving: true
  240. [15:41:12] [Server thread/INFO]: Mob Spawn Range: 4
  241. [15:41:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  242. [15:41:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  243. [15:41:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  244. [15:41:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  245. [15:41:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  246. [15:41:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  247. [15:41:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  248. [15:41:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  249. [15:41:12] [Server thread/INFO]: Vine Growth Modifier: 100%
  250. [15:41:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  251. [15:41:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  252. [15:41:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  253. [15:41:12] [Server thread/INFO]: Random Lighting Updates: false
  254. [15:41:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  255. [15:41:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  256. [15:41:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  257. [15:41:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  258. [15:41:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  259. [15:41:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  260. [15:41:12] [Server thread/INFO]: Preparing start region for level 0 (Seed: 99324778147786744)
  261. [15:41:13] [Server thread/INFO]: Preparing start region for level 1 (Seed: 99324778147786744)
  262. [15:41:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: 99324778147786744)
  263. [15:41:13] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.9.2
  264. [15:41:13] [Server thread/INFO]: [BetterChairs] Your server is running version v1_12_R1
  265. [15:41:13] [Server thread/INFO]: [BetterChairs] NMS hooked !
  266. [15:41:13] [Server thread/INFO]: [GroupManagerX] Enabling GroupManagerX vGMBuildVer (Phoenix)+1
  267. [15:41:13] [Server thread/INFO]: GroupManager - INFO - World Found: world
  268. [15:41:13] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  269. [15:41:13] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  270. [15:41:13] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  271. [15:41:13] [Server thread/INFO]: GroupManagerX version GMBuildVer (Phoenix)+1 is enabled!
  272. [15:41:13] [Server thread/INFO]: [SpigotUpdater] Enabling SpigotUpdater v1.0.1
  273. [15:41:13] [Server thread/INFO]: [Backpacks] Enabling Backpacks v0.1.3
  274. [15:41:13] [Server thread/INFO]: [Backpacks] Loading backpacks. Please wait...
  275. [15:41:13] [Server thread/INFO]: [Backpacks] 0 backpack(s) have been loaded.
  276. [15:41:13] [Server thread/INFO]: [Backpacks] Backpacks has been enabled!
  277. [15:41:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  278. [15:41:14] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  279. [15:41:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  280. [15:41:14] [Server thread/INFO]: [FirstJoinPlus] Enabling FirstJoinPlus v2.4.1
  281. [15:41:14] [Server thread/INFO]: [BetterBeds] Enabling BetterBeds v0.6.1-SNAPSHOT (build #4)
  282. [15:41:14] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.11.3
  283. [15:41:14] [Server thread/INFO]: [VeinMiner] Registering events
  284. [15:41:14] [Server thread/INFO]: [VeinMiner] Registering commands
  285. [15:41:14] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  286. [15:41:14] [Server thread/INFO]: [VeinMiner] Thank you for enabling Metrics! I greatly appreciate the use of plugin statistics
  287. [15:41:14] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  288. [15:41:14] [Server thread/INFO]: [VeinMiner] Unknown world found... "WorldName". Ignoring...
  289. [15:41:14] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  290. [15:41:14] [Server thread/INFO]: [ClearLag] Loading modules...
  291. [15:41:14] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  292. [15:41:14] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  293. [15:41:14] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  294. [15:41:14] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  295. [15:41:14] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.5.1
  296. [15:41:14] [Server thread/INFO]: Hooked into: Essentials
  297. [15:41:14] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
  298. [15:41:14] [Server thread/INFO]: Hooked into: ProtocolLib (Packet Features)
  299. [15:41:14] [Server thread/INFO]: Hooked into: Towny
  300. [15:41:14] [Server thread/INFO]: Hooked into: Vault
  301. [15:41:14] [Server thread/INFO]: [AntiBot] Enabling AntiBot v2.1
  302. [15:41:14] [Server thread/INFO]: [SleepPercentage] Enabling SleepPercentage v1.1.1
  303. [15:41:14] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  304. [15:41:14] [Server thread/INFO]: -------- World Settings For [build] --------
  305. [15:41:14] [Server thread/INFO]: Item Despawn Rate: 6000
  306. [15:41:14] [Server thread/INFO]: Item Merge Radius: 2.5
  307. [15:41:14] [Server thread/INFO]: View Distance: 10
  308. [15:41:14] [Server thread/INFO]: Max TNT Explosions: 100
  309. [15:41:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  310. [15:41:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  311. [15:41:14] [Server thread/INFO]: Structure Info Saving: true
  312. [15:41:14] [Server thread/INFO]: Mob Spawn Range: 4
  313. [15:41:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  314. [15:41:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  315. [15:41:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  316. [15:41:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  317. [15:41:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  318. [15:41:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  319. [15:41:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  320. [15:41:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  321. [15:41:14] [Server thread/INFO]: Vine Growth Modifier: 100%
  322. [15:41:14] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  323. [15:41:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  324. [15:41:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  325. [15:41:14] [Server thread/INFO]: Random Lighting Updates: false
  326. [15:41:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  327. [15:41:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  328. [15:41:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  329. [15:41:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  330. [15:41:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  331. [15:41:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  332. [15:41:14] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4793355107620737353)
  333. [15:41:14] [Thread-11/INFO]: [ClearLag] No updates found!
  334. [15:41:15] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  335. [15:41:15] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  336. [15:41:15] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.8.5
  337. [15:41:15] [Server thread/WARN]: [VotingPlugin] Detected no voting sites, this may mean something isn't properly setup
  338. [15:41:15] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
  339. [15:41:15] [Server thread/ERROR]: [VotingPlugin] Plugin VotingPlugin v5.8.5 has failed to register events for class com.Ben12345rocks.VotingPlugin.Events.VotiferEvent because com/vexsoftware/votifier/model/VotifierEvent does not exist.
  340. [15:41:15] [Server thread/WARN]: [VotingPlugin] No VotifierEvent found, install Votifier, NuVotifier, or another Votifier plugin
  341. [15:41:15] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlgin 5.8.5
  342. [15:41:15] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v2.3.2
  343. [15:41:15] [Server thread/ERROR]: Error occurred while enabling AsyncWorldEdit v2.3.2 (Is it up to date?)
  344. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  345. at org.primesoft.asyncworldedit.strings.MessageProvider.loadFile(MessageProvider.java:220) ~[?:?]
  346. at org.primesoft.asyncworldedit.strings.MessageProvider.loadDefault(MessageProvider.java:161) ~[?:?]
  347. at org.primesoft.asyncworldedit.AsyncWorldEditBukkit.initialiseStrings(AsyncWorldEditBukkit.java:326) ~[?:?]
  348. at org.primesoft.asyncworldedit.AsyncWorldEditBukkit.onEnable(AsyncWorldEditBukkit.java:172) ~[?:?]
  349. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  350. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  351. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  352. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  353. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  354. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  355. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  356. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  357. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  358. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  359. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  360. [15:41:15] [Server thread/INFO]: [SlimeMobs] Enabling SlimeMobs v1.4
  361. [15:41:15] [Server thread/INFO]: [SlimeMobs] SlimeMobs v1.4 has been enabled!
  362. [15:41:15] [Server thread/INFO]: [Lottery] Enabling Lottery v1.0.1
  363. [15:41:15] [Server thread/INFO]: [Lottery] Plugin successfully enabled!
  364. [15:41:15] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.5.16
  365. [15:41:15] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
  366. [15:41:15] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
  367. [15:41:15] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  368. [15:41:15] [Server thread/ERROR]: Error occurred while enabling Multiverse-Portals v2.5-b725 (Is it up to date?)
  369. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  370. at com.onarandombox.MultiversePortals.MultiversePortals.loadConfig(MultiversePortals.java:245) ~[?:?]
  371. at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:132) ~[?:?]
  372. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  373. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  374. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  375. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  376. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  377. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  378. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  379. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  380. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  381. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  382. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  383. [15:41:15] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  384. [15:41:15] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  385. [15:41:15] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  386. [15:41:15] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  387. [15:41:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  388. [15:41:15] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  389. [15:41:15] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  390. [15:41:15] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  391. [15:41:15] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  392. [15:41:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  393. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  394. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  395. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  396. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  397. [15:41:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  398. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  399. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  400. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  401. [15:41:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  402. [15:41:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  403. [15:41:15] [Server thread/INFO]: [WorldGuard] (build) TNT ignition is PERMITTED.
  404. [15:41:15] [Server thread/INFO]: [WorldGuard] (build) Lighters are PERMITTED.
  405. [15:41:15] [Server thread/INFO]: [WorldGuard] (build) Lava fire is blocked.
  406. [15:41:15] [Server thread/INFO]: [WorldGuard] (build) Fire spread is UNRESTRICTED.
  407. [15:41:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build'
  408. [15:41:15] [Server thread/INFO]: [WorldGuard] Loading region data...
  409. [15:41:15] [Server thread/INFO]: [Slimefun] Enabling Slimefun v4.1.9
  410. [15:41:15] [Server thread/INFO]: [Slimefun] Loading Files...
  411. [15:41:15] [Server thread/INFO]: [Slimefun] Loading Config...
  412. [15:41:15] [Server thread/INFO]: [Slimefun] Loading Items...
  413. [15:41:16] [Server thread/INFO]: [Slimefun] Loading Researches...
  414. [15:41:16] [Server thread/INFO]: [Slimefun] Loading World Generators...
  415. [15:41:16] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Oil
  416. [15:41:16] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Nether Ice
  417. [15:41:16] [Server thread/INFO]: [Slimefun] Successfully hooked into WorldEdit!
  418. [15:41:16] [Server thread/INFO]: [Slimefun] Finished!
  419. [15:41:16] [Server thread/INFO]: [Barrels] Enabling Barrels v1.11
  420. [15:41:16] [Server thread/INFO]: [Barrels] Barrels v1.11 has been enabled!
  421. [15:41:16] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.4.1
  422. [15:41:16] [Server thread/INFO]: CratesPlus Version 4.4.1
  423. [15:41:16] [Server thread/INFO]: HolographicDisplays was found, hooking in!
  424. [15:41:16] [Server thread/INFO]: [SlimeXpansion] Enabling SlimeXpansion v1.1.9
  425. [15:41:16] [Server thread/INFO]: [Slimefun - GEO] Registering Ore Gen: Thorium
  426. [15:41:16] [Server thread/INFO]: [SlimeXpansion] SlimeXpansion has been enabled!
  427. [15:41:16] [Server thread/INFO]: [ExtraGear] Enabling ExtraGear v1.1.1
  428. [15:41:16] [Server thread/INFO]: [SlimefunGuidePlus] Enabling SlimefunGuidePlus v1.0
  429. [15:41:16] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v4.0.0-SNAPSHOT-b421
  430. [15:41:16] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  431. [15:41:16] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  432. [15:41:16] [Server thread/INFO]: [SilkSpawners] AutoUpdater is disabled because you are running a dev build!
  433. [15:41:16] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  434. [15:41:16] [Server thread/INFO]: [HotbarPets] Enabling HotbarPets v1.1
  435. [15:41:16] [Server thread/INFO]: [SlimefunLuckyBlocks] Enabling SlimefunLuckyBlocks v1.1
  436. [15:41:16] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden v1.6.3
  437. [15:41:16] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.7
  438. [15:41:16] [Server thread/INFO]: [HolographicExtension] Hext error, not important, ignoring
  439. [15:41:16] [Server thread/INFO]: [HolographicExtension] Found ProtocolLib, using new version.
  440. [15:41:16] [Server thread/INFO]: [HolographicExtension] Enabled player relative placeholders with ProtocolLib.
  441. [15:41:16] [Server thread/INFO]: [SlimefunOres] Enabling SlimefunOres v1.4.6
  442. [15:41:16] [Server thread/INFO]: [SlimefunOres] SlimefunOres 1.4.6 has been enabled!
  443. [15:41:16] [Server thread/INFO]: [ColoredEnderChests] Enabling ColoredEnderChests v1.0
  444. [15:41:16] [Server thread/INFO]: [SlimeScrap] Enabling SlimeScrap v1.2.2
  445. [15:41:16] [Server thread/INFO]: [SlimeScrap] SlimeScrap v1.2.2 has been enabled!
  446. [15:41:16] [Server thread/INFO]: [SensibleToolbox] Enabling SensibleToolbox v1.0.99
  447. [15:41:16] [Server thread/WARN]: [SensibleToolbox] ProtocolLib not detected - some functionality is reduced:
  448. [15:41:16] [Server thread/WARN]: [SensibleToolbox] No glowing items, Reduced particle effects, Sound Muffler item disabled
  449. [15:41:16] [Server thread/INFO]: [CS-CoreLib - Database] Loading SQL Driver...
  450. [15:41:17] [Server thread/INFO]: [StackMob] Enabling StackMob v1.8.3
  451. [15:41:17] [Server thread/INFO]: [StackMob] StackMob v1.8.3 by antiPerson
  452. [15:41:17] [Server thread/INFO]: [StackMob] Find out more at https://www.spigotmc.org/resources/stackmob.29999/
  453. [15:41:17] [Server thread/INFO]: [StackMob] Please leave a review on this plugin - it helps a lot.
  454. [15:41:17] [Server thread/INFO]: [StackMob] Updating your configuration file to the latest version...
  455. [15:41:17] [Server thread/INFO]: [StackMob] Updated your configuration file!
  456. [15:41:17] [Server thread/INFO]: [StackMob] Loading stack amounts from storage...
  457. [15:41:18] [Server thread/INFO]: [StackMob] Loaded stack amounts from storage!
  458. [15:41:18] [Server thread/INFO]: [StackMob] Registering commands and events...
  459. [15:41:18] [Server thread/INFO]: [StackMob] Registered all commands and events!
  460. [15:41:18] [Server thread/INFO]: [StackMob] Loaded everything in 1013ms
  461. [15:41:18] [Server thread/INFO]: [Train_Carts] Enabling Train_Carts v1.12-v1
  462. [15:41:19] [Server thread/INFO]: [Train_Carts] 0 Trains have been loaded in 0 worlds. (0 Minecarts)
  463. [15:41:19] [Server thread/INFO]: [Train_Carts] 0 detector rail regions loaded covering 0 blocks
  464. [15:41:19] [Server thread/INFO]: [Train_Carts] Restoring trains and loading nearby chunks...
  465. [15:41:19] [Server thread/INFO]: [Train_Carts] Train_Carts version 1.12-v1 enabled! (0.367s)
  466. [15:41:19] [Server thread/INFO]: [Essentials_KitGUI] Enabling Essentials_KitGUI v1.4
  467. [15:41:19] [Server thread/INFO]: [GUIShop] Enabling GUIShop v6.1.5
  468. [15:41:19] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  469. [15:41:19] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  470. [15:41:19] [Server thread/INFO]: [GUIShop] Config all up to date!
  471. [15:41:19] [Server thread/INFO]: [uCars] Enabling uCars v19
  472. [15:41:19] [Server thread/INFO]: [uCars] uCars has been enabled!
  473. [15:41:19] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.1.0-SNAPSHOT
  474. [15:41:19] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_12_R1 (Minecraft 1.12)...
  475. [15:41:19] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
  476. [15:41:19] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  477. [15:41:19] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  478. [15:41:19] [Server thread/ERROR]: Error occurred while enabling MythicMobs v4.1.0-SNAPSHOT (Is it up to date?)
  479. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  480. at io.lumine.xikage.mythicmobs.io.IOLoader.reloadCustomConfig(IOLoader.java:59) ~[?:?]
  481. at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:41) ~[?:?]
  482. at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:24) ~[?:?]
  483. at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:85) ~[?:?]
  484. at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:137) ~[?:?]
  485. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  486. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  487. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  488. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:377) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  489. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:327) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  490. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  491. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  492. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  493. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  494. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  495. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  496. [15:41:19] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.7.9.1
  497. [15:41:19] [Server thread/WARN]: [AutoSaveWorld] Plugin CrazyEnchantments attempted to establish connection http://www.spigotmc.org/api/general.php in main server thread
  498. [15:41:19] [Server thread/WARN]: [AutoSaveWorld] Plugin CrazyEnchantments attempted to establish connection socket://www.spigotmc.org:80 in main server thread
  499. [15:41:19] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  500. [15:41:19] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  501. [15:41:19] [Server thread/INFO]: [Denizen] Enabling Denizen v1.0.2-SNAPSHOT (build 1638)
  502. [15:41:19] [Server thread/INFO]: +> [Denizen] Initializing Denizen Core v1.15 (Build 89),
  503. implementation for Bukkit version 1.0.2-SNAPSHOT (build 1638) 
  504. [15:41:19] [Server thread/WARN]: [Denizen] Citizens does not seem to be activated! Denizen will have greatly reduced functionality!
  505. [15:41:19] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
  506. [15:41:19] [Server thread/INFO]: +> [Denizen]  _/_ _ ._ _ _ 
  507. [15:41:19] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ )  scriptable minecraft 
  508. [15:41:19] [Server thread/INFO]: +> [Denizen]  
  509. [15:41:19] [Server thread/INFO]: +> [Denizen] by: aufdemrand 
  510. [15:41:19] [Server thread/INFO]: +> [Denizen] version: 1.0.2-SNAPSHOT (build 1638) 
  511. [15:41:19] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
  512. [15:41:19] [Server thread/INFO]:  OKAY! Loaded core commands: [showfake, invisible, ban,
  513. modifyblock, cast, midi, explode, sidebar, cooldown, weather,
  514. action, scoreboard, if, give, worldborder, chunkload, zap,
  515. execute, mount, announce, push, fail, firework, light, reset,
  516. hurt, nbt, viewer, wait, flag, log, webget, goto, attack,
  517. event, map, strike, health, team, trigger, fly, gamerule,
  518. kick, playsound, anchor, fish, leash, queue, rotate, sign,
  519. run, experience, while, listen, playeffect, bossbar, narrate,
  520. pushable, finish, shoot, oxygen, walkto, group, yaml,
  521. statistic, fakeitem, blockcrack, schematic, sync, look, feed,
  522. take, compass, adjust, animatechest, glow, drop, note,
  523. teleport, choose, actionbar, inventory, title, remove, sql,
  524. switch, head, foreach, random, repeat, define, heal,
  525. copyblock, filecopy, sit, burn, runtask, debug, determine,
  526. permission, follow, displayitem, scribe, async, createworld,
  527. spawn, equip, money, time, inject, mark, age, walk] 
  528. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loading external dependencies for
  529. run-time compiler. 
  530. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] No dependencies to load or error loading
  531. dependencies: null 
  532. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loading plugins as dependencies for
  533. run-time compiler. 
  534. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AntiBot.jar 
  535. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AreaShop.jar 
  536. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AsyncWorldEdit.jar 
  537. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AsyncWorldEditInjector.jar 
  538. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Autorank-4.0.7.jar 
  539. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AutoSaveWorld.jar 
  540. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Backpacks-0.1.3.jar 
  541. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Barrels_v1.11.jar 
  542. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BetterBeds.jar 
  543. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BetterChairs.jar 
  544. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BKCommonLib-1.12-v2.jar 
  545. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ChatControl.jar 
  546. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded citizens-2.0.22-SNAPSHOT.jar 
  547. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Clearlag.jar 
  548. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ColoredEnderChests_v1.0.jar 
  549. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CommandNPC.jar 
  550. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CratesPlus-4.4.1.jar 
  551. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Crazy Enchantments[v1.7.9.1].jar 
  552. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CS-CoreLib v1.5.15.jar 
  553. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded denizen-1.0.2-SNAPSHOT.jar 
  554. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded essentials-kit-gui.jar 
  555. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded EssentialsX-2.0.1.jar 
  556. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded EssentialsXChat-2.0.1.jar 
  557. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded EssentialsXSpawn-2.0.1.jar 
  558. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ExoticGarden v1.6.3.jar 
  559. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ExtraGear_v1.1.1.jar 
  560. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded FirstJoinPlus.jar 
  561. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded GroupManagerX.jar 
  562. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded GUIShop.jar 
  563. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded HolographicDisplays.jar 
  564. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded HolographicExtension22.jar 
  565. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded HotbarPets_v1.1.jar 
  566. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Jobs3.9.3.jar 
  567. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded LogBlock.jar 
  568. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Lottery.jar 
  569. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded MCBans.jar 
  570. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded mcMMO.jar 
  571. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded MobHunting-4.9.5.jar 
  572. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-Core-2.5.jar 
  573. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-Portals-2.5.jar 
  574. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded MythicMobs-4.1.0.jar 
  575. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ProtocolLib.jar 
  576. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded RandomTP1.9.jar 
  577. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SensibleToolbox_v1.0.99.jar 
  578. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SilkSpawners.jar 
  579. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SleepPercentage-1.1.1.jar 
  580. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Slimefun v4.1.9.jar 
  581. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimefunGuide_.jar 
  582. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimefunLuckyBlocks_v1.1.jar 
  583. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimefunOres_v1.4.6.jar 
  584. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimeMobs_v1.4.jar 
  585. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimeScrap_v1.2.2.jar 
  586. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SlimeXpansion_v1.1.9.jar 
  587. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SpigotUpdater_v1.0.1.jar 
  588. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded StackMob.jar 
  589. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Towny.jar 
  590. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded TownyGUI.jar 
  591. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded TrainCarts-1.12-v1.jar 
  592. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded uCars.jar 
  593. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Vault.jar 
  594. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded VeinMiner.jar 
  595. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded VotingPlugin.jar 
  596. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded worldedit-bukkit-6.1.7.2.jar 
  597. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded worldguard-6.2.1.jar 
  598. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Attempting to add CraftBukkit as
  599. dependency for run-time compiler. 
  600. [15:41:19] [Server thread/INFO]: +> [RuntimeCompiler] Loaded spigot-1.12.jar 
  601. [15:41:19] [Server thread/INFO]:  OKAY! Loaded core requirements: [PERMISSION, OP, MONEY,
  602. FLAGGED, PROCEDURE, RAINY, TIME, ISPOWERED, SUNNY, INREGION,
  603. ISLIQUID, OXYGEN, ITEM, OWNER, SCRIPT, SNEAKING, INGROUP,
  604. STORMING, ENCHANTED, HOLDING] 
  605. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dBiome as b 
  606. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dChunk as ch 
  607. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dColor as co 
  608. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dCuboid as cu 
  609. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dEllipsoid as ellipsoid 
  610. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dEntity as e 
  611. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dInventory as in 
  612. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dItem as i 
  613. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dLocation as l 
  614. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dMaterial as m 
  615. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dPlayer as p 
  616. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dPlugin as pl 
  617. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dWorld as w 
  618. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: CustomObject as custom 
  619. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dList as li 
  620. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dList as fl 
  621. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: dScript as s 
  622. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: Element as el 
  623. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: Duration as d 
  624. [15:41:19] [Server thread/INFO]: +> [Denizen] Registered: ScriptQueue as q 
  625. [15:41:19] [Server thread/INFO]:  OKAY! Added objects to the ObjectFetcher [b, d, ch, e, in,
  626. fl, custom, el, i, co, l, m, ellipsoid, p, q, cu, s, w, pl,
  627. li] 
  628. [15:41:19] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
  629. [15:41:19] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update Essentials_KitGUI to the same version.
  630. [15:41:19] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  631. [15:41:19] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
  632. [15:41:20] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  633. [15:41:20] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  634. [15:41:20] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  635. [15:41:20] [Server thread/INFO]: Using locale en_US
  636. [15:41:20] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  637. [15:41:20] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  638. [15:41:20] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
  639. [15:41:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b468
  640. [15:41:20] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  641. [15:41:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b468
  642. [15:41:20] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  643. [15:41:20] [Server thread/INFO]: [MCBans] Enabling MCBans v4.4.3
  644. [15:41:20] [Server thread/INFO]: [MCBans] Loading language file: default
  645. [15:41:20] [Server thread/INFO]: [MCBans] Using SuperPerms for permission control.
  646. [15:41:20] [Thread-19/INFO]: [MCBans] Connecting to the API Server!
  647. [15:41:20] [Server thread/INFO]: [MCBans] LogBlock plugin found. Going to use this for rollback.
  648. [15:41:20] [Server thread/INFO]: [MCBans] MCBans version 4.4.3 is enabled!
  649. [15:41:20] [Server thread/INFO]: [Autorank] Enabling Autorank v4.0.7
  650. [15:41:20] [Server thread/INFO]: [Autorank] Paths.yml file loaded
  651. [15:41:20] [Server thread/INFO]: [Autorank] Paths file loaded (Paths.yml)
  652. [15:41:20] [Server thread/INFO]: [Autorank] Settings.yml file loaded
  653. [15:41:20] [Server thread/INFO]: [Autorank] Settings file loaded (Settings.yml)
  654. [15:41:20] [Server thread/INFO]: [Autorank] Internal properties file loaded
  655. [15:41:20] [Server thread/INFO]: [Autorank] PlayerData.yml file loaded
  656. [15:41:20] [Server thread/INFO]: [Autorank] PlayerData file loaded (PlayerData.yml)
  657. [15:41:20] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
  658. [15:41:20] [Server thread/INFO]: [Autorank] Total data file loaded
  659. [15:41:20] [Server thread/INFO]: [Autorank] Daily data file loaded
  660. [15:41:20] [Server thread/INFO]: [Autorank] Weekly data file loaded
  661. [15:41:20] [Server thread/INFO]: [Autorank] Monthly data file loaded
  662. [15:41:20] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  663. [15:41:20] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
  664. [15:41:20] [Server thread/INFO]: [Autorank] Using timings of: autorank
  665. [15:41:20] [Server thread/INFO]: [Autorank] Autorank 4.0.7 has been enabled!
  666. [15:41:20] [Server thread/INFO]: [Towny] Enabling Towny v0.91.4.7
  667. [15:41:20] [Server thread/INFO]: ==================== Towny ========================
  668. [15:41:20] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
  669. [15:41:20] [Thread-19/INFO]: [MCBans] API Server found: api.mcbans.com :: response time: 261
  670. [15:41:20] [Thread-19/INFO]: [MCBans] Fastest server selected: api.mcbans.com :: response time: 261
  671. [15:41:21] [Server thread/INFO]: [Towny] Using: Vault v1.6.1, Essentials Economy via Vault
  672. [15:41:21] [Server thread/INFO]: [Towny] Time until a New Day: 20 hours, 18 minutes, 39 seconds
  673. [15:41:21] [Server thread/INFO]: =============================================================
  674. [15:41:21] [Server thread/INFO]: [Towny] Version: 0.91.4.7 - Mod Enabled
  675. [15:41:21] [Server thread/INFO]: =============================================================
  676. [15:41:21] [Server thread/INFO]: [TownyGUI] Enabling TownyGUI v0.17
  677. [15:41:21] [Server thread/INFO]: [Jobs] Enabling Jobs v3.9.3
  678. [15:41:21] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  679. [15:41:21] [Server thread/INFO]: [Jobs] Loaded 0 restricted areas!
  680. [15:41:21] [Server thread/INFO]: [Jobs] Loaded 49 protected blocks timers!
  681. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 641 custom item names!
  682. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 41 custom entity names!
  683. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 27 custom enchant names!
  684. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  685. [15:41:22] [Server thread/INFO]: [Jobs] 4 shop items loaded!
  686. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  687. [15:41:22] [Server thread/INFO]: [Jobs] Explorer job manager registered!
  688. [15:41:22] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  689. [15:41:22] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  690. [15:41:22] [Server thread/INFO]: [Jobs] Loaded 0 schedulers!
  691. [15:41:22] [Server thread/INFO]: [Jobs] mcMMO was found - Enabling capabilities.
  692. [15:41:22] [Server thread/INFO]: [Jobs] MythicMobs4 was found - Enabling capabilities.
  693. [15:41:22] [Server thread/INFO]: [Jobs] loaded 67 block protection entries. 0
  694. [15:41:22] [Server thread/INFO]: [Jobs] Loading explorer data
  695. [15:41:22] [Server thread/INFO]: [Jobs] Loaded explorer data
  696. [15:41:22] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
  697. [15:41:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1483)
  698. [15:41:22] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.8.9
  699. [15:41:22] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  700. [15:41:22] [Server thread/INFO]: [CommandNPC] Initiating Database
  701. [15:41:22] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  702. [15:41:22] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  703. [15:41:22] [Server thread/INFO]: [RandomTP-Reborn] Enabling RandomTP-Reborn v1.9
  704. [15:41:22] [Server thread/INFO]: [RandomTP-Reborn] Linked with Vault-Economy!
  705. [15:41:22] [Server thread/INFO]: [RandomTP-Reborn] All cooldowns had been synchronized
  706. [15:41:22] [Server thread/INFO]: [RandomTP-Reborn] The plugin load process has been completed sucessfully. Runnining 1.9 version of the plugin.
  707. [15:41:22] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.4.0#154
  708. [15:41:22] [Server thread/INFO]: [MobHunting] Enabling MobHunting v4.9.5
  709. [15:41:22] [Server thread/INFO]: [Mobhunting]==================WARNING=================================
  710. [15:41:22] [Server thread/INFO]: Potential error in your config.yml. pvp-kill-cmd contains SkullOwner,
  711. [15:41:22] [Server thread/INFO]: which indicates that pvp-kill-cmd is outdated. Check the head command
  712. [15:41:22] [Server thread/INFO]: or delete the line pvp-kill-cmd, and then reload the plugin. The 
  713. [15:41:22] [Server thread/INFO]: correct syntax to get a player head is:
  714. [15:41:22] [Server thread/INFO]: "mobhunt head give {player} {killed_player} {killed_player} 1 silent"
  715. [15:41:22] [Server thread/INFO]: [Mobhunting]=========================================================
  716. [15:41:22] [Server thread/INFO]: [MobHunting] Database version 4 detected.
  717. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with Essentials (2.0.1-b488)
  718. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (6.1.7;dd00bb1)
  719. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldGuard (6.2.1;84bc322)
  720. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with Towny (0.91.4.7).
  721. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with McMMO (1.5.07-SNAPSHOT)
  722. [15:41:23] [Server thread/INFO]: [MobHunting] McMMO Level rewards is enabled
  723. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with ProtocolLib (4.3.1-SNAPSHOT-b374).
  724. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling Compatibility with StackMob (1.8.3)
  725. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with MythicMobs (4.1.0-SNAPSHOT)
  726. [15:41:23] [Server thread/INFO]: [MobHunting] Enabling compatibility with Citizens (2.0.22-SNAPSHOT (build 1483))
  727. [15:41:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  728. [15:41:23] [Server thread/INFO]: Done (11.521s)! For help, type "help" or "?"
  729. [15:41:23] [Server thread/INFO]: Starting GS4 status listener
  730. [15:41:23] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
  731. [15:41:23] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
  732. [15:41:23] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "Towny"
  733. [15:41:23] [Server thread/INFO]: ###################### - Slimefun - ######################
  734. [15:41:23] [Server thread/INFO]: Successfully loaded 9089 Items (269 Researches)
  735. [15:41:23] [Server thread/INFO]: ( 464 Items from Slimefun, 8625 Items from Addons )
  736. [15:41:23] [Server thread/INFO]: ##########################################################
  737. [15:41:23] [Thread-25/INFO]: [CS-CoreLib - Updater] Slimefun is up to date!
  738. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
  739. [15:41:23] [Server thread/INFO]: [Slimefun] This may take a long time...
  740. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 113ms)
  741. [15:41:23] [Server thread/INFO]: [Slimefun] Loaded a total of 15900 Blocks for World "world"
  742. [15:41:23] [Server thread/INFO]: [Slimefun] Avg: 0.007ms/Block
  743. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
  744. [15:41:23] [Server thread/INFO]: [Slimefun] This may take a long time...
  745. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  746. [15:41:23] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
  747. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
  748. [15:41:23] [Server thread/INFO]: [Slimefun] This may take a long time...
  749. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  750. [15:41:23] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
  751. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks for World "build"
  752. [15:41:23] [Server thread/INFO]: [Slimefun] This may take a long time...
  753. [15:41:23] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
  754. [15:41:23] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "build"
  755. [15:41:24] [Thread-23/INFO]: [CS-CoreLib - Updater] SlimeMobs is up to date!
  756. [15:41:24] [Craft Scheduler Thread - 12/INFO]: [StackMob] Currently checking SpigotMC for plugin updates...
  757. [15:41:24] [Craft Scheduler Thread - 2/INFO]: [Vault] You are running the latest version
  758. [15:41:24] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  759. [15:41:24] [Server thread/INFO]: [MobHunting] Checking for new updates...
  760. [15:41:24] [Craft Scheduler Thread - 16/INFO]: [Autorank] Removed 0 old data entries from database!
  761. [15:41:24] [Craft Scheduler Thread - 18/INFO]: [Jobs] Preloaded 23 players data in 0.03
  762. [15:41:24] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  763. [15:41:24] [Server thread/INFO]:  ERROR! Woah! No scripts in /plugins/Denizen/scripts/ to load! 
  764. [15:41:24] [Server thread/INFO]: +> [Denizen] Scanning 0 world scripts... 
  765. [15:41:24] [Server thread/INFO]: +> [Denizen] Reloading script events... 
  766. [15:41:24] [Server thread/INFO]: +> [Denizen] Updating saves from v1 to v2... 
  767. [15:41:24] [Server thread/INFO]: +> [Denizen] Done! 
  768. [15:41:24] [Server thread/INFO]: +> [] +-------------------------+ 
  769. [15:41:24] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
  770. [15:41:24] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  771. [15:41:24] [Server thread/WARN]: [Autorank] Task #109 for Autorank v4.0.7 generated an exception
  772. java.lang.NullPointerException: null
  773. at net.milkbowl.vault.permission.plugins.Permission_GroupManager.getGroups(Permission_GroupManager.java:383) ~[?:?]
  774. at me.armar.plugins.autorank.permissions.handlers.VaultPermissionsHandler.getGroups(VaultPermissionsHandler.java:101) ~[?:?]
  775. at me.armar.plugins.autorank.validations.ValidateHandler.validatePermGroups(ValidateHandler.java:40) ~[?:?]
  776. at me.armar.plugins.autorank.validations.ValidateHandler.startValidation(ValidateHandler.java:25) ~[?:?]
  777. at me.armar.plugins.autorank.Autorank$1.run(Autorank.java:313) ~[?:?]
  778. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  779. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  780. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  781. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  782. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  783. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  784. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  785. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl] *---------------------------------------------*
  786. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl]  [!] ChatControl Update Notification [!]
  787. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl]  A manual upgrade is now available at
  788. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl]  https://spigotmc.org/resources/10258
  789. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl]  You can hide this warning in settings.yml
  790. [15:41:24] [Craft Scheduler Thread - 5/INFO]: [ChatControl] *---------------------------------------------*
  791. [15:41:24] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
  792. [15:41:24] [Craft Scheduler Thread - 12/INFO]: [StackMob] No new updates for StackMob have been found!
  793. [15:41:24] [Thread-29/INFO]: [CS-CoreLib - Updater] ExoticGarden is up to date!
  794. [15:41:24] [Thread-28/INFO]: [CS-CoreLib - Updater] SlimeXpansion is up to date!
  795. [15:41:24] [Thread-31/INFO]: [CS-CoreLib - Updater] SlimeScrap is up to date!
  796. [15:41:24] [Thread-30/INFO]: [CS-CoreLib - Updater] SlimefunOres is up to date!
  797. [15:41:24] [Thread-27/INFO]: [CS-CoreLib - Updater] Barrels is up to date!
  798. [15:41:24] [Thread-32/INFO]: [CS-CoreLib - Updater] SensibleToolbox is up to date!
  799. [15:41:24] [Craft Scheduler Thread - 21/INFO]: Checking for updates via Spigot...
  800. [15:41:24] [Craft Scheduler Thread - 13/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.8.5 New Version: 5.9 Use /av download to get the latest update!
  801. [15:41:25] [Craft Scheduler Thread - 21/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
  802. [15:41:25] [Server thread/INFO]: [MobHunting] No update found.
  803. [15:41:25] [Server thread/WARN]: [SlimeScrap] Task #75 for SlimeScrap v1.2.2 generated an exception
  804. java.lang.NullPointerException: null
  805. at me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config.getKeys(Config.java:474) ~[?:?]
  806. at me.john000708.SlimeScrap.SlimeScrap$2.run(SlimeScrap.java:85) ~[?:?]
  807. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  808. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  809. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  810. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  811. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  812. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  813. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  814. [15:41:27] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'repo.json' from GitHub...
  815. [15:41:27] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'contributors.json' from GitHub...
  816. [15:41:27] [Craft Scheduler Thread - 2/INFO]: [Slimefun - GitHub] Retrieving 'lines_of_code.json' from GitHub...
  817. [15:41:28] [Server thread/INFO]: [SlimeScrap] Caching Items...
  818. [15:41:28] [Server thread/INFO]: [RandomTP-Reborn] Checking for updates...
  819. [15:41:28] [Server thread/WARN]: [AutoSaveWorld] Plugin RandomTP-Reborn attempted to establish connection http://www.spigotmc.org/api/general.php in main server thread
  820. [15:41:28] [Server thread/INFO]: [RandomTP-Reborn] You are running the newest stable build.
  821. [15:41:51] [User Authenticator #1/INFO]: UUID of player Rockyrooster569 is e0f244c8-15dd-47d7-81fb-ce0ca763db91
  822. [15:41:52] [Server thread/INFO]: Rockyrooster569[/109.155.90.244:49407] logged in with entity id 610 at ([world]150.08947901060802, 64.79673560066871, 300.1595703299754)
  823. [15:41:52] [Craft Scheduler Thread - 5/WARN]: [Essentials] Plugin Essentials v2.0.1-b488 generated an exception while executing task 224
  824. java.lang.NullPointerException: null
  825. at net.milkbowl.vault.permission.plugins.Permission_GroupManager.getPrimaryGroup(Permission_GroupManager.java:331) ~[?:?]
  826. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:726) ~[?:?]
  827. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
  828. at com.earth2me.essentials.perm.impl.AbstractVaultHandler.getGroup(AbstractVaultHandler.java:33) ~[?:?]
  829. at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:28) ~[?:?]
  830. at com.earth2me.essentials.User.getGroup(User.java:622) ~[?:?]
  831. at com.earth2me.essentials.textreader.TextInput.<init>(TextInput.java:28) ~[?:?]
  832. at com.earth2me.essentials.EssentialsPlayerListener.delayedJoin(EssentialsPlayerListener.java:209) ~[?:?]
  833. at com.earth2me.essentials.EssentialsPlayerListener$1.run(EssentialsPlayerListener.java:179) ~[?:?]
  834. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  835. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  836. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_101]
  837. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_101]
  838. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  839. [15:42:00] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to Jobs v3.9.3
  840. org.bukkit.event.EventException: null
  841. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  842. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  843. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  844. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  845. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:412) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  846. at net.minecraft.server.v1_12_R1.EntityPlayer.die(EntityPlayer.java:423) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  847. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:950) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  848. at net.minecraft.server.v1_12_R1.EntityHuman.damageEntity(EntityHuman.java:759) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  849. at net.minecraft.server.v1_12_R1.EntityPlayer.damageEntity(EntityPlayer.java:577) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  850. at net.minecraft.server.v1_12_R1.EntityMonster.B(EntityMonster.java:68) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  851. at net.minecraft.server.v1_12_R1.EntityZombie.B(EntityZombie.java:202) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  852. at net.minecraft.server.v1_12_R1.PathfinderGoalMeleeAttack.a(SourceFile:127) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  853. at net.minecraft.server.v1_12_R1.PathfinderGoalMeleeAttack.e(SourceFile:119) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  854. at net.minecraft.server.v1_12_R1.PathfinderGoalZombieAttack.e(SourceFile:28) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  855. at net.minecraft.server.v1_12_R1.PathfinderGoalSelector.a(SourceFile:129) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  856. at net.minecraft.server.v1_12_R1.EntityInsentient.doTick(EntityInsentient.java:654) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  857. at net.minecraft.server.v1_12_R1.EntityLiving.n(EntityLiving.java:2089) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  858. at net.minecraft.server.v1_12_R1.EntityInsentient.n(EntityInsentient.java:505) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  859. at net.minecraft.server.v1_12_R1.EntityMonster.n(EntityMonster.java:24) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  860. at net.minecraft.server.v1_12_R1.EntityZombie.n(EntityZombie.java:155) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  861. at net.minecraft.server.v1_12_R1.EntityLiving.B_(EntityLiving.java:1938) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  862. at net.minecraft.server.v1_12_R1.EntityInsentient.B_(EntityInsentient.java:244) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  863. at net.minecraft.server.v1_12_R1.EntityMonster.B_(EntityMonster.java:28) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  864. at net.minecraft.server.v1_12_R1.EntityZombieVillager.B_(EntityZombieVillager.java:76) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  865. at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1638) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  866. at net.minecraft.server.v1_12_R1.World.h(World.java:1608) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  867. at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1434) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  868. at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  869. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  870. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  871. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  872. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  873. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  874. Caused by: java.lang.NullPointerException
  875. at com.gamingmesh.jobs.MythicMobs.MythicMobs4.isMythicMob(MythicMobs4.java:29) ~[?:?]
  876. at com.gamingmesh.jobs.listeners.JobsPaymentListener.onEntityDeath(JobsPaymentListener.java:843) ~[?:?]
  877. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  878. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  879. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  880. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  881. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  882. ... 32 more
  883. [15:42:00] [Server thread/INFO]: Rockyrooster569 was slain by §b2x §6Zombie Villager
  884. [15:42:02] [User Authenticator #2/INFO]: UUID of player Testificate1000 is 19507026-86b8-496b-85bf-3c46327838fe
  885. [15:42:02] [Server thread/INFO]: Testificate1000[/98.10.211.157:59457] logged in with entity id 901 at ([world]-295.3796226936383, 80.0, 754.7920471982735)
  886. [15:42:02] [Craft Scheduler Thread - 5/WARN]: [Essentials] Plugin Essentials v2.0.1-b488 generated an exception while executing task 698
  887. java.lang.NullPointerException: null
  888. at net.milkbowl.vault.permission.plugins.Permission_GroupManager.getPrimaryGroup(Permission_GroupManager.java:331) ~[?:?]
  889. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:726) ~[?:?]
  890. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
  891. at com.earth2me.essentials.perm.impl.AbstractVaultHandler.getGroup(AbstractVaultHandler.java:33) ~[?:?]
  892. at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:28) ~[?:?]
  893. at com.earth2me.essentials.User.getGroup(User.java:622) ~[?:?]
  894. at com.earth2me.essentials.textreader.TextInput.<init>(TextInput.java:28) ~[?:?]
  895. at com.earth2me.essentials.EssentialsPlayerListener.delayedJoin(EssentialsPlayerListener.java:209) ~[?:?]
  896. at com.earth2me.essentials.EssentialsPlayerListener$1.run(EssentialsPlayerListener.java:179) ~[?:?]
  897. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  898. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  899. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_101]
  900. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_101]
  901. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  902. [15:42:12] [Server thread/ERROR]: Could not pass event PlayerRespawnEvent to Essentials v2.0.1-b488
  903. org.bukkit.event.EventException: null
  904. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  905. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  906. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  907. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  908. at net.minecraft.server.v1_12_R1.PlayerList.moveToWorld(PlayerList.java:642) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  909. at net.minecraft.server.v1_12_R1.PlayerList.moveToWorld(PlayerList.java:570) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  910. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1639) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  911. at net.minecraft.server.v1_12_R1.PacketPlayInClientCommand.a(SourceFile:31) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  912. at net.minecraft.server.v1_12_R1.PacketPlayInClientCommand.a(SourceFile:8) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  913. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  914. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]
  915. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101]
  916. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  917. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  918. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  919. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  920. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  921. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  922. Caused by: java.lang.NullPointerException
  923. at net.milkbowl.vault.chat.plugins.Chat_GroupManager.getPlayerPrefix(Chat_GroupManager.java:275) ~[?:?]
  924. at net.milkbowl.vault.chat.Chat.getPlayerPrefix(Chat.java:67) ~[?:?]
  925. at net.milkbowl.vault.chat.Chat.getPlayerPrefix(Chat.java:91) ~[?:?]
  926. at com.earth2me.essentials.perm.impl.AbstractVaultHandler.getPrefix(AbstractVaultHandler.java:48) ~[?:?]
  927. at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:68) ~[?:?]
  928. at com.earth2me.essentials.User.getNick(User.java:310) ~[?:?]
  929. at com.earth2me.essentials.User.getNick(User.java:279) ~[?:?]
  930. at com.earth2me.essentials.User.setDisplayNick(User.java:339) ~[?:?]
  931. at com.earth2me.essentials.EssentialsPlayerListener.onPlayerRespawn(EssentialsPlayerListener.java:56) ~[?:?]
  932. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  933. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  934. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  935. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  936. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  937. ... 17 more
  938. [15:42:12] [Server thread/ERROR]: Could not pass event PlayerRespawnEvent to EssentialsSpawn v2.0.1-b468
  939. java.lang.NullPointerException: null
  940. at net.milkbowl.vault.permission.plugins.Permission_GroupManager.getPrimaryGroup(Permission_GroupManager.java:331) ~[?:?]
  941. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:726) ~[?:?]
  942. at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
  943. at com.earth2me.essentials.perm.impl.AbstractVaultHandler.getGroup(AbstractVaultHandler.java:33) ~[?:?]
  944. at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:28) ~[?:?]
  945. at com.earth2me.essentials.User.getGroup(User.java:622) ~[?:?]
  946. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerRespawn(EssentialsSpawnPlayerListener.java:57) ~[?:?]
  947. at com.earth2me.essentials.spawn.EssentialsSpawn$1.execute(EssentialsSpawn.java:47) ~[?:?]
  948. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  949. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  950. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  951. at net.minecraft.server.v1_12_R1.PlayerList.moveToWorld(PlayerList.java:642) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  952. at net.minecraft.server.v1_12_R1.PlayerList.moveToWorld(PlayerList.java:570) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  953. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1639) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  954. at net.minecraft.server.v1_12_R1.PacketPlayInClientCommand.a(SourceFile:31) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  955. at net.minecraft.server.v1_12_R1.PacketPlayInClientCommand.a(SourceFile:8) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  956. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  957. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]
  958. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101]
  959. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  960. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  961. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  962. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  963. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  964. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  965. [15:42:13] [Server thread/ERROR]: Could not pass event EntityDeathEvent to Jobs v3.9.3
  966. org.bukkit.event.EventException: null
  967. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  968. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  969. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  970. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  971. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:394) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  972. at net.minecraft.server.v1_12_R1.EntityLiving.die(EntityLiving.java:1108) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  973. at net.minecraft.server.v1_12_R1.EntitySkeleton.die(EntitySkeleton.java:46) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  974. at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:950) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  975. at net.minecraft.server.v1_12_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  976. at net.minecraft.server.v1_12_R1.EntityHuman.attack(EntityHuman.java:1005) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  977. at net.minecraft.server.v1_12_R1.EntityPlayer.attack(EntityPlayer.java:1302) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  978. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1609) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  979. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:69) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  980. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:13) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  981. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  982. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101]
  983. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101]
  984. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  985. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  986. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  987. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  988. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  989. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
  990. Caused by: java.lang.NullPointerException
  991. at com.gamingmesh.jobs.MythicMobs.MythicMobs4.isMythicMob(MythicMobs4.java:29) ~[?:?]
  992. at com.gamingmesh.jobs.listeners.JobsPaymentListener.onEntityDeath(JobsPaymentListener.java:843) ~[?:?]
  993. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_101]
  994. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  995. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_101]
  996. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_101]
  997. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.jar:git-Spigot-8cbfc85-202da97]
  998. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement