Closed Pablete1234 closed 2 months ago
At the moment the config is stored in .minecraft / config\chatplus / chatplus.json in linux systems.
.minecraft / config\chatplus / chatplus.json
If you're using any hardcoded \ please change them to File.separator instead. https://github.com/ebicep/ChatPlus/blob/version/1.21/common/src/main/kotlin/com/ebicep/chatplus/config/Config.kt#L40 seems to be one of the offenders
\
File.separator
Should be fixed in the next release through the use of / instead.
Can you confirm this is fixed in v2.0.0
Seems to be fixed in v2
At the moment the config is stored in
.minecraft / config\chatplus / chatplus.json
in linux systems.If you're using any hardcoded
\
please change them toFile.separator
instead. https://github.com/ebicep/ChatPlus/blob/version/1.21/common/src/main/kotlin/com/ebicep/chatplus/config/Config.kt#L40 seems to be one of the offenders