Server ip
-
How to get server ip (in scripts, for example print it (only ip))? Pls
-
function getCurrentServer() { if (mc.getCurrentServerData() != null) { return (mc.getCurrentServerData().serverIP.toLowerCase()); } } Chat.print(getCurrentServer())
-
@i-hate-hatars OMG Server ip Crasher!
-
@leaked-pvp thanks