I am using an External host and anytime a user joins my 1.21.9 server it says the post title.
Here is my launch paramaters.
java -Xmx12G -Dminecraft.api.auth.host=https://authserver.mojang.com/ -Dminecraft.api.account.host=https://api.mojang.com/ -Dminecraft.api.services.host=https://api.minecraftservices.com/ -Dminecraft.api.session.host=https://api.minehut.com/mitm/proxy -jar paper.jar --nogui
enforce-secure-profile: false, in server.properties
proxy-protocol: true, in the paper-global.yml.
To confirm, its a blank server with only those settings changed.
My identical 1.21.8 vanilla server works just fine with the exact same paramaters and settings set in the same files. Both servers are blank vanilla paper servers for control testing to make sure it isnt any plugins since there isnt any plugins on these to elimate plugins as a problem.
Any help is welcome! I will just run 1.21.8 but i would like to be on 1.21.9 on minehut of course!
I used this guide to confirm if anything was changed or anything and it doesnt appear so.
https://support.minehut.com/hc/en-us/articles/33252734474899-How-to-Setup-a-Minehut-External-Hosted-Server
So it appears the issue lies with 1.21.9 external hosting, but not 1.21.8. Im unsure why.
My log shows this for the 1.21.9 server, but not for 1.21.8
Ignoring hosts properties. All need to be set: [minecraft.api.services.host, minecraft.api.session.host, minecraft.api.profiles.host]
However all three are indeed set as mentioned above.