Question 1.19 Velocity - Hostname

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
20
2
3
Java:
player.getCurrentServer().get().getServerInfo().getAddress().getHostName()

Could try something like this?