Вопрос AuthMe - выключает сервер

KuyMan

Пользователь
Сообщения
101
Решения
3
Плагин
AuthMe
Ядро сервера
  1. Spigot
Версия сервера
  1. 1.12.2
Память сервера ОЗУ
1Gb
Локальный сервер!!
Всем привет, когда запускаю сервер все ок, но AuthMe выдает какую то ошибку и выключает сервер, что делать?
YAML:
[16:04:48] [Server thread/INFO]: Starting minecraft server version 1.12.2
[16:04:48] [Server thread/INFO]: Loading properties
[16:04:48] [Server thread/INFO]: Default game type: SURVIVAL
[16:04:49] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-dcd1643-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[16:04:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:04:49] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:04:49] [Server thread/INFO]: Debug logging is disabled
[16:04:49] [Server thread/INFO]: Generating keypair
[16:04:49] [Server thread/INFO]: Starting Minecraft server on localhost:25565
[16:04:49] [Server thread/INFO]: Using default channel type
[16:04:49] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:04:49] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta2-b2453
[16:04:49] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
[16:04:49] [Server thread/INFO]: [EssentialsBackup] Loading EssentialsBackup v3.5.8
[16:04:49] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[16:04:49] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:04:49] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[16:04:49] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:04:49] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:04:49] [Server thread/INFO]: Preparing level "world"
[16:04:49] [Server thread/INFO]: -------- World Settings For [world] --------
[16:04:49] [Server thread/INFO]: Item Merge Radius: 2.5
[16:04:49] [Server thread/INFO]: Item Despawn Rate: 6000
[16:04:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:04:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
[16:04:49] [Server thread/INFO]: View Distance: 10
[16:04:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[16:04:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[16:04:49] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[16:04:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:04:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[16:04:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Vine Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[16:04:49] [Server thread/INFO]: Mob Spawn Range: 4
[16:04:49] [Server thread/INFO]: Max TNT Explosions: 100
[16:04:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[16:04:49] [Server thread/INFO]: Structure Info Saving: true
[16:04:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[16:04:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:04:49] [Server thread/INFO]: Random Lighting Updates: false
[16:04:50] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3598110153031024725)
[16:04:51] [Server thread/INFO]: Preparing spawn area: 10%
[16:04:52] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
[16:04:52] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
[16:04:52] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
[16:04:55] [Server thread/WARN]: [Server thread] ERROR fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool - AuthMeMYSQLPool - Exception during pool initialization.
[16:04:55] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2186)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:172)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:180)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.<init>(MySQL.java:77)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:67)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:49)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:25)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.handlers.instantiation.ProviderHandler$InstantiationByProviderClass.instantiateWith(ProviderHandler.java:129)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolveContext(InjectorImpl.java:164)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolve(InjectorImpl.java:133)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:72)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:245)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.initialize(AuthMe.java:221)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:145)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[16:04:55] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
[16:04:55] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
[16:04:55] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[16:04:55] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused: connect
[16:04:55] [Server thread/WARN]:     at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
[16:04:55] [Server thread/WARN]:     at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.PlainSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.SocksSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
[16:04:55] [Server thread/WARN]:     ... 43 more
[16:04:55] [Server thread/WARN]: [AuthMe] Can't initialize the MySQL database: [CommunicationsException]: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
[16:04:55] [Server thread/WARN]: [AuthMe] Please check your database settings in the config.yml file!
[16:04:55] [Server thread/WARN]: [AuthMe] Could not create data source: [CommunicationsException]: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
[16:04:55] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [IllegalStateException]: Error during initialization of data source
[16:04:55] [Server thread/WARN]: java.lang.IllegalStateException: Error during initialization of data source
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:52)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:25)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.handlers.instantiation.ProviderHandler$InstantiationByProviderClass.instantiateWith(ProviderHandler.java:129)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolveContext(InjectorImpl.java:164)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.resolve(InjectorImpl.java:133)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.ch.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:72)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:245)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.initialize(AuthMe.java:221)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:145)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[16:04:55] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
[16:04:55] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
[16:04:55] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
[16:04:55] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
[16:04:55] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[16:04:55] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2186)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2219)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2014)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:776)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[16:04:55] [Server thread/WARN]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:172)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:180)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.datasource.MySQL.<init>(MySQL.java:77)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:67)
[16:04:55] [Server thread/WARN]:     at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:49)
[16:04:55] [Server thread/WARN]:     ... 19 more
[16:04:55] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused: connect
[16:04:55] [Server thread/WARN]:     at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
[16:04:55] [Server thread/WARN]:     at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.PlainSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.SocksSocketImpl.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
[16:04:55] [Server thread/WARN]:     at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
[16:04:55] [Server thread/WARN]:     ... 43 more
[16:04:55] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
[16:04:55] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[16:04:55] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2-b2453 disabled!
[16:04:55] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
[16:04:55] [Server thread/INFO]: [EssentialsBackup] Enabling EssentialsBackup v3.5.8
[16:04:56] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:04:56] [Server thread/INFO]: Done (6,351s)! For help, type "help" or "?"
[16:04:56] [Server thread/INFO]: Starting remote control listener
[16:04:56] [RCON Listener #1/INFO]: RCON running on localhost:25575
[16:04:56] [Server thread/INFO]: Stopping server
[16:04:56] [Server thread/INFO]: [EssentialsBackup] Disabling EssentialsBackup v3.5.8
[16:04:56] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.5
[16:04:56] [Server thread/INFO]: Saving players
[16:04:56] [Server thread/INFO]: Saving worlds
[16:04:56] [Server thread/INFO]: Saving chunks for level 'world'/overworld
 
Назад
Сверху Снизу