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 8d0f52e commit d761bfdCopy full SHA for d761bfd
1 file changed
src/main/kotlin/org/elliotnash/yeppaper/YepPaperPlugin.kt
@@ -31,7 +31,7 @@ class YepPaperPlugin : JavaPlugin(), Listener {
31
private val textSerializer = PlainTextComponentSerializer.plainText()
32
33
companion object {
34
- private val colorCodeRegex = "&[0-9a-fk-orx]".toRegex(RegexOption.IGNORE_CASE)
+ private val colorCodeRegex = "[§&][0-9a-fk-orx]".toRegex(RegexOption.IGNORE_CASE)
35
}
36
37
override fun onEnable() {
0 commit comments