From 680ba2b572c87b491c141b72c955d24b8c6b3904 Mon Sep 17 00:00:00 2001 From: Pyrbu Date: Wed, 3 May 2023 16:56:09 +0100 Subject: [PATCH] restructure plugin.yml --- plugin/src/main/resources/plugin.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/plugin/src/main/resources/plugin.yml b/plugin/src/main/resources/plugin.yml index bda48a8..ad35e73 100644 --- a/plugin/src/main/resources/plugin.yml +++ b/plugin/src/main/resources/plugin.yml @@ -1,8 +1,15 @@ name: ZNPCsPlus +authors: + - Pyr (Pyr#6969) + main: lol.pyr.znpcsplus.ZNPCsPlus load: POSTWORLD + version: ${version} api-version: 1.13 + +folia-supported: true + softdepend: - PlaceholderAPI - ServersNPC @@ -11,6 +18,4 @@ softdepend: - ViaVersion - ViaBackwards - ViaRewind - - Geyser-Spigot -authors: [Pyr (Pyr#6969)] -folia-supported: true \ No newline at end of file + - Geyser-Spigot \ No newline at end of file