Correct plugin.yml

This commit is contained in:
MC~蛟龙 2024-06-05 21:34:11 +08:00
parent 82ed075ee8
commit 6664612b73
2 changed files with 4 additions and 3 deletions

View File

@ -131,6 +131,7 @@ tasks {
// Options // Options
archiveAppendix.set("") archiveAppendix.set("")
archiveClassifier.set("") archiveClassifier.set("")
archiveBaseName.set("Authme")
destinationDirectory.set(file("$rootDir/outs")) destinationDirectory.set(file("$rootDir/outs"))
// Libraries Relocate // Libraries Relocate
relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http") relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http")

View File

@ -1,8 +1,8 @@
name: ${pluginDescription.name} name: Authme
authors: [${pluginDescription.authors}] authors: [sgdc3, games647, Hex3l, krusic22, DGun Otto]
website: https://github.com/HaHaWTH/AuthMeReReloaded/ website: https://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main} main: fr.xephi.authme.Authme
folia-supported: true folia-supported: true
version: 5.6.0-FORK-b50 version: 5.6.0-FORK-b50
api-version: 1.13 api-version: 1.13