fix: minimessage-gradient format

This commit is contained in:
--global 2024-09-24 20:42:37 +08:00
parent 411a880c7e
commit 81a61a4094

View File

@ -42,7 +42,7 @@ class MiniMessageGradientAdapterClazz extends GradientProcessor {
}
textBuilder.appendCharacter(characterBuilder);
return `<gradient:${colors}>${textBuilder.build()}</gradient>`;
return `<gradient:${colors.join(":")}>${textBuilder.build()}</gradient>`;
}
}