40 lines
5.8 KiB
Plaintext
40 lines
5.8 KiB
Plaintext
[19:09:22] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.3.0-SNAPSHOT (git-a4476253-b411)...
|
|
[19:09:22] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
|
|
[19:09:22] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers
|
|
[19:09:23] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: Player info forwarding is disabled! All players will appear to be connecting from the proxy and will have offline-mode UUIDs.
|
|
[19:09:23] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
|
|
[19:09:23] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin ambassador 1.4.4 by adde0109
|
|
[19:09:23] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 1 plugins
|
|
[19:09:23] [Velocity Async Event Executor - #0/WARN] [com.velocitypowered.proxy.network.ConnectionManager]: The server channel initializer has been replaced by org.adde0109.ambassador.Ambassador.inject(Ambassador.java:130)
|
|
[19:09:23] [Velocity Async Event Executor - #0/WARN] [com.velocitypowered.proxy.network.ConnectionManager]: The backend channel initializer has been replaced by org.adde0109.ambassador.Ambassador.inject(Ambassador.java:133)
|
|
[19:09:23] [Netty epoll Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /[0:0:0:0:0:0:0:0%0]:25577
|
|
[19:09:23] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (0.68s)!
|
|
[19:10:24] [Netty epoll Worker #0/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [initial connection] /100.127.156.132:50121 has disconnected
|
|
[19:10:32] [Netty epoll Worker #1/INFO] [com.velocitypowered.proxy.connection.client.AuthSessionHandler]: [connected player] Crevecoeurf (/100.127.156.132:50123) has connected
|
|
[19:10:32] [Netty epoll Worker #1/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] Crevecoeurf -> main has connected
|
|
[19:10:32] [Netty epoll Worker #1/ERROR] [com.velocitypowered.proxy.connection.client.ConnectedPlayer]: [connected player] Crevecoeurf (/100.127.156.132:50123): disconnected while connecting to main: Direct connections to this server are not permitted!
|
|
[19:10:32] [Netty epoll Worker #1/INFO] [com.velocitypowered.proxy.connection.client.ConnectedPlayer]: [connected player] Crevecoeurf (/100.127.156.132:50123) has disconnected: Unable to connect to main: Direct connections to this server are not permitted!
|
|
[19:10:32] [Netty epoll Worker #1/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] Crevecoeurf -> main has disconnected
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: Exception in thread "main" java.io.IOError: java.io.IOException: Input/output error
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:170)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:923)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:956)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:651)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:468)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:158)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:141)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at com.velocitypowered.proxy.Velocity.main(Velocity.java:77)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: Caused by: java.io.IOException: Input/output error
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at java.base/java.io.FileInputStream.read0(Native Method)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at java.base/java.io.FileInputStream.read(FileInputStream.java:228)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:81)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:157)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:56)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:160)
|
|
[19:45:07] [main/ERROR] [com.velocitypowered.proxy.console.VelocityConsole]: ... 9 more
|
|
[19:45:09] [Shutdown thread/INFO] [com.velocitypowered.proxy.VelocityServer]: Shutting down the proxy...
|
|
[19:45:09] [Shutdown thread/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Closing endpoint /0.0.0.0:25577
|