mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
Migrate PaperSpigot to Timings version 2
This commit is contained in:
parent
6e5b779d20
commit
097ffc44c1
3 changed files with 4571 additions and 2 deletions
3425
Spigot-API-Patches/Timings-v2.patch
Normal file
3425
Spigot-API-Patches/Timings-v2.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
DedicatedServer.LOGGER.info("Generating keypair");
|
DedicatedServer.LOGGER.info("Generating keypair");
|
||||||
this.a(MinecraftEncryption.b());
|
this.a(MinecraftEncryption.b());
|
||||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
index eca86db8..bb46799 100644
|
||||||
--- a/src/main/java/net/minecraft/server/World.java
|
--- a/src/main/java/net/minecraft/server/World.java
|
||||||
+++ b/src/main/java/net/minecraft/server/World.java
|
+++ b/src/main/java/net/minecraft/server/World.java
|
||||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||||
|
@ -123,7 +123,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ + "\n"
|
+ + "\n"
|
||||||
+ + "IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot )\n";
|
+ + "IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot )\n";
|
||||||
+ /*========================================================================*/
|
+ /*========================================================================*/
|
||||||
+ static YamlConfiguration config;
|
+ public static YamlConfiguration config;
|
||||||
+ static int version;
|
+ static int version;
|
||||||
+ static Map<String, Command> commands;
|
+ static Map<String, Command> commands;
|
||||||
+ /*========================================================================*/
|
+ /*========================================================================*/
|
||||||
|
|
1144
Spigot-Server-Patches/Timings-v2.patch
Normal file
1144
Spigot-Server-Patches/Timings-v2.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue