Random question. I'm trying to get the IP of a server. Logically, you would think to use: PHP: Bukkit.getServer().getIp(); However, this returns: So what am I missing.. ?
Reading the source, that method does this: Code (Java): public String getIp() { return getConfigString("server-ip", ""); } That method is looking up "server-ip" in your server.properties.