Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Include website url in plugin.yml (#3897)
Dieser Commit ist enthalten in:
Ursprung
2a088c08ed
Commit
2dad770d67
@ -7,7 +7,7 @@ tasks {
|
||||
// Variable replacements
|
||||
processResources {
|
||||
filesMatching(listOf("plugin.yml", "fabric.mod.json")) {
|
||||
expand("version" to project.version, "description" to project.description)
|
||||
expand("version" to project.version, "description" to project.description, "url" to "https://viaversion.com")
|
||||
}
|
||||
}
|
||||
javadoc {
|
||||
|
@ -3,6 +3,7 @@ main: com.viaversion.viaversion.ViaVersionPlugin
|
||||
authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01 ]
|
||||
version: ${version}
|
||||
description: ${description}
|
||||
website: ${url}
|
||||
api-version: 1.13
|
||||
folia-supported: true
|
||||
loadbefore: [ ProtocolLib ]
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren