Skip to content

Commit

Permalink
Correct plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloodDragon committed Jun 5, 2024
1 parent 82ed075 commit 6664612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tasks {
// Options
archiveAppendix.set("")
archiveClassifier.set("")
archiveBaseName.set("Authme")
destinationDirectory.set(file("$rootDir/outs"))
// Libraries Relocate
relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http")
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ${pluginDescription.name}
authors: [${pluginDescription.authors}]
name: Authme
authors: [sgdc3, games647, Hex3l, krusic22, DGun Otto]
website: https://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main}
main: fr.xephi.authme.Authme
folia-supported: true
version: 5.6.0-FORK-b50
api-version: 1.13
Expand Down

0 comments on commit 6664612

Please sign in to comment.