From a86c8a29e13a5ec5ac06064868825e6d41ee32ec Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 28 Feb 2022 21:30:51 -0600 Subject: [PATCH] Update README for 1.18.2 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b430b538..f6469e63 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Or (on Windows): gradlew.bat setup build -The Forge 1.11.2 and 1.12.2 versions (specifically ForgeGradle for these) are very sensitive to being built by JDK 8, so to build them, +The Forge 1.12.2 versions (specifically ForgeGradle for these) are very sensitive to being built by JDK 8, so to build them, set JAVA_HOME to correspond to a JDK 8 installation, then build using the following; cd oldgradle @@ -38,11 +38,9 @@ The following target platforms are supported, and you can find them at the links | Server type | Version | Dynmap JAR | Where? | | ------------ | ------- | ---------- | ------ | -| Spigot/PaperMC | ≤1.18.1 | `Dynmap--spigot.jar` | [SpigotMC](https://www.spigotmc.org/resources/dynmap.274/) | -| Spigot/PaperMC | ≤1.18.1 | `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) | +| Spigot/PaperMC | ≤1.18.2 | `Dynmap--spigot.jar` | [SpigotMC](https://www.spigotmc.org/resources/dynmap.274/) | +| Spigot/PaperMC | ≤1.18.2 | `Dynmap--spigot.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) | | Forge | 1.14.4 | `Dynmap--forge-1.14.4.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | | Forge | 1.15.2 | `Dynmap--forge-1.15.2.jar` | [GitHub Releases](https://github.com/webbukkit/dynmap/releases) | | Forge | 1.16.5 | `Dynmap--forge-1.16.5.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | @@ -52,6 +50,7 @@ The following target platforms are supported, and you can find them at the links | Fabric | 1.16.4, 1.16.5 | `Dynmap--fabric-1.16.4.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Fabric | 1.17.1 | `Dynmap--fabric-1.17.1.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | | Fabric | 1.18, 1.18.1 | `Dynmap--fabric-1.18.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | +| Fabric | 1.18.2 | `Dynmap--fabric-1.18.2.jar` | [Curseforge](https://www.curseforge.com/minecraft/mc-mods/dynmapforge) | # Data Storage Dynmap supports the following storage backends: @@ -60,6 +59,7 @@ Dynmap supports the following storage backends: - SQLite† - PostgreSQL (JDBC driver for this is now bundled with the Dynmap JAR) - MariaDB - is compatible with MySQL +- AWS S3 (allows S3 bucket to be used for storage AND as web site host) - †Note: drivers for SQL are usually included for Spigot and its derivatives but not included with other platforms or Dynmap. For Forge and Fabric servers we recommend Kosma's [SQLite mod](https://www.curseforge.com/minecraft/mc-mods/sqlite-jdbc) or [MySQL mod](https://www.curseforge.com/minecraft/mc-mods/mysql-jdbc) to add the needed drivers. Additionally, injecting driver classes into jar file will be recognized and supported. # Contributing to Dynmap's Code