Updated Configuration.txt (markdown)

JurgenKuyper 2021-12-29 19:29:51 +01:00
parent 0671636f90
commit bf80c759d0
1 changed files with 4 additions and 2 deletions

@ -54,8 +54,10 @@ not all storage schemas are working out of the box. Only sqlite is supported out
#### fabric / forge
The fabric dev created two mods that work on both fabric and Forge.
The SQlite integration is handled by: [Kosmolot's sqlite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc).
The MySQL/MariaDB integration is handled by: [Kosmolot's MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc)
+ The SQlite integration is handled by: [Kosmolot's SQlite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc)
+ The MySQL/MariaDB integration is handled by: [Kosmolot's MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc)
#### 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.