Describe the bug
The ConfigHelper attempts to load the file that might not exist or has been modified, instead of loading the default resource shipped inside the plugin’s JAR. This will fail to provide the true default language strings, causing missing translations and potentially NullPointerException if the file is absent.
Server Version
- Minecraft Version: 26.1.2
- Plugin Version: 1.3.0 unreleased
Describe the bug
The ConfigHelper attempts to load the file that might not exist or has been modified, instead of loading the default resource shipped inside the plugin’s JAR. This will fail to provide the true default language strings, causing missing translations and potentially NullPointerException if the file is absent.
Server Version