ebicep / ChatPlus

Minecraft chat improved.
GNU General Public License v3.0
7 stars 2 forks source link

Config is using system-specific paths #21

Closed Pablete1234 closed 2 months ago

Pablete1234 commented 2 months ago

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 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

ebicep commented 2 months ago

Should be fixed in the next release through the use of / instead.

ebicep commented 2 months ago

Can you confirm this is fixed in v2.0.0

Pablete1234 commented 2 months ago

Seems to be fixed in v2