Updated plugin descriptions and group ids

This commit is contained in:
Paldiu 2023-08-22 21:02:45 -05:00 committed by GitHub
parent 8c36ecc4aa
commit f65762698a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ dependencies {
bukkit {
main = "fns.cladis.Cladis"
description = "Network Manager integration for the Freedom Network Suite."
description = "FreedomNetworkSuite Optional NetworkManager Integration"
}
test {

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'fns'
group = 'fns.corvo'
version = '1.0.0'
repositories {
@ -18,7 +18,7 @@ dependencies {
bukkit {
main = "fns.corvo.Corvo"
description = "Services and Listeners for the Freedom Network Suite"
description = "FreedomNetworkSuite Optional Services and Listeners"
depend = ["Patchwork"]
}

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'me.totalfreedom'
group = 'fns.datura'
version = '1.0.0'
repositories {
@ -18,7 +18,7 @@ dependencies {
bukkit {
main = "fns.datura.Datura"
description = "Data Manager for the Freedom Network Suite"
description = "Freedom Network Suite Data Management Module"
depend = ["Patchwork"]
}

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'fns'
group = 'fns.fossil'
version = '1.0.0'
repositories {
@ -18,7 +18,7 @@ dependencies {
bukkit {
main = "fns.fossil.Fossil"
description = "The Freedom Server module."
description = "FreedomNetworkSuite Freedom Server Module"
depend = ["Datura", "Patchwork"]
}

View File

@ -34,7 +34,7 @@ subprojects {
bukkit {
apiVersion = "1.20"
author = "TotalFreedom"
authors = {"allinkdev", "Paldiu", "evallll", "FlorianMichael", "VideoGameSmash12"}
}
dependencies {