Question 1.19 Velocity - Hostname

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

nimolas

New member
Aug 25, 2022
1
0
1
How can I get the hostname (ip) they the player connected using such as play.example.com
 

Smudge

New member
Jul 5, 2022
21
2
3
Java:
player.getCurrentServer().get().getServerInfo().getAddress().getHostName()

Could try something like this?