restructure plugin.yml
This commit is contained in:
parent
f295b7b1ed
commit
680ba2b572
1 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
||||||
name: ZNPCsPlus
|
name: ZNPCsPlus
|
||||||
|
authors:
|
||||||
|
- Pyr (Pyr#6969)
|
||||||
|
|
||||||
main: lol.pyr.znpcsplus.ZNPCsPlus
|
main: lol.pyr.znpcsplus.ZNPCsPlus
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
|
|
||||||
version: ${version}
|
version: ${version}
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
|
||||||
|
folia-supported: true
|
||||||
|
|
||||||
softdepend:
|
softdepend:
|
||||||
- PlaceholderAPI
|
- PlaceholderAPI
|
||||||
- ServersNPC
|
- ServersNPC
|
||||||
|
@ -11,6 +18,4 @@ softdepend:
|
||||||
- ViaVersion
|
- ViaVersion
|
||||||
- ViaBackwards
|
- ViaBackwards
|
||||||
- ViaRewind
|
- ViaRewind
|
||||||
- Geyser-Spigot
|
- Geyser-Spigot
|
||||||
authors: [Pyr (Pyr#6969)]
|
|
||||||
folia-supported: true
|
|
Loading…
Reference in a new issue