We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7f75f commit 61f87a9Copy full SHA for 61f87a9
src/main/java/lol/hyper/toolstats/tools/config/ConfigTools.java
@@ -160,6 +160,6 @@ public Component format(String configName) {
160
component = MiniMessage.miniMessage().deserialize(message);
161
}
162
163
- return component;
+ return component.decorationIfAbsent(TextDecoration.ITALIC, TextDecoration.State.FALSE);
164
165
0 commit comments