PaperMC / Velocity

The modern, next-generation Minecraft server proxy.

Home Page:https://papermc.io/software/velocity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning on startup

Snowmansir opened this issue · comments

It seems like a harmless warning with floodgate(velocity) installed. I was just wondering what it was about.

[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "21.0.3" 2024-04-16 LTS
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx2G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar velocity.jar
[00:22:31 INFO]: Booting up Velocity 3.3.0-SNAPSHOT (git-afd8b55f-b390)...
[00:22:31 INFO]: Loading localizations...
[00:22:31 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers
[00:22:31 INFO]: Loading plugins...
[00:22:31 INFO] [floodgate]: Took 106ms to boot Floodgate
[00:22:31 INFO]: Loaded plugin floodgate 2.2.3-SNAPSHOT (b103-f8c8418) by GeyserMC
[00:22:31 INFO]: Loaded plugin geyser 2.3.1-SNAPSHOT (git-master-4d61766) by GeyserMC
[00:22:31 INFO]: Loaded plugin luckperms 5.4.128 by Luck
[00:22:31 INFO]: Loaded plugin tab 4.1.4 by NEZNAMY
[00:22:31 INFO]: Loaded 4 plugins
[00:22:31 INFO]: __
[00:22:31 INFO]: | |) LuckPerms v5.4.128
[00:22:31 INFO]: |
_ | Running on Velocity - Velocity
[00:22:31 INFO]:
[00:22:31 INFO] [luckperms]: Loading configuration...
[00:22:31 INFO] [luckperms]: Loading storage provider... [MYSQL]
[00:22:31 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting...
[00:22:31 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.
[00:22:31 INFO] [luckperms]: Loading messaging service... [SQL]
[00:22:31 INFO] [luckperms]: Loading internal permission managers...
[00:22:31 INFO] [luckperms]: Performing initial data load...
[00:22:32 INFO] [luckperms]: Successfully enabled. (took 635ms)
[00:22:32 WARN]: The server channel initializer has been replaced by java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[00:22:32 WARN]: The backend channel initializer has been replaced by java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

[00:22:32 INFO] [geyser]: Loading extensions...
[00:22:32 INFO] [geyser]: Loaded 0 extension(s)
[00:22:32 INFO] [tab]: §aEnabled in 73ms
[00:22:32 INFO]: Listening on /[:::::::
[00:22:32 INFO]: Done (2.01s)!
[00:22:32 INFO] [geyser]: ******************************************
[00:22:32 INFO] [geyser]:
[00:22:32 INFO] [geyser]: Loading Geyser version 2.3.1-SNAPSHOT (git-master-4d61766)
[00:22:32 INFO] [geyser]:
[00:22:32 INFO] [geyser]: ******************************************
[00:22:34 WARN] [geyser]: Third-party ears/capes have been removed from Geyser, if you still wish to have this functionality please use the extension: https://github.com/GeyserMC/ThirdPartyCosmetics
[00:22:34 INFO] [geyser]: Started Geyser on

This is informing you that a plugin modified the network initializer hooks, not a bug, etc