Updated Upstream (Purpur)
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PlazmaMC/Purpur@133a1cb let's begin PlazmaMC/Purpur@81b8d32 update API PlazmaMC/Purpur@60f73e4 first 50 patches done PlazmaMC/Purpur@6230542 at 100 patches now PlazmaMC/Purpur@87e5f45 200 patches PlazmaMC/Purpur@e74f718 the rest of the patches PlazmaMC/Purpur@e148391 it compiles! \o/ PlazmaMC/Purpur@cdea790 Updated Upstream (Paper) PlazmaMC/Purpur@8a46226 please the scanJarForBadCalls task PlazmaMC/Purpur@01e013b Updated Upstream (Paper) PlazmaMC/Purpur@cb4586d Updated Upstream (Paper) PlazmaMC/Purpur@e068628 Updated Upstream (Paper) PlazmaMC/Purpur@fdadc8d [ci-skip] update foojay resolver convention plugin PlazmaMC/Purpur@414fe5f work PlazmaMC/Purpur@2379df3 250/305 patches done PlazmaMC/Purpur@c90aa13 All done PlazmaMC/Purpur@ec8f7d0 Fix build PlazmaMC/Purpur@db6f54b rebuild patches
This commit is contained in:
@@ -5,10 +5,10 @@ Subject: [PATCH] Console logging tweaks
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java b/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
|
||||
index a970e00482952318c258fc406cb7c39a229b65bc..3fb6225335060b34b5c541e24dd3a261f24ddeb5 100644
|
||||
index a970e00482952318c258fc406cb7c39a229b65bc..879c090d9c4574a2cd45a0eb1bf9cb171834d940 100644
|
||||
--- a/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
|
||||
+++ b/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
|
||||
@@ -180,16 +174,6 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
@@ -180,16 +180,6 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
DedicatedServer.LOGGER.warn("To start the server with more ram, launch it as \"java -Xmx1024M -Xms1024M -jar minecraft_server.jar\"");
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ index a970e00482952318c258fc406cb7c39a229b65bc..3fb6225335060b34b5c541e24dd3a261
|
||||
DedicatedServer.LOGGER.info("Loading properties");
|
||||
DedicatedServerProperties dedicatedserverproperties = this.settings.getProperties();
|
||||
|
||||
@@ -318,6 +302,7 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
@@ -318,6 +308,7 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
String proxyFlavor = (io.papermc.paper.configuration.GlobalConfiguration.get().proxies.velocity.enabled) ? "Velocity" : "BungeeCord";
|
||||
String proxyLink = (io.papermc.paper.configuration.GlobalConfiguration.get().proxies.velocity.enabled) ? "https://docs.papermc.io/velocity/security" : "http://www.spigotmc.org/wiki/firewall-guide/";
|
||||
// Paper end
|
||||
@@ -33,7 +33,7 @@ index a970e00482952318c258fc406cb7c39a229b65bc..3fb6225335060b34b5c541e24dd3a261
|
||||
if (!this.usesAuthentication()) {
|
||||
DedicatedServer.LOGGER.warn("**** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!");
|
||||
DedicatedServer.LOGGER.warn("The server will make no attempt to authenticate usernames. Beware.");
|
||||
@@ -331,9 +316,21 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
@@ -331,9 +322,21 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
|
||||
DedicatedServer.LOGGER.warn("While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.");
|
||||
}
|
||||
// Spigot end
|
||||
|
||||
Reference in New Issue
Block a user