added explanation about storage options

JurgenKuyper 2021-12-28 17:53:33 +01:00
parent a5ee573c73
commit 84c05d9d71
1 changed files with 10 additions and 0 deletions

@ -50,7 +50,17 @@ storage:
#prefix: ""
#flags: "?allowReconnect=true"
```
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 mod](https://github.com/kosma/sqlite-jdbc-mod). The MySQL/MariaDB mod is still being worked on.
#### paper / spigot
with paper/spigot allowing for MySQL is a bit more tedious, because you need to backup the server.jar, integrate the connector in the server.jar by copying the connector's files over into the server.jar file, and then copying over the meta.inf folder from the backed-up server.jar into the new server.jar. 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.