Add tuinity.yml and server.properties to timings config tab

This commit is contained in:
William Blake Galbreath
2020-03-08 15:27:59 -05:00
parent a32448bda1
commit aefaadb08f
9 changed files with 111 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
From edf1d2066b94a4e52c17e326ace3b64289ecee8b Mon Sep 17 00:00:00 2001
From 7237c98d2466a3bbbf909eced8c728aa5242fdcf Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
Date: Thu, 30 Jan 2020 00:41:08 -0600
Subject: [PATCH] Add tick times API
@@ -39,10 +39,10 @@ index 50415189c..8fbda2aee 100644
+ // Purpur end
}
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
index e0d207d73..6be24c16c 100644
index 0c45c9af3..75bf097ed 100644
--- a/src/main/java/org/bukkit/Server.java
+++ b/src/main/java/org/bukkit/Server.java
@@ -1420,4 +1420,21 @@ public interface Server extends PluginMessageRecipient {
@@ -1430,4 +1430,21 @@ public interface Server extends PluginMessageRecipient {
*/
int getCurrentTick();
// Paper end