File tree Expand file tree Collapse file tree
src/main/java/com/azuredoom/levelingcore/systems/nameplate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ public class ShowLvlHeadSystem implements Runnable {
3131 private final Config <GUIConfig > config ;
3232
3333 /**
34- * A marker string used to identify and differentiate nameplate components in the system.
35- * This marker is composed of zero-width Unicode characters (\u200B, \u200C, \u200D)
36- * that are invisible in rendered output but can be used for internal processing
37- * or as separators in nameplate configuration and formatting.
34+ * A marker string used to identify and differentiate nameplate components in the system. This marker is composed of
35+ * zero-width Unicode characters (\u200B, \u200C, \u200D) that are invisible in rendered output but can be used for
36+ * internal processing or as separators in nameplate configuration and formatting.
3837 * <p>
39- * This constantly enables the system to embed or parse hidden metadata within
40- * strings associated with nameplates, ensuring that visual elements remain
41- * unaffected while still allowing for structured data handling.
38+ * This constantly enables the system to embed or parse hidden metadata within strings associated with nameplates,
39+ * ensuring that visual elements remain unaffected while still allowing for structured data handling.
4240 */
4341 private static final String NAMEPLATE_MARKER = "\u200B \u200C \u200D " ;
4442
You can’t perform that action at this time.
0 commit comments