some few changes again
This commit is contained in:
@@ -3,19 +3,15 @@ package cf.sobrooms;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.Server;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.File;
|
||||
import java.io.FileReader;
|
||||
import java.io.IOException;
|
||||
import java.net.InetSocketAddress;
|
||||
import java.net.Socket;
|
||||
|
||||
public class ServerUtils {
|
||||
public static int port = 25565;
|
||||
public static String address = "http://mc-srv2-singapore.rrryfoo.cf";
|
||||
public static String address_fallback = Utils.getServerHostPublicIP();
|
||||
public static String webhook_notify = Main.getNotifyWebhook();
|
||||
public static String webhook_messages = Main.getPublicMessageWebhook();
|
||||
public static String address = "http://mc-srv2-singapore.rrryfoo.cf";
|
||||
|
||||
public static boolean serverIsUp(String serverAddress, Integer serverPort) {
|
||||
/*Socket socket;
|
||||
|
||||
Reference in New Issue
Block a user