Added links to connectors

JurgenKuyper 2021-12-30 12:47:10 +01:00
parent bf80c759d0
commit aca1ac8b48

@ -60,7 +60,9 @@ The fabric dev created two mods that work on both fabric and Forge.
#### 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.
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.
+ [MySQL connector](https://dev.mysql.com/downloads/connector/j/) select platform independent.
+ [MariaDB connector](https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector)
***
### Components