From c2074e450491ec8810aadfc3e253fe8e2282444d Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Sun, 30 Jun 2024 22:56:04 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98f254a..1f20539 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MapReflectionAPI -This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.20. +This plugin helps developer with displaying images on maps. It supports Spigot 1.12 - 1.21. ## Usage: @@ -18,7 +18,7 @@ First, include the API using Maven: tech.sbdevelopment MapReflectionAPI - 1.6 + 1.6.4 provided ``` @@ -162,7 +162,6 @@ public class MapRenderDistanceListener implements Listener { ## Credits: -This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses -other dependencies. +This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to the latest version of Minecraft and uses other dependencies. This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information.