Correct plugin.yml
This commit is contained in:
parent
82ed075ee8
commit
6664612b73
@ -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")
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user