Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +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
|
// Variable replacements
|
||||||
processResources {
|
processResources {
|
||||||
filesMatching(listOf("plugin.yml", "fabric.mod.json")) {
|
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 {
|
javadoc {
|
||||||
|
@ -3,6 +3,7 @@ main: com.viaversion.viaversion.ViaVersionPlugin
|
|||||||
authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01 ]
|
authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01 ]
|
||||||
version: ${version}
|
version: ${version}
|
||||||
description: ${description}
|
description: ${description}
|
||||||
|
website: ${url}
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
folia-supported: true
|
folia-supported: true
|
||||||
loadbefore: [ ProtocolLib ]
|
loadbefore: [ ProtocolLib ]
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren