Add 'folia-supported' flag to plugin.yml

A 'folia-supported' flag is added to the plugin.yml file of the YardWatch project. This flag will provide compatibility with any Folia-powered systems, improving the plugin's functionality and coverage.
This commit is contained in:
2024-03-22 11:17:59 +01:00
parent 103f36f9a1
commit 219a0da639
+1
View File
@@ -2,6 +2,7 @@ name: '${project.artifactId}'
version: '${project.version}' version: '${project.version}'
main: me.youhavetrouble.yardwatch.YardWatch main: me.youhavetrouble.yardwatch.YardWatch
api-version: '1.16' api-version: '1.16'
folia-supported: true
softdepend: softdepend:
- "WorldGuard" - "WorldGuard"
- "GriefPrevention" - "GriefPrevention"