Adds support for custom strings.yml files

This commit is contained in:
2022-01-19 21:22:37 +01:00
parent 23c023a027
commit 1c64e8813d
2 changed files with 42 additions and 5 deletions

View File

@ -133,7 +133,6 @@ public final class PermissionSigns extends JavaPlugin {
public void onEnable() {
PluginDescriptionFile pluginDescriptionFile = this.getDescription();
pluginVersion = pluginDescriptionFile.getVersion();
//TODO: Allow for custom language files. Perhaps just look for strings.yml in the folder
//TODO: Display a notice in the console if a new version is available
FileConfiguration config = this.getConfig();