Class ServerUtil

java.lang.Object
com.ranull.graves.util.ServerUtil

public final class ServerUtil extends Object
Utility class for gathering server information and generating server dumps. This class includes methods for retrieving various system and server-related information.
  • Method Details

    • getServerDumpInfo

      public static String getServerDumpInfo(Graves plugin)
      Gathers server information and generates a dump in string format.
      Parameters:
      plugin - The Graves plugin instance.
      Returns:
      A string containing the server dump information.