updated guide to also reflect forge JDBC compatibility

JurgenKuyper 2021-12-29 18:35:06 +01:00
parent a64c5a437f
commit 0671636f90

@ -52,15 +52,14 @@ storage:
```
not all storage schemas are working out of the box. Only sqlite is supported out of the box
#### fabric
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)
#### 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)
#### 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.
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.
#### Forge
with Forge, the process involves building the forge jars yourself and is too advanced for this wiki, luckily there is also a mod being developed for this purpose, stay tuned for updates on that subject in our [discord](https://discord.gg/s3rd5qn).
***
### Components
This section allows you to configure any and all of Dynmap's functionality. Not all components can be enabled at once and a few are critical to Dynmap's functionality. This section will contain only a summary of each component; for detailed component configuration please go the the [[Component Configuration]] Page.