ci: Use FancyVerteiler (#170)

* ci: Use FancyVerteiler for FD snapshot

* Update configs

* Revert some stuff

* Use FancyVerteiler for all plugins

* Fixes

* Fix

* Delete deployment tool
This commit is contained in:
Oliver
2025-12-03 16:11:23 +01:00
committed by GitHub
parent 54572f1736
commit 47bb6f7a10
25 changed files with 324 additions and 696 deletions

View File

@@ -1,30 +1,31 @@
{
"project_name": "FancyHolograms",
"project_id": "5QNgOj66",
"plugin_jar_path": "../../../../plugins/fancyholograms/build/libs/FancyHolograms-%VERSION%.jar",
"changelog_path": "../../../../plugins/fancyholograms/CHANGELOG.md",
"version_path": "../../../../plugins/fancyholograms/VERSION",
"supported_versions": [
"1.20.5",
"1.20.6",
"1.21",
"1.21.1",
"1.21.2",
"1.21.3",
"1.21.4",
"1.21.5",
"1.21.6",
"1.21.7",
"1.21.8",
"1.21.9",
"1.21.10",
"1.21.11",
"1.21.11"
],
"channel": "RELEASE",
"loaders": [
"paper",
"folia"
],
"featured": true
"plugin_jar_path": "/plugins/fancyholograms/build/libs/FancyHolograms-%VERSION%.jar",
"changelog_path": "/plugins/fancyholograms/CHANGELOG.md",
"version_path": "/plugins/fancyholograms/VERSION",
"modrinth": {
"project_id": "5QNgOj66",
"supported_versions": [
"1.20.5",
"1.20.6",
"1.21",
"1.21.1",
"1.21.2",
"1.21.3",
"1.21.4",
"1.21.5",
"1.21.6",
"1.21.7",
"1.21.8",
"1.21.9",
"1.21.10",
"1.21.11"
],
"channel": "release",
"loaders": [
"paper",
"folia"
],
"featured": true
}
}