From 5478eec455a60e08cd317712470b039931297677 Mon Sep 17 00:00:00 2001 From: Stijn Bannink Date: Fri, 5 Aug 2022 14:24:25 +0200 Subject: [PATCH] Removed BKCommonLib dependecy from README, updated javadoc URL --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6033735..390c346 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This API helps developer with viewing images on maps. It supports Spigot 1.12 - ## Dependencies: -- [BKCommonLib](https://www.spigotmc.org/resources/bkcommonlib.39590/) - [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) ## Usage: @@ -51,9 +50,11 @@ controller.showInFrame(p, frame, true); controller.showInHand(p, true); ``` -More information can be found on the [JavaDoc](https://sbdplugins.nl/javadoc/mapreflectionapi/). +More information can be found on the [JavaDoc](https://sbdevelopment.tech/javadoc/mapreflectionapi/). ## Credits: This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses other dependencies. + +This plugin includes classes from BKCommonLib. Please checkout the README in that package for more information.