diff --git a/README.md b/README.md index 9c2ae9b5..b2fbe1e3 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The following target platforms are supported, and you can find them at the links | Server type | Version | Dynmap JAR | Where? | | ------------ | ------- | ---------- | ------ | -| Spigot/PaperMC | 1.16.5 | `Dynmap-3.1-beta-6-spigot.jar` | [SpigotMC](https://www.spigotmc.org/resources/dynmap.274/) | -| Spigot/PaperMC | ≤1.16.4 | `Dynmap--spigot.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | +| Spigot/PaperMC | ≤1.16.5 | `Dynmap--spigot.jar` | [SpigotMC](https://www.spigotmc.org/resources/dynmap.274/) | +| Spigot/PaperMC | ≤1.16.5 | `Dynmap--spigot.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | | Forge | 1.11.2 | `Dynmap--forge-1.11.2.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | | Forge | 1.12.2 | `Dynmap--forge-1.12.2.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | | Forge | 1.13.2 | `Dynmap--forge-1.13.2.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | @@ -35,17 +35,18 @@ The following target platforms are supported, and you can find them at the links | Forge | 1.16.2 | `Dynmap--forge-1.16.2.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Forge | 1.16.3 | `Dynmap--forge-1.16.3.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Forge | 1.16.4 | `Dynmap--forge-1.16.4.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | +| Forge | 1.16.5 | `Dynmap--forge-1.16.5.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Fabric | 1.15.2 | `Dynmap--fabric-1.15.2.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Fabric | 1.16.1 | `Dynmap--fabric-1.16.1.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Fabric | 1.16.2 | `Dynmap--fabric-1.16.2.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | -| Fabric | 1.16.4 |`Dynmap--fabric-1.16.4.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | +| Fabric | 1.16.4 | `Dynmap--fabric-1.16.4.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | # Data Storage Dynmap supports the following storage backends: - Flat files: The default for a new installation - SQLite - MySQL -- PostgreSQL +- PostgreSQL (JDBC driver for this is now bundled with the Dynmap JAR) - MariaDB # Contributing to Dynmap's Code