3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00

Updated Upstream (CraftBukkit)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
f992ce60 Fix duplicate datapack reload on /reload
Dieser Commit ist enthalten in:
Jason Penilla 2021-06-14 23:51:30 -07:00
Ursprung a3de494f11
Commit c9f654db91
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0E75A301420E48F8
3 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("io.papermc.paperweight.core") version "1.0.1"
id("io.papermc.paperweight.core") version "1.0.1-LOCAL-SNAPSHOT"
}
subprojects {

Datei anzeigen

@ -1,9 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven("https://papermc.io/repo/repository/maven-public/")
}
}
includeBuild("../paperweight")
rootProject.name = "Paper"

@ -1 +1 @@
Subproject commit 622cf6111905e787add191b9a88d62656439ef31
Subproject commit f992ce6097f846ed5967fc797d98ae3e84ef1b10