Package com.ranull.graves.util
Class ServerUtil
java.lang.Object
com.ranull.graves.util.ServerUtil
Utility class for gathering server information and generating server dumps.
This class includes methods for retrieving various system and server-related information.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getServerDumpInfo
(Graves plugin) Gathers server information and generates a dump in string format.
-
Method Details
-
getServerDumpInfo
Gathers server information and generates a dump in string format.- Parameters:
plugin
- The Graves plugin instance.- Returns:
- A string containing the server dump information.
-