Adds support for custom strings.yml files
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user