Set SQLite as default database and convert actual flat to sqlite

This commit is contained in:
Xephi59
2015-07-21 01:13:27 +02:00
parent d91f48bf08
commit 03bfe80ee2
6 changed files with 63 additions and 21 deletions
@@ -602,6 +602,11 @@ public final class Settings extends YamlConfiguration {
return;
}
public void setValue(String key, Object value) {
this.set(key, value);
this.save();
}
private static HashAlgorithm getPasswordHash() {
String key = "settings.security.passwordHash";
try {