mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2024-11-14 21:23:33 +00:00
Updated plugin descriptions and group ids
This commit is contained in:
parent
8c36ecc4aa
commit
f65762698a
@ -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 {
|
||||
|
@ -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"]
|
||||
}
|
||||
|
||||
|
@ -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"]
|
||||
}
|
||||
|
||||
|
@ -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"]
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ subprojects {
|
||||
|
||||
bukkit {
|
||||
apiVersion = "1.20"
|
||||
author = "TotalFreedom"
|
||||
authors = {"allinkdev", "Paldiu", "evallll", "FlorianMichael", "VideoGameSmash12"}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user