
Список изменений
Spectator Mode: No longer detected or displayed — already implemented in code.
Custom Style System (fully implemented in 1.21.6+ main versions)
Title and subtitle can be configured individually using: title.opacity, title.scale, title.posx, title.posy, title.shadow, title.bold, title.italic, title.fadein, title.stay, title.fadeout — and the same subtitle.* equivalents.
Unified settings (applied to both if individual ones are missing): opacity, scale, posx, posy, shadow, bold, italic
Individual settings override unified ones.
Global Lang Styles: firststeps.global.title.* / firststeps.global.subtitle.* / firststeps.global.*
Style Priority: Server lang > Client lang > Client global settings > Default values
Font Shadow: Added titleShadow config option (default: true). Can also be controlled via title.shadow / subtitle.shadow.
Position Offsets (Clarified):
posx: horizontal offset in pixels (negative = left, positive = right)
posy: vertical offset in pixels (negative = up, positive = down) You can now enter negative values (e.g., -50) in the ModMenu config screen to shift the title left or upward.
Text field behavior:
- You can now type the
-character (it won't turn into0) - Continue typing numbers like
-50— it saves correctly - If you enter an invalid character, the field will revert to the previous valid value instead of resetting to
0
