more additions to readme and plugin.yml
This commit is contained in:
parent
523e5ef401
commit
cc5ebc9ebe
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# ZNPCsPlus
|
# ZNPCsPlus
|
||||||
ZNPCsPlus is an unofficial fork of the popular NPC plugin ZNPCs written with the Spigot/Bukkit API originally made by
|
[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
|
||||||
gonzalez/ZNetwork. This fork was made because the original maintainer of the plugin decided to announce that he was
|
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)
|
[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).
|
in the original project's [official discord server](https://discord.com/invite/RhNMH4T).
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,5 @@ main: lol.pyr.znpcsplus.ZNPCsPlus
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
version: ${version}
|
version: ${version}
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
softdepend: [ PlaceholderAPI, ServersNPC ]
|
softdepend: [PlaceholderAPI, ServersNPC]
|
||||||
|
authors: [Gonzalez (g0b#3830), Pyr (Pyr#6969)]
|
Loading…
Reference in a new issue