From 85d02829d0eb373b08ae384bf60a2c4aa8a90b0b Mon Sep 17 00:00:00 2001 From: Levi Muniz Date: Mon, 24 Jun 2024 15:50:57 -0600 Subject: [PATCH] docs: Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36ae729..72a1358 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,12 @@ In order to use this template for yourself, there are a few things that you will ### Release Info #### PaperMC Version Mapping -Here's a list of the PaperMC versions and the versions of this project they were built with. +Here's a list of the PaperMC versions and the versions of this latest compatible version. | PaperMC | ExamplePlugin | |---------|---------------| -| 1.20.6 | 3.10.0+ | +| 1.21 | 3.12.0+ | +| 1.20.6 | 3.11.0 | | 1.20.4 | 3.9.3 | | 1.20.2 | 3.8.4 | | 1.20.1 | 3.7.1 |