Update plugin description and group id.

This commit is contained in:
Paldiu 2023-08-22 20:52:22 -05:00 committed by GitHub
parent 8a32d9980d
commit e8213d5efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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