added Kosmolot's mysql mod and updated sqlite link

JurgenKuyper 2021-12-29 09:24:09 +01:00
parent bb14a74e71
commit a64c5a437f
1 changed files with 1 additions and 1 deletions

@ -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.