Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [22:56:14] [main/INFO]: Booting up Velocity 3.1.2-SNAPSHOT (git-b1fa9dc9-b188)...
- [22:56:14] [main/INFO]: Loading localizations...
- [22:56:14] [main/INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.1.x (Linux x86_64) ciphers
- [22:56:14] [main/INFO]: Loading plugins...
- [22:56:14] [main/INFO]: Loaded plugin alwaysonline 6.2.0 by Dablakbandit
- [22:56:14] [main/INFO]: Loaded plugin commandwhitelist 2.5.3 by YouHaveTrouble
- [22:56:15] [main/INFO]: Loaded plugin connectorplugin 1.3-SNAPSHOT (build 56) by Phoenix616
- [22:56:15] [main/INFO]: Loaded plugin craftingstore <UNKNOWN> by
- [22:56:15] [main/INFO]: Took 84ms to boot Floodgate
- [22:56:15] [main/INFO]: Loaded plugin floodgate 2.2.0-SNAPSHOT (b73-4f36112) by GeyserMC
- [22:56:15] [main/INFO]: Loaded plugin geyser 2.1.0-SNAPSHOT (git-master-c928baf) by GeyserMC
- [22:56:15] [main/INFO]: Loaded plugin joinclientblock 1.0 by
- [22:56:15] [main/INFO]: Loaded plugin litebans 2.11.0 by Ruan
- [22:56:15] [main/INFO]: Loaded plugin luckperms 5.4.46 by Luck
- [22:56:15] [main/INFO]: Loaded plugin mysqldriver 1.0 by BenCodez
- [22:56:15] [main/INFO]: Loaded plugin nuvotifier 2.7.3 by Ichbinjoe
- [22:56:15] [main/INFO]: Loaded plugin serverutils 3.5.4 by FrankHeijden
- [22:56:15] [main/INFO]: Loaded plugin votingplugin 1.0 by BenCodez
- [22:56:15] [main/INFO]: Loaded 13 plugins
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: __
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: | |__) LuckPerms v5.4.46
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: |___ | Running on Velocity - Velocity
- [22:56:15] [Velocity Async Event Executor - #0/INFO]:
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading configuration...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading storage provider... [MYSQL]
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Starting...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Start completed.
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading messaging service... [SQL]
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading internal permission managers...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Performing initial data load...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Successfully enabled. (took 595ms)
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading configuration...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Successfully loaded previous state variables!
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Loading file database...
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Database is ready to go!
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Head Session server check: true
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Total check methods active: 1
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: [DEBUG] Loaded config.yml
- [22:56:15] [Velocity Async Event Executor - #0/INFO]: Using PluginMessage messenger
- [22:56:15] [Velocity Async Event Executor - #0/WARN]: This messenger type requires at least one player connected to the sending and receiving server, some functionality might not work the best! Please consider using a different messenger type.
- [22:56:15] [Velocity Async Event Executor - #0/WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [22:56:15] [Velocity Async Event Executor - #0/WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [22:56:16] [Velocity Async Event Executor - #0/INFO]: Loading extensions...
- [22:56:16] [Velocity Async Event Executor - #0/INFO]: Loaded 0 extension(s)
- [22:56:16] [Velocity Async Event Executor - #0/ERROR]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
- [22:56:16] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Starting...
- [22:56:17] [Thread-4/WARN]:
- **********************************
- * You specified an empty prefix in your Floodgate config for Bedrock players!
- * Should a Java player join and a Bedrock player join with the same username, unwanted results and conflicts will happen!
- * We strongly recommend using . as the prefix, but other alternatives that will not conflict include: +, - and *
- **********************************
- [22:56:21] [Velocity Async Event Executor - #0/ERROR]: HikariPool-1 - Exception during pool initialization.
- java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
- at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
- at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
- at gg.rohan.joinclientblock.JoinClientBlocker.setupDatabase(JoinClientBlocker.kt:41) ~[?:?]
- at gg.rohan.joinclientblock.JoinClientBlocker.onProxyInitialize(JoinClientBlocker.kt:32) ~[?:?]
- at gg.rohan.joinclientblock.Lmbda$13.execute(Unknown Source) ~[?:?]
- at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- Caused by: com.mysql.cj.exceptions.CJCommunicationsException: 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.
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) ~[?:?]
- at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) ~[?:?]
- at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
- ... 21 more
- Caused by: java.net.ConnectException: Connection refused
- at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
- at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
- at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[?:?]
- at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[?:?]
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
- at java.net.Socket.connect(Socket.java:633) ~[?:?]
- at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) ~[?:?]
- at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ~[?:?]
- at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
- ... 21 more
- [22:56:21] [Velocity Async Event Executor - #0/ERROR]: Couldn't pass ProxyInitializeEvent to joinclientblock
- java.lang.ExceptionInInitializerError: null
- at gg.rohan.joinclientblock.JoinClientBlocker.setupDatabase(JoinClientBlocker.kt:41) ~[?:?]
- at gg.rohan.joinclientblock.JoinClientBlocker.onProxyInitialize(JoinClientBlocker.kt:32) ~[?:?]
- at gg.rohan.joinclientblock.Lmbda$13.execute(Unknown Source) ~[?:?]
- at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- Caused by: gg.rohan.joinclientblock.libs.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:596) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:582) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
- at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
- ... 9 more
- Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
- at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
- at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
- at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
- ... 9 more
- Caused by: com.mysql.cj.exceptions.CJCommunicationsException: 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.
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
- at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
- at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
- at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) ~[?:?]
- at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) ~[?:?]
- at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
- at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
- at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
- ... 9 more
- Caused by: java.net.ConnectException: Connection refused
- at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
- at sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[?:?]
- at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[?:?]
- at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[?:?]
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[?:?]
- at java.net.Socket.connect(Socket.java:633) ~[?:?]
- at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) ~[?:?]
- at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ~[?:?]
- at com.mysql.cj.NativeSession.connect(NativeSession.java:120) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
- at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
- at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
- at gg.rohan.joinclientblock.libs.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
- at gg.rohan.joinclientblock.sql.Database.<clinit>(Database.kt:29) ~[?:?]
- ... 9 more
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using default database drivers (version:7).
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using system locale (en)
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loaded 2 templates from templates.yml!
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loading SQL driver: mysql 8.0.29 (com.mysql.cj.jdbc.Driver)
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Connecting to database...
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: litebans-pool - Starting...
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: litebans-pool - Start completed.
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Connected to MySQL database successfully (74.1 ms).
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: [Sync] Server name: Velocity
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: [Sync] Server UUID: e1a6b4dabb374cb980c634e2f7088ba0 <1>
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Database connection fully initialized (139.2 ms).
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: v2.11.0 enabled. Startup took 360 ms.
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Loaded token for website: default
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Using epoll transport to accept votes.
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Method none selected for vote forwarding: Votes will not be forwarded to backend servers.
- [22:56:21] [Votifier epoll boss/INFO]: Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:8192.
- [22:56:21] [Velocity Task Scheduler - #2/INFO]: Checking for updates...
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Starting...
- [22:56:21] [Velocity Task Scheduler - #2/INFO]: We are up-to-date!
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: HikariPool-1 - Start completed.
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: VotingPlugin velocity loaded, method: PLUGINMESSAGING, PluginMessagingVersion: 1, Internal Jar Version: 6.11
- [22:56:21] [Velocity Async Event Executor - #0/INFO]: Detected using dev build number: 619
- [22:56:21] [Netty epoll Boss #0/INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25565
- [22:56:21] [Velocity Async Event Executor - #2/INFO]: ******************************************
- [22:56:21] [Velocity Async Event Executor - #2/INFO]:
- [22:56:21] [Velocity Async Event Executor - #2/INFO]: Loading Geyser version 2.1.0-SNAPSHOT (git-master-c928baf)
- [22:56:21] [Velocity Async Event Executor - #2/INFO]:
- [22:56:21] [Velocity Async Event Executor - #2/INFO]: ******************************************
- [22:56:22] [main/INFO]: Done (7.78s)!
- [22:56:23] [Velocity Async Event Executor - #2/INFO]: Registered 179 custom items
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_b233ce8' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_5208962' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/ERROR]: Custom item name 'gmdl_102a911' already exists and was registered again! Skipping...
- [22:56:23] [Velocity Async Event Executor - #2/INFO]: Started Geyser on 0.0.0.0:19132
- [22:56:23] [Velocity Async Event Executor - #2/INFO]: Done (1.494s)! Run /geyser help for help!
- [22:56:36] [Velocity Task Scheduler - #2/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
- java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
- at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
- at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- [22:57:00] [main/INFO]: This command does not exist.
- [22:57:06] [Velocity Task Scheduler - #4/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
- java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
- at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
- at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- [22:57:15] [Velocity Task Scheduler - #4/INFO]: Checking update for AlwaysOnline v6.2.0
- [22:57:21] [pool-21-thread-1/WARN]: Detected a month change, but current day is not near end of a month, ignoring month change
- [22:57:21] [Velocity Task Scheduler - #4/INFO]: Debug: Checking nonvotedplayerscache.yml...
- [22:57:21] [pool-21-thread-1/INFO]: Detected week changed, processing...
- [22:57:21] [pool-21-thread-1/INFO]: Debug: Executing time change events: WEEK
- [22:57:21] [pool-21-thread-1/INFO]: Time change event: WEEK, Fake: false
- [22:57:21] [pool-21-thread-1/INFO]: Debug: Finished executing time change events: WEEK
- [22:57:21] [pool-21-thread-1/INFO]: Finished processing week changes
- [22:57:26] [pool-21-thread-1/INFO]: Detected day changed, processing...
- [22:57:26] [pool-21-thread-1/INFO]: Debug: Executing time change events: DAY
- [22:57:26] [pool-21-thread-1/INFO]: Time change event: DAY, Fake: false
- [22:57:26] [pool-21-thread-1/INFO]: Debug: Finished executing time change events: DAY
- [22:57:26] [pool-21-thread-1/INFO]: Finished processing day changes
- [22:57:36] [Velocity Task Scheduler - #1/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
- java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
- at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
- at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- [22:58:06] [Velocity Task Scheduler - #2/ERROR]: Exception in task com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity$$Lambda$1395/0x00000008015dc230@4850d891 by plugin VotingPlugin
- java.lang.NullPointerException: Cannot invoke "com.bencodez.votingplugin.advancedcore.bungeeapi.globaldata.GlobalDataHandlerProxy.isTimeChangedHappened()" because the return value of "com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.getGlobalDataHandler()" is null
- at com.bencodez.votingplugin.bungee.velocity.VotingPluginVelocity.lambda$onProxyInitialization$0(VotingPluginVelocity.java:781) ~[?:?]
- at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:228) ~[velocity.jar:3.1.2-SNAPSHOT (git-b1fa9dc9-b188)]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement