diff --git a/README.md b/README.md index 7d93bd5..74e66f7 100755 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ NPCLib – Basic non-player character library.
[![Release](https://jitpack.io/v/JitseB/NPCLib.svg)](https://github.com/JitseB/NPCLib/releases) [![Build Status](https://travis-ci.com/JitseB/NPCLib.svg?branch=master)](https://travis-ci.com/JitseB/NPCLib) [![JDK](https://img.shields.io/badge/Using-Java%208-blue.svg)](http://jdk.java.net/8/) -[![Versions](https://img.shields.io/badge/MC-1.7.10%20--%201.14.4-blue.svg)](https://github.com/JitseB/NPCLib/releases) +[![Versions](https://img.shields.io/badge/MC-1.7.10%20--%201.15.2-blue.svg)](https://github.com/JitseB/NPCLib/releases) [![Resource](https://img.shields.io/badge/SpigotMC-Resource-orange.svg)](https://www.spigotmc.org/resources/npclib.55884/) = -This is an API made specifically for spigot servers (Minecraft). Current supported versions: **1.8 - 1.14.4**\*. Lightweight replacement for Citizens. NPCLib only uses packets instead of registering the entity in the actual Minecraft server. +This is an API made specifically for spigot servers (Minecraft). Current supported versions: **1.8 - 1.15.2**\*. Lightweight replacement for Citizens. NPCLib only uses packets instead of registering the entity in the actual Minecraft server. \*You can find a version of NPCLib with basic support for 1.7.10 on the [legacy branch](https://github.com/JitseB/NPCLib/tree/legacy). This branch is not actively maintained as the master branch. This version does not support multi-line text. @@ -48,7 +48,7 @@ If you have NPCLib under your `plugins` folder, you may use the following: net.jitse npclib-api - 2.3-SNAPSHOT + 2.5-SNAPSHOT compile @@ -56,7 +56,7 @@ If you have NPCLib under your `plugins` folder, you may use the following: If you do not want to have NPCLib in your `plugins` folder, you need to use the `npclib-plugin` artifact and [shade it](https://maven.apache.org/plugins/maven-shade-plugin/) accordingly. -[Click here](https://github.com/JitseB/NPCLib/releases/latest) to download the latest release. +[Click here](https://github.com/JitseB/NPCLib/releases/latest) to view the latest release. **[Click here](https://github.com/JitseB/NPCLib/blob/master/DOCUMENTATION.md) for an elaborate explanation on how to use NPCLib in your next project.** @@ -67,21 +67,16 @@ If you do not want to have NPCLib in your `plugins` folder, you need to use the The API JAR will be under `/api/target/` and the plugin JAR (which includes all necessary NMS code) will be under `/plugins/target/`. -## License and plugins using NPCLib +## License NPCLib is licensed under the [MIT license](https://github.com/JitseB/NPCLib/blob/master/LICENSE.md). -Developers are free to use NPCLib for both private and commercial use. However, it would be nice to acknowledge me. - -You (the developer) can also contact me if you wish to be added to the list below. - -Plugin(s) using NPCLib: - - [PremiumHub](https://www.spigotmc.org/resources/premiumhub-a-new-recode-is-soon-here.32110/) (by Vouchs). +Developers are free to use NPCLib for both private and commercial use. However, it would still be nice to acknowledge me. ## Acknowledgement -We thank all those who have [contributed](https://github.com/JitseB/NPCLib/graphs/contributors) to the creation of what NPCLib is today. +I thank all those who have [contributed](https://github.com/JitseB/NPCLib/graphs/contributors) to NPCLib over the course of its development. -Please view the credits [here](https://github.com/JitseB/NPCLib/blob/master/CREDITS.md). +Please view other credits [here](https://github.com/JitseB/NPCLib/blob/master/CREDITS.md). ## Copyright