mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
deployment: Add Modrinth deployment configuration and service integration
This commit is contained in:
27
tools/deployment/example-config.json
Normal file
27
tools/deployment/example-config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"project_id": "fancyholograms",
|
||||
"plugin_jar_path": "../../../plugins/fancyholograms/build/libs/FancyHolograms-*.jar",
|
||||
"changelog_path": "../../../plugins/fancyholograms/CHANGELOG.md",
|
||||
"version": "3.0.0",
|
||||
"supported_versions":[
|
||||
"1.19.4",
|
||||
"1.20",
|
||||
"1.20.1",
|
||||
"1.20.2",
|
||||
"1.20.3",
|
||||
"1.20.4",
|
||||
"1.20.5",
|
||||
"1.20.6",
|
||||
"1.21",
|
||||
"1.21.1",
|
||||
"1.21.2",
|
||||
"1.21.3",
|
||||
"1.21.4"
|
||||
],
|
||||
"channel": "release",
|
||||
"loaders": [
|
||||
"paper",
|
||||
"folia"
|
||||
],
|
||||
"featured": true
|
||||
}
|
||||
Reference in New Issue
Block a user