mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancyholograms: add deployment config
This commit is contained in:
3
plugins/fancyholograms/CHANGELOG.md
Normal file
3
plugins/fancyholograms/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
- Test 1
|
||||
- Test 2
|
||||
- Test 3
|
||||
1
plugins/fancyholograms/VERSION
Normal file
1
plugins/fancyholograms/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
2.4.2
|
||||
@@ -1,7 +1,5 @@
|
||||
import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
|
||||
import net.minecrell.pluginyml.paper.PaperPluginDescription
|
||||
import java.io.BufferedReader
|
||||
import java.io.InputStreamReader
|
||||
|
||||
plugins {
|
||||
id("java-library")
|
||||
@@ -125,6 +123,7 @@ tasks {
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveBaseName.set("FancyHolograms")
|
||||
archiveClassifier.set("")
|
||||
|
||||
dependsOn(":plugins:fancyholograms:api:shadowJar")
|
||||
|
||||
27
plugins/fancyholograms/deploymentConfig.json
Normal file
27
plugins/fancyholograms/deploymentConfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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.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