mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
sqllite
This commit is contained in:
parent
f8e096a02b
commit
e05636a722
@ -797,7 +797,7 @@ public class PlotMain extends JavaPlugin {
|
||||
Map<String, Object> options = new HashMap<String, Object>();
|
||||
options.put("mysql.use", true);
|
||||
options.put("sqlite.use", false);
|
||||
options.put("sqllite.db", "storage");
|
||||
options.put("sqlite.db", "storage");
|
||||
options.put("mysql.host", "localhost");
|
||||
options.put("mysql.port", "3306");
|
||||
options.put("mysql.user", "root");
|
||||
|
Loading…
Reference in New Issue
Block a user