Advertisement
Guest User

Untitled

a guest
Mar 14th, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.53 KB | None | 0 0
  1. [12:13:13] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [12:13:13] [Server thread/INFO]: Loading properties
  3. [12:13:13] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:13:13] [Server thread/INFO]: Generating keypair
  5. [12:13:13] [Server thread/INFO]: Starting Minecraft server on 85.14.225.20:25565
  6. [12:13:13] [Server thread/INFO]: Using epoll channel type
  7. [12:13:13] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-9a1f5ee (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  8. [12:13:14] [Server thread/INFO]: [dynmap] Loading dynmap v2.5-Dev201706100405
  9. [12:13:14] [Server thread/INFO]: [dynmap] version=git-Bukkit-9a1f5ee (MC: 1.12.2)
  10. [12:13:14] [Server thread/INFO]: [dynmap] Mod Support API available
  11. [12:13:14] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.27
  12. [12:13:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  13. [12:13:14] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  14. [12:13:14] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  15. [12:13:14] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
  16. [12:13:14] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
  17. [12:13:14] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  18. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
  19.  
  20. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  21. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
  22. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
  23. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
  24. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  25. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  26. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  27. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:311) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  28. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:188) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  29. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  30. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  31. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  32.  
  33. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_161]
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_161]
  37. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_161]
  38. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  39. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  40. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  41. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  42. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2222) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  43. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2017) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  44. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  45. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  46. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_161]
  48. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_161]
  49. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_161]
  50. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  51. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  52. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  53. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  54. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  55. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  56. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  57. ... 9 more
  58. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  59. at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_161]
  60. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_161]
  61. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_161]
  62. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_161]
  63. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_161]
  64. at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_161]
  65. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  66. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  67. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  68. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2222) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  69. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2017) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  70. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  71. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  72. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
  73. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_161]
  74. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_161]
  75. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_161]
  76. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  77. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  78. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  79. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[?:?]
  80. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[?:?]
  81. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[?:?]
  82. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[?:?]
  83. ... 9 more
  84. [12:13:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  85. [12:13:14] [Server thread/INFO]: [Craftconomy3] Loading Craftconomy3 v3.3.1-d99cf63-trv200
  86. [12:13:14] [Server thread/INFO]: [AdminMenu] Loading AdminMenu v1.0
  87. [12:13:14] [Server thread/INFO]: [ZavMessage] Loading ZavMessage v1.1
  88. [12:13:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  89. [12:13:14] [Server thread/INFO]: [UberEnchant] Loading UberEnchant v7.6
  90. [12:13:14] [Server thread/INFO]: [GameAPI] Loading GameAPI v1.2.0
  91. [12:13:14] [Server thread/INFO]: [RedstoneClockDetector] Loading RedstoneClockDetector v1.2.1
  92. [12:13:14] [Server thread/INFO]: [WorldResetPlus] Loading WorldResetPlus v1.0.3
  93. [12:13:14] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  94. [12:13:14] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
  95. [12:13:14] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
  96. [12:13:14] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.09-SNAPSHOT
  97. [12:13:14] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  98. [12:13:14] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.3.1
  99. [12:13:14] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.3.3
  100. [12:13:14] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b603
  101. [12:13:14] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
  102. [12:13:14] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  103. [12:13:14] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  104. [12:13:14] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1487)
  105. [12:13:14] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.4.1
  106. [12:13:14] [Server thread/INFO]: [DynmapPlotMe] Loading DynmapPlotMe v0.3
  107. [12:13:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b603
  108. [12:13:14] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.0.5
  109. [12:13:14] [Server thread/INFO]: [mcMMOLevelUp] Loading mcMMOLevelUp v2.1.5
  110. [12:13:14] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
  111. [12:13:14] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.10.6
  112. [12:13:14] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  113. [12:13:14] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
  114. [12:13:14] [Server thread/INFO]: [CoreArena] Loading CoreArena v1.6.0
  115. [12:13:14] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.09-SNAPSHOT
  116. [12:13:16] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  117. [12:13:16] [Server thread/INFO]: [Vault] [Economy] CraftConomy3 found: Waiting
  118. [12:13:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  119. [12:13:16] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  120. [12:13:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  121. [12:13:16] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  122. [12:13:16] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  123. [12:13:16] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.3.1
  124. [12:13:16] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.3.3
  125. [12:13:16] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
  126. [12:13:16] [Server thread/WARN]: [PlotMe] This MC version is not supported yet, trying latest version!
  127. [12:13:16] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  128. [12:13:16] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  129. [12:13:16] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
  130. [12:13:16] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  131. [12:13:16] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  132. [12:13:16] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
  133. [12:13:16] [Server thread/INFO]: Preparing level "world"
  134. [12:13:16] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1882982325547970975)
  135. [12:13:17] [Server thread/INFO]: Preparing spawn area: 70%
  136. [12:13:18] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1882982325547970975)
  137. [12:13:18] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1882982325547970975)
  138. [12:13:18] [Server thread/INFO]: [dynmap] Enabling dynmap v2.5-Dev201706100405
  139. [12:13:19] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  140. [12:13:19] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  141. [12:13:19] [Server thread/ERROR]: [PermissionsEx]
  142. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  143. Your configuration must be fixed before PEX will enable
  144. Details: Error loading permissions file!
  145. =======================================================
  146. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  147. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4(1).jar:?]
  148. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4(1).jar:?]
  149. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
  150. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_161]
  151. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_161]
  152. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_161]
  153. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4(1).jar:?]
  154. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4(1).jar:?]
  155. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4(1).jar:?]
  156. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4(1).jar:?]
  157. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4(1).jar:?]
  158. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4(1).jar:?]
  159. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4(1).jar:?]
  160. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  161. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  162. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:401) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  163. at org.dynmap.bukkit.permissions.PEXPermissions.create(PEXPermissions.java:24) [dynmap-2.5.jar:?]
  164. at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:794) [dynmap-2.5.jar:?]
  165. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  166. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  167. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:401) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  168. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:370) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  169. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  170. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  171. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  172. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  173. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  174. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  175. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  176. Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  177. in 'string', line 2, column 3:
  178. default:
  179. ^
  180. expected <block end>, but found BlockSequenceStart
  181. in 'string', line 7, column 4:
  182. - -worldresetplus.save
  183. ^
  184.  
  185. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  186. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?]
  187. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  188. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  189. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
  190. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
  191. ... 28 more
  192. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  193. in 'string', line 2, column 3:
  194. default:
  195. ^
  196. expected <block end>, but found BlockSequenceStart
  197. in 'string', line 7, column 4:
  198. - -worldresetplus.save
  199. ^
  200.  
  201. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  202. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  203. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  204. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  205. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  206. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  207. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  208. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  209. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  210. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  211. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  212. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  213. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  214. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  215. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  216. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?]
  217. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  218. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  219. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
  220. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
  221. ... 28 more
  222. [12:13:19] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  223. [12:13:19] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  224. [12:13:19] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
  225. [12:13:19] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
  226. [12:13:19] [Server thread/INFO]: [dynmap] Mod Support processing completed
  227. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
  228. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  229. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  230. [12:13:19] [Server thread/INFO]: [dynmap] Web server started on address 85.14.225.20:8123
  231. [12:13:19] [Server thread/INFO]: [dynmap] version 2.5-Dev201706100405 is enabled - core version 2.5-Dev201706100401
  232. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  233. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  234. [12:13:19] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  235. [12:13:19] [Server thread/INFO]: [dynmap] Enabled
  236. [12:13:19] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.27
  237. [12:13:19] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  238. [12:13:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  239. [12:13:20] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
  240. [12:13:20] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  241. [12:13:20] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  242. [12:13:20] [Server thread/INFO]: [ClearLag] Loading modules...
  243. [12:13:20] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  244. [12:13:20] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  245. [12:13:20] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  246. [12:13:20] [Thread-15/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
  247. [12:13:20] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.3.1-d99cf63-trv200
  248. [12:13:20] [Server thread/INFO]: [Craftconomy3] Starting up!
  249. [12:13:20] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
  250. [12:13:20] [Server thread/INFO]: [Craftconomy3] Loading listeners.
  251. [12:13:20] [Server thread/INFO]: [Craftconomy3] Loading commands
  252. [12:13:20] [Thread-15/INFO]: [ClearLag] No updates found!
  253. [12:13:20] [Server thread/INFO]: [Craftconomy3] Loading the Database Manager
  254. [12:13:20] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  255. [12:13:20] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  256. [12:13:20] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  257. [12:13:21] [Server thread/INFO]: [Craftconomy3] Database Manager Loaded!
  258. [12:13:21] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
  259. [12:13:21] [Server thread/INFO]: [Craftconomy3] Currency Manager Loaded!
  260. [12:13:21] [Server thread/INFO]: [Craftconomy3] Loading default settings.
  261. [12:13:21] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
  262. [12:13:21] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
  263. [12:13:21] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
  264. [12:13:21] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
  265. [12:13:21] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
  266. [12:13:21] [Server thread/INFO]: [Craftconomy3] Ready!
  267. [12:13:21] [Server thread/INFO]: [Vault][Economy] Craftconomy3 hooked.
  268. [12:13:21] [Server thread/INFO]: [AdminMenu] Enabling AdminMenu v1.0
  269. [12:13:21] [Server thread/INFO]: [ZavMessage] Enabling ZavMessage v1.1
  270. [12:13:21] [Server thread/INFO]: ================== ZavMessage ==================
  271. [12:13:21] [Server thread/INFO]: Loading configs...
  272. [12:13:21] [Server thread/INFO]: Reading messages from config...
  273. [12:13:21] [Server thread/INFO]: Message list read!
  274. [12:13:21] [Server thread/INFO]: ZavMessage has loaded!
  275. [12:13:21] [Server thread/INFO]: Like this plugin? Consider donating towards development!
  276. [12:13:21] [Server thread/INFO]: PayPal: zachoooo@gmail.com
  277. [12:13:21] [Server thread/INFO]: Bitcoin: 16L1XuGXNbbNwfS9J3g49QnC22VhgYTn2G
  278. [12:13:21] [Server thread/INFO]: Ethereum: 0xCd57A4abf36f20a3A68C4624Fefeea8FABa91812
  279. [12:13:21] [Server thread/INFO]: Litecoin: MDBjepGGBLYhMep76bHaSLsnM6xgBW8erm
  280. [12:13:21] [Server thread/INFO]: Dash: XmoKNLiL7kUZJ4ShLkELY7guaPGxFHqG75
  281. [12:13:21] [Server thread/INFO]: ZCash: t1K2YitrCTWE3L1Vq5ByW1vtYAB333AxkQG
  282. [12:13:21] [Server thread/INFO]: ================================================
  283. [12:13:21] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  284. [12:13:21] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  285. [12:13:21] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  286. [12:13:21] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  287. [12:13:21] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  288. [12:13:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  289. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  290. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  291. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  292. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  293. [12:13:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  294. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  295. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  296. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  297. [12:13:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  298. [12:13:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  299. [12:13:21] [Server thread/INFO]: [WorldGuard] Loading region data...
  300. [12:13:21] [Server thread/INFO]: [UberEnchant] Enabling UberEnchant v7.6
  301. [12:13:21] [Server thread/INFO]: [GameAPI] Enabling GameAPI v1.2.0
  302. [12:13:21] [Server thread/INFO]: [RedstoneClockDetector] Enabling RedstoneClockDetector v1.2.1
  303. [12:13:21] [Server thread/INFO]: [WorldResetPlus] Enabling WorldResetPlus v1.0.3
  304. [12:13:22] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  305. [12:13:22] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PermissionsEx v1.23.4
  306. [12:13:22] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  307. [12:13:22] [Server thread/ERROR]: [PermissionsEx]
  308. ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
  309. Your configuration must be fixed before PEX will enable
  310. Details: Error loading permissions file!
  311. =======================================================
  312. ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
  313. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4(1).jar:?]
  314. at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4(1).jar:?]
  315. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_161]
  316. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_161]
  317. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_161]
  318. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_161]
  319. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4(1).jar:?]
  320. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4(1).jar:?]
  321. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4(1).jar:?]
  322. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4(1).jar:?]
  323. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4(1).jar:?]
  324. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4(1).jar:?]
  325. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4(1).jar:?]
  326. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  327. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  328. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:401) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  329. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:370) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  330. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  331. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  332. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  333. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  334. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  335. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit.jar:git-Bukkit-9a1f5ee]
  336. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  337. Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  338. in 'string', line 2, column 3:
  339. default:
  340. ^
  341. expected <block end>, but found BlockSequenceStart
  342. in 'string', line 7, column 4:
  343. - -worldresetplus.save
  344. ^
  345.  
  346. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  347. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?]
  348. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  349. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  350. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
  351. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
  352. ... 23 more
  353. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  354. in 'string', line 2, column 3:
  355. default:
  356. ^
  357. expected <block end>, but found BlockSequenceStart
  358. in 'string', line 7, column 4:
  359. - -worldresetplus.save
  360. ^
  361.  
  362. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  363. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  364. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  365. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  366. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  367. at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  368. at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  369. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  370. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  371. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  372. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  373. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  374. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  375. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  376. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  377. at ru.tehkode.permissions.backends.file.FileConfig.loadFromString(FileConfig.java:68) ~[?:?]
  378. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  379. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[craftbukkit.jar:git-Bukkit-9a1f5ee]
  380. at ru.tehkode.permissions.backends.file.FileConfig.load(FileConfig.java:38) ~[?:?]
  381. at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:309) ~[?:?]
  382. ... 23 more
  383. [12:13:22] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  384. [12:13:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  385. [12:13:22] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
  386. [12:13:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  387. [12:13:22] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  388. [12:13:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
  389. [12:13:22] [Server thread/INFO]: [ViaVersion] You have anti-xray on in your config, since you're not using spigot it won't fix xray!
  390. [12:13:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b603
  391. [12:13:22] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  392. [12:13:22] [Server thread/INFO]: No kits found to migrate.
  393. [12:13:22] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  394. [12:13:22] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  395. [12:13:22] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  396. [12:13:22] [Server thread/INFO]: Using locale en_US
  397. [12:13:22] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  398. [12:13:22] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  399. [12:13:22] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  400. [12:13:22] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  401. [12:13:22] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Craftconomy3 version: 1.5.6-b49)
  402. [12:13:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1487)
  403. [12:13:22] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.4.1
  404. [12:13:22] [Server thread/INFO]: [DynmapPlotMe] Enabling DynmapPlotMe v0.3
  405. [12:13:22] [Server thread/INFO]: [DynmapPlotMe] [DynmapPlotMe] initializing
  406. [12:13:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b603
  407. [12:13:22] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.0.5
  408. [12:13:22] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
  409. [12:13:22] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  410. [12:13:22] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
  411. [12:13:22] [Server thread/INFO]: [mcMMOLevelUp] Enabling mcMMOLevelUp v2.1.5
  412. [12:13:22] [Server thread/INFO]: [mcMMOLevelUp] Vault permission provider loaded! Permission feature available!
  413. [12:13:22] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.10.6
  414. [12:13:23] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [CraftconomyVariables, BungeeCordVariables, PlayerPingVariable, BukkitGlobalVariables, GeneralVariables, VaultVariables, BukkitVariables, McmmoVariables]
  415. [12:13:23] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  416. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  417. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  418. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  419. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  420. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  421. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  422. [12:13:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyWarsArenaWorld
  423. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  424. [12:13:23] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plot
  425. [12:13:23] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  426. [12:13:23] [Server thread/INFO]: Preparing start region for level 3 (Seed: -9067489166115437039)
  427. [12:13:24] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
  428. [12:13:24] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
  429. [12:13:24] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
  430. [12:13:24] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
  431. [12:13:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
  432. [12:13:24] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'plotworld'.
  433. [12:13:24] [Server thread/INFO]: Preparing start region for level 4 (Seed: -5496288903308092069)
  434. [12:13:25] [Server thread/INFO]: Preparing spawn area for abbauwelt, 65%
  435. [12:13:25] [Server thread/INFO]: [WorldGuard] (abbauwelt) TNT ignition is PERMITTED.
  436. [12:13:25] [Server thread/INFO]: [WorldGuard] (abbauwelt) Lighters are PERMITTED.
  437. [12:13:25] [Server thread/INFO]: [WorldGuard] (abbauwelt) Lava fire is blocked.
  438. [12:13:25] [Server thread/INFO]: [WorldGuard] (abbauwelt) Fire spread is UNRESTRICTED.
  439. [12:13:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'abbauwelt'
  440. [12:13:25] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'abbauwelt'.
  441. [12:13:26] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: normalplot
  442. [12:13:26] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  443. [12:13:26] [Server thread/INFO]: Preparing start region for level 5 (Seed: 4069513968715487128)
  444. [12:13:27] [Server thread/INFO]: [WorldGuard] (mobarena) TNT ignition is PERMITTED.
  445. [12:13:27] [Server thread/INFO]: [WorldGuard] (mobarena) Lighters are PERMITTED.
  446. [12:13:27] [Server thread/INFO]: [WorldGuard] (mobarena) Lava fire is blocked.
  447. [12:13:27] [Server thread/INFO]: [WorldGuard] (mobarena) Fire spread is UNRESTRICTED.
  448. [12:13:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mobarena'
  449. [12:13:27] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'mobarena'.
  450. [12:13:27] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Normalplot
  451. [12:13:27] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  452. [12:13:27] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  453. [12:13:27] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  454. [12:13:27] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
  455. [12:13:27] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
  456. [12:13:27] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: SkyWarsArenaWorld (World Error, World did not exist or was not imported into Multiverse-Core!)
  457. [12:13:27] [Server thread/WARN]: [MVPLogging] Portal SkyWarsArenaWorld has an invalid LOCATION!
  458. [12:13:27] [Server thread/WARN]: [MVPLogging] Portal 'SkyWarsArenaWorld' not loaded due to invalid location!
  459. [12:13:27] [Server thread/INFO]: [MVPLogging] 8 - Portals(s) loaded
  460. [12:13:27] [Server thread/WARN]: [Multiverse-Core] Portal world4 has an invalid DESTINATION!
  461. [12:13:27] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  462. [12:13:27] [Server thread/INFO]: [CoreArena] Enabling CoreArena v1.6.0
  463. [12:13:28] [Server thread/INFO]: -----------------------------------------------------
  464. [12:13:28] [Server thread/INFO]: ___ _
  465. [12:13:28] [Server thread/INFO]: / __\___ _ __ ___ /_\ _ __ ___ _ __ __ _
  466. [12:13:28] [Server thread/INFO]: / / / _ \| '__/ _ \//_\\| '__/ _ \ '_ \ / _` |
  467. [12:13:28] [Server thread/INFO]: / /__| (_) | | | __/ _ \ | | __/ | | | (_| |
  468. [12:13:28] [Server thread/INFO]: \____/\___/|_| \___\_/ \_/_| \___|_| |_|\__,_|
  469. [12:13:28] [Server thread/INFO]: 1.6.0
  470. [12:13:28] [Server thread/INFO]: -----------------------------------------------------
  471. [12:13:28] [Server thread/INFO]:
  472. [12:13:28] [Server thread/INFO]: Loading arenas (1) ..
  473. [12:13:28] [Server thread/INFO]: > Loading Test
  474. [12:13:29] [Server thread/INFO]:
  475. [12:13:29] [Server thread/INFO]: Loading classes (2) ..
  476. [12:13:29] [Server thread/INFO]: > Loading Meister
  477. [12:13:29] [Server thread/INFO]: > Loading Krieger
  478. [12:13:29] [Server thread/INFO]:
  479. [12:13:29] [Server thread/INFO]: Loading upgrades (0) ..
  480. [12:13:29] [Server thread/INFO]: Loaded 0 item, 0 block and 0 packs rewards.
  481. [12:13:29] [Server thread/INFO]:
  482. [12:13:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  483. [12:13:29] [Server thread/INFO]: Done (13.156s)! For help, type "help" or "?"
  484. [12:13:29] [Server thread/INFO]: Starting GS4 status listener
  485. [12:13:29] [Server thread/INFO]: Starting remote control listener
  486. [12:13:29] [Query Listener #1/INFO]: Query running on 85.14.225.20:25565
  487. [12:13:29] [RCON Listener #2/INFO]: RCON running on 85.14.225.20:25566
  488. [12:13:29] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2(340)
  489. [12:13:29] [Server thread/INFO]: [GameAPI] Successfully hooked into: CoreArena v1.6.0
  490. [12:13:30] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
  491. [12:13:30] [pool-3-thread-9/INFO]: [Vault] Checking for Updates ...
  492. [12:13:30] [pool-3-thread-9/INFO]: [Vault] No new version available
  493. [12:13:31] [pool-3-thread-7/INFO]: [PlotMe] Checking if conversion to UUID needed...
  494. [12:13:31] [pool-3-thread-7/INFO]: [PlotMe] No plot conversion needed
  495. [12:13:46] [RCON Listener #2/INFO]: Rcon connection from: /213.202.193.91
  496. [12:13:54] [Server thread/INFO]: Unknown command. Type "help" for help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement