Skip to content

feat: split sign text color and glowing setting#1670

Merged
derklaro merged 4 commits intonightlyfrom
split-text-color-glowing
Jul 5, 2025
Merged

feat: split sign text color and glowing setting#1670
derklaro merged 4 commits intonightlyfrom
split-text-color-glowing

Conversation

@derklaro
Copy link
Member

Motivation

Since minecraft 1.14 the text color of a sign can be changed and since 1.17 the text of a sign can glow. We currently only support both options in one setting, which should be split up into two.

Modification

Add a setting to set the text color of a sign and one to set the glowing state of a sign. Also fixes the sign handling on minestom, as it was still using the pre-1.20 sign nbt format.

Result

The text color of a sign can be configured separately from the fact if the sign text is glowing.

@derklaro derklaro added this to the 4.0.0-RC13 milestone Jun 27, 2025
@derklaro derklaro requested a review from 0utplay June 27, 2025 22:43
@derklaro derklaro self-assigned this Jun 27, 2025
@derklaro derklaro added v: 4.X This pull should be included in the 4.0 release t: improvement The pull request improves existing code in: module An issue/pull request releated to one of the internal modules labels Jun 27, 2025
@github-actions
Copy link

github-actions bot commented Jun 27, 2025

Test Results

 56 files  ±0   56 suites  ±0   2m 27s ⏱️ +2s
566 tests ±0  566 ✅ ±0  0 💤 ±0  0 ❌ ±0 
931 runs  ±0  931 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit a13b194. ± Comparison against base commit a38f471.

♻️ This comment has been updated with latest results.

@derklaro derklaro modified the milestones: 4.0.0-RC13, 4.0.0-RC14 Jun 30, 2025
@derklaro derklaro merged commit a9c6226 into nightly Jul 5, 2025
5 checks passed
@derklaro derklaro deleted the split-text-color-glowing branch July 5, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: module An issue/pull request releated to one of the internal modules t: improvement The pull request improves existing code v: 4.X This pull should be included in the 4.0 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants