more additions to readme and plugin.yml

This commit is contained in:
Pyr 2023-04-20 02:18:46 +01:00
parent 523e5ef401
commit cc5ebc9ebe
2 changed files with 4 additions and 3 deletions

@ -1,6 +1,6 @@
# ZNPCsPlus
ZNPCsPlus is an unofficial fork of the popular NPC plugin ZNPCs written with the Spigot/Bukkit API originally made by
gonzalez/ZNetwork. This fork was made because the original maintainer of the plugin decided to announce that he was
[ZNPCsPlus](https://www.spigotmc.org/resources/znpcsplus.109380/) is an unofficial fork of the popular NPC plugin ZNPCs written with the Spigot/Bukkit API originally made by
gonalez/ZNetwork. This fork was made because the original maintainer of the plugin decided to announce that he was
[dropping support for the plugin](https://media.discordapp.net/attachments/1093914615873806477/1098409384855474237/znpc.png)
in the original project's [official discord server](https://discord.com/invite/RhNMH4T).

@ -3,4 +3,5 @@ main: lol.pyr.znpcsplus.ZNPCsPlus
load: POSTWORLD
version: ${version}
api-version: 1.13
softdepend: [ PlaceholderAPI, ServersNPC ]
softdepend: [PlaceholderAPI, ServersNPC]
authors: [Gonzalez (g0b#3830), Pyr (Pyr#6969)]