Package dev.demeng.pluginbase
Class ServerProperties
java.lang.Object
dev.demeng.pluginbase.ServerProperties
Utility for getting information from server.properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears the properties cache.static StringgetProperty(String key) Gets a property from server.properties.
-
Constructor Details
-
ServerProperties
public ServerProperties()
-
-
Method Details
-
getProperty
Gets a property from server.properties.- Parameters:
key- The property key- Returns:
- The property value, or null if failed to retrieve
-
clearCache
public static void clearCache()Clears the properties cache.
-