diff --git a/Configuration.txt.md b/Configuration.txt.md index 99f61c4..668c94e 100644 --- a/Configuration.txt.md +++ b/Configuration.txt.md @@ -54,7 +54,7 @@ not all storage schemas are working out of the box. Only sqlite is supported out #### fabric -The fabric dev created a mod that allows for sqlite integration: [Kosmolot's mod](https://github.com/kosma/sqlite-jdbc-mod). The MySQL/MariaDB mod is still being worked on. +The fabric dev created a mod that allows for sqlite integration: [Kosmolot's sqlite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc). The MySQL/MariaDB: [Kosmolot's MySQL mod](https://github.com/kosma/mysql-jdbc-mod) #### paper / spigot with paper/spigot allowing for MySQL is a bit more tedious, because you need to backup the dynmap.jar, integrate the connector in the dynmap.jar by copying the connector's files over into the dynmap.jar file, and then copying over the meta.inf folder from the backed-up dynmap.jar into the new dynmap.jar. then set the configuration.txt to use MariaDB / MySQL as map store. if you run into any issues feel free to contact our team on the [discord](https://discord.gg/s3rd5qn) or open an issue tracker on this wiki.