Skip to content

Commit bd5e1d1

Browse files
committed
Update something?
1 parent fccc961 commit bd5e1d1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See [PurpurMC/Purpur](https://github.com/PurpurMC/Purpur), [PaperMC/Paper](https
3030

3131
## bStats
3232

33-
[![bStats Graph Data](https://bstats.org/signatures/server-implementation/Purpur.svg)](https://bstats.org/plugin/server-implementation/Purpur)
33+
[![bStats Graph Data](https://bstats.org/signatures/server-implementation/Purpur.svg)](https://bstats.org/plugin/server-implementation/Zero)
3434

3535

3636
## API

zero-server/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ tasks.jar {
222222
val git = Git(rootProject.layout.projectDirectory.path)
223223
val mcVersion = rootProject.providers.gradleProperty("mcVersion").get()
224224
val build = System.getenv("BUILD_NUMBER") ?: null
225-
val buildTime = Instant.now() // Zero: Always use current time
225+
val buildTime = if (build != null) Instant.now() else Instant.EPOCH // Zero
226226
val gitHash = git.exec(providers, "rev-parse", "--short=7", "HEAD").get().trim()
227227
val implementationVersion = "$mcVersion-${build ?: "DEV"}-$gitHash"
228228
val date = git.exec(providers, "show", "-s", "--format=%ci", gitHash).get().trim()
@@ -235,7 +235,7 @@ tasks.jar {
235235
"Specification-Title" to "Zero", // Zero
236236
"Specification-Version" to project.version,
237237
"Specification-Vendor" to "Zero Team", // Zero
238-
"Brand-Id" to "zeromc:zero", // Zero
238+
"Brand-Id" to "oneachina:zero", // Zero
239239
"Brand-Name" to "Zero", // Zero
240240
"Build-Number" to (build ?: ""),
241241
"Build-Time" to buildTime.toString(),
@@ -407,8 +407,8 @@ tasks.registerRunTask("runReobfPaperclip") {
407407
// tasks.register("rebuildMinecraftSourcesWithGit") {
408408
// group = "temp"
409409
//
410-
// val patchDir = project.rootDir.resolve("purpur-server/minecraft-patches/sources").convertToPath().cleanDir()
411-
// val inputDir = this.project.rootDir.resolve("purpur-server/src/minecraft/java").convertToPath()
410+
// val patchDir = project.rootDir.resolve("zero-server/minecraft-patches/sources").convertToPath().cleanDir()
411+
// val inputDir = this.project.rootDir.resolve("zero-server/src/minecraft/java").convertToPath()
412412
//
413413
// val git = Git(inputDir)
414414
// git("stash", "push").executeSilently(silenceErr = true)

zero-server/src/minecraft/java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 40dddec60637034df8cd7dc3cbd0d2dba22faff6
1+
Subproject commit d1dc670298b5a1ee121dac8de0a7ccf9b34955c0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 2879a4fa8337f52c99f76d4e5b6b6af029c4e393
1+
Subproject commit 3938c014cd8824a61da17ef9cc2ff872a9030c5f

0 commit comments

Comments
 (0)