Closed JcbSm closed 9 months ago
On linux systems, the .db file will be created in the /plugins/ root folder, instead of /plugins/Bridge/.
.db
/plugins/
/plugins/Bridge/
└── plugins/ ├── Bridge/ │ └── config.yml ├── Bridge\database.db └── Bridge-1.0.jar
└── plugins/ ├── Bridge/ │ ├── config.yml │ └── database.db └── Bridge-1.0.jar
May require use of File.separator
File.separator
Fixed in #31
On linux systems, the
.db
file will be created in the/plugins/
root folder, instead of/plugins/Bridge/
.Currently:
Ideally: