updated jar name to be the right one

JurgenKuyper 2021-12-28 20:03:21 +01:00
parent 84c05d9d71
commit bb14a74e71
1 changed files with 1 additions and 1 deletions

@ -57,7 +57,7 @@ not all storage schemas are working out of the box. Only sqlite is supported out
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.
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.
#### 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).