From 7acaa1ce43039084b99de94dc3fd62771c024c8a Mon Sep 17 00:00:00 2001 From: JitseB Date: Wed, 25 Apr 2018 21:50:49 +0200 Subject: [PATCH] Changed README. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ed5b93..7c24e32 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,9 @@ NPCLib – Basic non-player character library.
This is an API made specifically for spigot servers (Minecraft). Current supported versions: **1.8 - 1.12**. Lightweight replacement for Citizens. NPCLib only uses packets instead of registering the entity in the actual Minecraft server. -Spigot resource: https://www.spigotmc.org/resources/npclib.55884/ - -Spigot thread: https://www.spigotmc.org/threads/npclib-–-basic-non-player-character-library.314460/ - -Youtube preview: https://youtu.be/LqwdqIxPIvE +**Resource**: https://www.spigotmc.org/resources/npclib.55884/ +**Thread**: https://www.spigotmc.org/threads/npclib-–-basic-non-player-character-library.314460/ +**Preview**: https://youtu.be/LqwdqIxPIvE ### Notice If any developer out there knows how to convert this project to Maven, please consider contacting me or creating a pull request. I have yet to come up with a good solution for the (older) NMS code repositories. I would love to add a CI system to this repository for easier collaboration.