Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.33 KB | None | 0 0
  1. [15:39:08] [Server thread/INFO]: Starting minecraft server version 1.12.1
  2. [15:39:08] [Server thread/INFO]: Loading properties
  3. [15:39:08] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:39:08] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-da42974-8f47214 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT)
  5. [15:39:08] [Server thread/INFO]: Debug logging is disabled
  6. [15:39:08] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [15:39:08] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [15:39:08] [Server thread/INFO]: Generating keypair
  9. [15:39:08] [Server thread/INFO]: Starting Minecraft server on 5.189.146.157:25685
  10. [15:39:08] [Server thread/INFO]: Using epoll channel type
  11. [15:39:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [15:39:08] [Server thread/ERROR]: Could not load 'plugins/AsyncWorldEdit.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/primesoft/asyncworldedit/injector/classfactory/IClassFactory
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-da42974-8f47214]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[spigot.jar:git-Spigot-da42974-8f47214]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-da42974-8f47214]
  17. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:308) [spigot.jar:git-Spigot-da42974-8f47214]
  18. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-da42974-8f47214]
  19. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-da42974-8f47214]
  20. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
  21. Caused by: java.lang.NoClassDefFoundError: org/primesoft/asyncworldedit/injector/classfactory/IClassFactory
  22. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_162]
  23. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_162]
  24. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-da42974-8f47214]
  25. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-da42974-8f47214]
  26. ... 6 more
  27. Caused by: java.lang.ClassNotFoundException: org.primesoft.asyncworldedit.injector.classfactory.IClassFactory
  28. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_162]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-da42974-8f47214]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-da42974-8f47214]
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_162]
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_162]
  33. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_162]
  34. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_162]
  35. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-da42974-8f47214]
  36. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-da42974-8f47214]
  37. ... 6 more
  38. [15:39:08] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.0.80
  39. [15:39:08] [Server thread/INFO]: [LP] Identified the following dependencies: [CAFFEINE]
  40. [15:39:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  41. [15:39:08] [Server thread/INFO]: [UKC] Loading UKC v1.0
  42. [15:39:08] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  43. [15:39:09] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  44. [15:39:09] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
  45. [15:39:09] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
  46. [15:39:09] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  47. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'username'@'localhost' (using password: YES)
  48. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
  49. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
  50. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
  51. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  52. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  53. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  54. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:313) [spigot.jar:git-Spigot-da42974-8f47214]
  55. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-da42974-8f47214]
  56. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-da42974-8f47214]
  57. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
  58. Caused by: java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
  59. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964) ~[spigot.jar:git-Spigot-da42974-8f47214]
  60. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973) ~[spigot.jar:git-Spigot-da42974-8f47214]
  61. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909) ~[spigot.jar:git-Spigot-da42974-8f47214]
  62. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873) ~[spigot.jar:git-Spigot-da42974-8f47214]
  63. at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710) ~[spigot.jar:git-Spigot-da42974-8f47214]
  64. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226) ~[spigot.jar:git-Spigot-da42974-8f47214]
  65. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2198) ~[spigot.jar:git-Spigot-da42974-8f47214]
  66. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2229) ~[spigot.jar:git-Spigot-da42974-8f47214]
  67. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2024) ~[spigot.jar:git-Spigot-da42974-8f47214]
  68. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[spigot.jar:git-Spigot-da42974-8f47214]
  69. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-da42974-8f47214]
  70. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_162]
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_162]
  72. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_162]
  73. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_162]
  74. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-da42974-8f47214]
  75. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[spigot.jar:git-Spigot-da42974-8f47214]
  76. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[spigot.jar:git-Spigot-da42974-8f47214]
  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. [15:39:09] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
  83. [15:39:09] [Server thread/INFO]: [nightvision] Loading nightvision v0.5
  84. [15:39:09] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  85. [15:39:09] [Server thread/INFO]: [LikeSigns] Loading LikeSigns v0.4.1
  86. [15:39:09] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  87. [15:39:09] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.2.6
  88. [15:39:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
  89. [15:39:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  90. [15:39:09] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
  91. [15:39:09] [Server thread/INFO]: [VaultChatFormatter] Loading VaultChatFormatter v1.0-SNAPSHOT
  92. [15:39:09] [Server thread/INFO]: [UltraBar] Loading UltraBar v1.4.9
  93. [15:39:09] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.2.1
  94. [15:39:09] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.10.1
  95. [15:39:09] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.0.80
  96. [15:39:09] [Server thread/INFO]:  __  __ ___ __ __ 
  97. [15:39:09] [Server thread/INFO]:  | | | / ` |__/ |__) |__ |__) |\/| /__` 
  98. [15:39:09] [Server thread/INFO]:  |___ \__/ \__, | \ | |___ | \ | | .__/ 
  99. [15:39:09] [Server thread/INFO]: 
  100. [15:39:09] [Server thread/INFO]:  Loading version v4.0.80 on Bukkit - CraftBukkit
  101. [15:39:09] [Server thread/INFO]:  Running on server version git-Spigot-da42974-8f47214 (MC: 1.12.1) - 1.12.1-R0.1-SNAPSHOT
  102. [15:39:09] [Server thread/INFO]: 
  103. [15:39:09] [Server thread/INFO]: [LP] Loading configuration...
  104. [15:39:09] [Server thread/INFO]: [LP] Identified the following dependencies: [MYSQL_DRIVER, HIKARI]
  105. [15:39:09] [Server thread/INFO]: [LP] Dependency 'mysql_driver-5.1.44.jar' could not be found. Attempting to download.
  106. [15:39:09] [Server thread/INFO]: [LP] Successfully downloaded 'mysql_driver-5.1.44.jar' with checksum: d4RZVzTeWpoHBPB/tQP3mSafNy7L9MDUSOt4Ku9LGCc=
  107. [15:39:09] [Server thread/INFO]: [LP] Dependency 'hikari-2.7.4.jar' could not be found. Attempting to download.
  108. [15:39:09] [Server thread/INFO]: [LP] Successfully downloaded 'hikari-2.7.4.jar' with checksum: y9JE6/VmbydCqlV1z468+oqdkBswBk6aw+ECT178AT4=
  109. [15:39:10] [Server thread/INFO]: [LP] Loading storage provider... [MYSQL]
  110. [15:39:10] [Server thread/INFO]: luckperms - is starting.
  111. [15:39:10] [Server thread/ERROR]: Error occurred while enabling LuckPerms v4.0.80 (Is it up to date?)
  112. java.lang.IllegalAccessError: tried to access class com.zaxxer.hikari.pool.HikariPool$1 from class com.zaxxer.hikari.pool.HikariPool
  113. at com.zaxxer.hikari.pool.HikariPool.addBagItem(HikariPool.java:360) ~[?:?]
  114. at com.zaxxer.hikari.pool.HikariPool.fillPool(HikariPool.java:523) ~[?:?]
  115. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:585) ~[?:?]
  116. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[?:?]
  117. at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:73) ~[?:?]
  118. at me.lucko.luckperms.common.storage.dao.sql.connection.hikari.HikariConnectionFactory.init(HikariConnectionFactory.java:104) ~[?:?]
  119. at me.lucko.luckperms.common.storage.dao.sql.SqlDao.init(SqlDao.java:155) ~[?:?]
  120. at me.lucko.luckperms.common.storage.AbstractStorage.init(AbstractStorage.java:120) ~[?:?]
  121. at me.lucko.luckperms.common.storage.wrappings.PhasedStorage.init(PhasedStorage.java:83) ~[?:?]
  122. at me.lucko.luckperms.common.storage.wrappings.BufferedOutputStorage.init(BufferedOutputStorage.java:46) ~[?:?]
  123. at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:112) ~[?:?]
  124. at me.lucko.luckperms.bukkit.LPBukkitPlugin.enable(LPBukkitPlugin.java:214) ~[?:?]
  125. at me.lucko.luckperms.bukkit.LPBukkitPlugin.onEnable(LPBukkitPlugin.java:175) ~[?:?]
  126. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-da42974-8f47214]
  127. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-da42974-8f47214]
  128. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-da42974-8f47214]
  129. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [spigot.jar:git-Spigot-da42974-8f47214]
  130. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [spigot.jar:git-Spigot-da42974-8f47214]
  131. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot.jar:git-Spigot-da42974-8f47214]
  132. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-da42974-8f47214]
  133. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
  134. [15:39:10] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  135. [15:39:10] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  136. [15:39:10] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  137. [15:39:10] [Server thread/INFO]: [LP] Registered Vault permission & chat hook.
  138. [15:39:10] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  139. [15:39:10] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  140. [15:39:10] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  141. [15:39:10] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  142. [15:39:10] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  143. [15:39:10] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  144. [15:39:10] [Server thread/INFO]: Preparing level "world"
  145. [15:39:10] [Server thread/INFO]: -------- World Settings For [world] --------
  146. [15:39:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  147. [15:39:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  148. [15:39:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  149. [15:39:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  150. [15:39:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  151. [15:39:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  152. [15:39:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  153. [15:39:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  154. [15:39:10] [Server thread/INFO]: Vine Growth Modifier: 100%
  155. [15:39:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  156. [15:39:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  157. [15:39:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  158. [15:39:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  159. [15:39:10] [Server thread/INFO]: Random Lighting Updates: false
  160. [15:39:10] [Server thread/INFO]: Structure Info Saving: true
  161. [15:39:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  162. [15:39:10] [Server thread/INFO]: Max TNT Explosions: 100
  163. [15:39:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  164. [15:39:10] [Server thread/INFO]: Mob Spawn Range: 4
  165. [15:39:10] [Server thread/INFO]: Item Despawn Rate: 6000
  166. [15:39:10] [Server thread/INFO]: Item Merge Radius: 2.5
  167. [15:39:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  168. [15:39:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  169. [15:39:10] [Server thread/INFO]: View Distance: 10
  170. [15:39:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  171. [15:39:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  172. [15:39:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  173. [15:39:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  174. [15:39:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  175. [15:39:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  176. [15:39:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  177. [15:39:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  178. [15:39:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  179. [15:39:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  180. [15:39:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  181. [15:39:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  182. [15:39:10] [Server thread/INFO]: Vine Growth Modifier: 100%
  183. [15:39:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  184. [15:39:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  185. [15:39:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  186. [15:39:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  187. [15:39:10] [Server thread/INFO]: Random Lighting Updates: false
  188. [15:39:10] [Server thread/INFO]: Structure Info Saving: true
  189. [15:39:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  190. [15:39:10] [Server thread/INFO]: Max TNT Explosions: 100
  191. [15:39:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  192. [15:39:10] [Server thread/INFO]: Mob Spawn Range: 4
  193. [15:39:10] [Server thread/INFO]: Item Despawn Rate: 6000
  194. [15:39:10] [Server thread/INFO]: Item Merge Radius: 2.5
  195. [15:39:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  196. [15:39:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  197. [15:39:10] [Server thread/INFO]: View Distance: 10
  198. [15:39:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  199. [15:39:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  200. [15:39:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  201. [15:39:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  202. [15:39:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  203. [15:39:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  204. [15:39:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  205. [15:39:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  206. [15:39:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  207. [15:39:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  208. [15:39:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  209. [15:39:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  210. [15:39:10] [Server thread/INFO]: Vine Growth Modifier: 100%
  211. [15:39:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  212. [15:39:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  213. [15:39:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  214. [15:39:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  215. [15:39:10] [Server thread/INFO]: Random Lighting Updates: false
  216. [15:39:10] [Server thread/INFO]: Structure Info Saving: true
  217. [15:39:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  218. [15:39:10] [Server thread/INFO]: Max TNT Explosions: 100
  219. [15:39:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  220. [15:39:10] [Server thread/INFO]: Mob Spawn Range: 4
  221. [15:39:10] [Server thread/INFO]: Item Despawn Rate: 6000
  222. [15:39:10] [Server thread/INFO]: Item Merge Radius: 2.5
  223. [15:39:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  224. [15:39:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  225. [15:39:10] [Server thread/INFO]: View Distance: 10
  226. [15:39:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  227. [15:39:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  228. [15:39:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  229. [15:39:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8552181256252333975)
  230. [15:39:11] [Server thread/INFO]: Preparing spawn area: 26%
  231. [15:39:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8552181256252333975)
  232. [15:39:13] [Server thread/INFO]: Preparing spawn area: 95%
  233. [15:39:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8552181256252333975)
  234. [15:39:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  235. [15:39:14] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  236. [15:39:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  237. [15:39:14] [Server thread/INFO]: [UKC] Enabling UKC v1.0
  238. [15:39:14] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  239. [15:39:14] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2
  240. [15:39:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  241. [15:39:14] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  242. [15:39:14] [Server thread/INFO]: [nightvision] Enabling nightvision v0.5
  243. [15:39:14] [Server thread/INFO]: nightvisionVersion :0.5 is now enabled.
  244. [15:39:14] [Server thread/INFO]: [LikeSigns] Enabling LikeSigns v0.4.1
  245. [15:39:14] [Server thread/INFO]: LikeSigns 0.4.1 : config file loaded
  246. [15:39:14] [Server thread/INFO]: LikeSigns 0.4.1 : Enabled.
  247. [15:39:14] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  248. [15:39:14] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  249. [15:39:14] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
  250. [15:39:14] [Server thread/INFO]: | Command file(s) found : 1
  251. [15:39:14] [Server thread/INFO]: | Config : Ready.
  252. [15:39:14] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  253. [15:39:14] [Server thread/INFO]: | Custom commands loaded : 38
  254. [15:39:14] [Server thread/INFO]: | Version: 5.3.4
  255. [15:39:14] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  256. [15:39:14] [Server thread/INFO]: | You are running the latest version of MyCommand.
  257. [15:39:14] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  258. [15:39:14] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.2.6
  259. [15:39:14] [Server thread/INFO]: Actionbar> You have installed PlaceholderAPI feel free to use it !
  260. [15:39:14] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 enabled!!
  261. [15:39:14] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
  262. [15:39:15] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
  263. [15:39:15] [Server thread/INFO]: false
  264. [15:39:15] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  265. [15:39:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  266. [15:39:15] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  267. [15:39:15] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  268. [15:39:15] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  269. [15:39:15] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  270. [15:39:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  271. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  272. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  273. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  274. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  275. [15:39:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  276. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  277. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  278. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  279. [15:39:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  280. [15:39:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  281. [15:39:15] [Server thread/INFO]: [WorldGuard] Loading region data...
  282. [15:39:15] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
  283. [15:39:15] [Server thread/INFO]: [VaultChatFormatter] Enabling VaultChatFormatter v1.0-SNAPSHOT
  284. [15:39:15] [Server thread/INFO]: [VaultChatFormatter] New Vault Chat implementation registered: LuckPerms
  285. [15:39:15] [Server thread/INFO]: [UltraBar] Enabling UltraBar v1.4.9
  286. [15:39:15] [Server thread/INFO]: [UltraBar] Your server is running version v1_12_R1!
  287. [15:39:15] [Server thread/INFO]: [UltraBar] UltraBar is enabled and running fine! V: 1.4.9
  288. [15:39:15] [Server thread/INFO]: [UltraBar] WorldGuard detected. WorldGuard addon activated
  289. [15:39:15] [Server thread/INFO]: [UltraBar] Bstat metrics for this plugin is enabled. Disable it in the config if you do not want it on.
  290. [15:39:15] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.2.1
  291. [15:39:15] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
  292. [15:39:15] [Server thread/ERROR]: Error occurred while enabling ArmorStandTools v2.2.1 (Is it up to date?)
  293. java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
  294. at com.gmail.St3venAU.plugins.ArmorStandTools.Config.reloadLanguageConfig(Config.java:145) ~[?:?]
  295. at com.gmail.St3venAU.plugins.ArmorStandTools.Config.reload(Config.java:52) ~[?:?]
  296. at com.gmail.St3venAU.plugins.ArmorStandTools.Config.reload(Config.java:46) ~[?:?]
  297. at com.gmail.St3venAU.plugins.ArmorStandTools.Main.onEnable(Main.java:37) ~[?:?]
  298. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot.jar:git-Spigot-da42974-8f47214]
  299. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot.jar:git-Spigot-da42974-8f47214]
  300. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [spigot.jar:git-Spigot-da42974-8f47214]
  301. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:384) [spigot.jar:git-Spigot-da42974-8f47214]
  302. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:333) [spigot.jar:git-Spigot-da42974-8f47214]
  303. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot.jar:git-Spigot-da42974-8f47214]
  304. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot.jar:git-Spigot-da42974-8f47214]
  305. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot.jar:git-Spigot-da42974-8f47214]
  306. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot.jar:git-Spigot-da42974-8f47214]
  307. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-da42974-8f47214]
  308. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
  309. [15:39:15] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.10.1
  310. [15:39:15] [Server thread/WARN]: [ScoreboardStats] The Replacer: VaultVariables cant be registered because that plugin version isnt supported
  311. (Cannot find an economy plugin)
  312. [15:39:15] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [PlayerPingVariable, BukkitGlobalVariables, BungeeCordVariables, GeneralVariables, BukkitVariables, PlaceHolderVariables]
  313. [15:39:15] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  314. [15:39:15] [Server thread/INFO]: Done (5.828s)! For help, type "help" or "?"
  315. [15:39:15] [Server thread/INFO]: Starting GS4 status listener
  316. [15:39:15] [Query Listener #1/INFO]: Query running on 5.189.146.157:25685
  317. [15:39:16] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ...
  318. [15:39:16] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] Failed to check for a update on spigot.
  319. [15:39:16] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available
  320. [15:39:16] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 109 placeholder expansions are available on the cloud.
  321. [15:39:16] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  322. [15:39:16] [Server thread/WARN]: [OnTime] Task #25 for OnTime v4.1.4 generated an exception
  323. java.lang.NullPointerException: null
  324. at me.lucko.luckperms.bukkit.vault.VaultPermissionHook.getGroups(VaultPermissionHook.java:107) ~[?:?]
  325. at me.edge209.OnTime.Rewards.Rewards.initRewards(Rewards.java:255) ~[?:?]
  326. at me.edge209.OnTime.OnTime.enablePluginDependencies(OnTime.java:647) ~[?:?]
  327. at me.edge209.OnTime.OnTime$6.run(OnTime.java:503) ~[?:?]
  328. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-da42974-8f47214]
  329. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot.jar:git-Spigot-da42974-8f47214]
  330. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot.jar:git-Spigot-da42974-8f47214]
  331. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-da42974-8f47214]
  332. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-da42974-8f47214]
  333. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-da42974-8f47214]
  334. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
  335. [15:40:25] [User Authenticator #1/INFO]: [LuckPerms] [ERROR] Exception occured whilst loading data for e77be2b5-8328-4537-bdf0-f7b9a9a4d91d - denluk1
  336. [15:40:25] [User Authenticator #1/WARN]: java.lang.NullPointerException
  337. [15:40:25] [User Authenticator #1/WARN]: at me.lucko.luckperms.common.utils.LoginHelper.loadUser(LoginHelper.java:62)
  338. [15:40:25] [User Authenticator #1/WARN]: at me.lucko.luckperms.bukkit.listeners.BukkitConnectionListener.onPlayerPreLogin(BukkitConnectionListener.java:88)
  339. [15:40:25] [User Authenticator #1/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  340. [15:40:25] [User Authenticator #1/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  341. [15:40:25] [User Authenticator #1/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  342. [15:40:25] [User Authenticator #1/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  343. [15:40:25] [User Authenticator #1/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  344. [15:40:25] [User Authenticator #1/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  345. [15:40:25] [User Authenticator #1/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  346. [15:40:25] [User Authenticator #1/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:481)
  347. [15:40:25] [User Authenticator #1/WARN]: at net.minecraft.server.v1_12_R1.LoginListener$LoginHandler.fireEvents(LoginListener.java:271)
  348. [15:40:25] [User Authenticator #1/WARN]: at net.minecraft.server.v1_12_R1.LoginListener$2.run(LoginListener.java:187)
  349. [15:40:25] [User Authenticator #1/INFO]: Disconnecting com.mojang.authlib.GameProfile@7e9d7a2e[id=e77be2b5-8328-4537-bdf0-f7b9a9a4d91d,name=denluk1,properties={textures=[com.mojang.authlib.properties.Property@35782e96]},legacy=false] (/92.202.124.123:33001): §7§l[§b§lL§3§lP§7§l] §cPermissions data could not be loaded. Please try again later.
  350. [15:40:25] [Server thread/INFO]: com.mojang.authlib.GameProfile@7e9d7a2e[id=e77be2b5-8328-4537-bdf0-f7b9a9a4d91d,name=denluk1,properties={textures=[com.mojang.authlib.properties.Property@35782e96]},legacy=false] (/92.202.124.123:33001) lost connection: §7§l[§b§lL§3§lP§7§l] §cPermissions data could not be loaded. Please try again later.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement