Adds debug output
This commit is contained in:
@@ -62,6 +62,15 @@ public final class BlacksmithVisuals extends JavaPlugin {
|
||||
// Plugin shutdown logic
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs a debug message
|
||||
*
|
||||
* @param message <p>The debug message to log</p>
|
||||
*/
|
||||
public static void debug(@NotNull String message) {
|
||||
getInstance().getLogger().log(Level.FINE, message);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reloads the configuration file
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user