Fixed tab name issue, added metrics, changed version to 2.6-SNAPSHOT

This commit is contained in:
Jitse Boonstra
2020-04-18 13:39:10 +02:00
parent ab57a9b861
commit ce251d8167
41 changed files with 829 additions and 143 deletions
+4 -1
View File
@@ -12,4 +12,7 @@ This is an API made specifically for spigot servers (Minecraft). Current support
I used this module of ProtocolLib to intercept packets sent by players whilst interacting with NPCs. After retrieving the data from these packets, I can call a new [NPCInteractEvent](https://github.com/JitseB/NPCLib/blob/master/commons/src/main/java/net/jitse/npclib/events/NPCInteractEvent.java).
### [MineSkin](https://mineskin.org) by Haylee Schäfer
I integrated MineSkin into NPCLib as an easy way for developers to give NPCs a custom skin without buying multiple Minecraft accounts or saving the skin data themselves.
I integrated MineSkin into NPCLib as an easy way for developers to give NPCs a custom skin without buying multiple Minecraft accounts or saving the skin data themselves.
### [bStats](https://bstats.org) by BtoBastian
I use bStats to see how much server are using NPCLib, keeps me motivated and gives me insight in which version are used most. You can see the statistics of NPCLib [here](https://bstats.org/plugin/bukkit/JMB-NPCLib).