Console Command Handling: Implemented checks for the /setspawn and /spawn commands to prevent them from being executed from the console without specifying a target player.
Fixed
Text Formatting: Resolved an issue where text formatting codes (e.g., &l for bold) were not properly applied when using the ColorUtil.translateHexColorCodes method. The method now correctly translates both color codes and text formatting codes.
Improved
Gradient Application: The applyGradient method was enhanced to ensure that any text formatting (e.g., bold, underline) specified with & codes is applied correctly after the gradient effect is added.