Skip to content

Commit d2409af

Browse files
committed
Replace the default separator format with MiniMessages format to ensure that the tag is properly closed.
1 parent f8d2801 commit d2409af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/configuration/implementation/PluginConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public Duration repairDelay() {
261261

262262
@Contextual
263263
public static class Format {
264-
public String separator = "&7, ";
264+
public String separator = "<gray>,</gray> ";
265265
}
266266

267267
@Bean

0 commit comments

Comments
 (0)