Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483)
This commit is contained in:
parent
b74e691256
commit
ff3f449b33
73 changed files with 63 additions and 77 deletions
|
@ -6,7 +6,7 @@ Subject: [PATCH] Paper dumpitem command
|
|||
Let's you quickly view the item in your hands NBT data
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/PaperCommand.java b/src/main/java/com/destroystokyo/paper/PaperCommand.java
|
||||
index 42583cc3a6e2631614a4b9c303b1cfa4c9ae92c6..847ff34a56b7477996901662c25f50b79262f4e1 100644
|
||||
index 30452d2cef4d296513d582f65264ae58ad7609fc..f170dff5140d9beaaee3d987ae820b5971a8aa49 100644
|
||||
--- a/src/main/java/com/destroystokyo/paper/PaperCommand.java
|
||||
+++ b/src/main/java/com/destroystokyo/paper/PaperCommand.java
|
||||
@@ -20,6 +20,7 @@ import net.minecraft.server.level.ServerPlayer;
|
||||
|
@ -36,7 +36,7 @@ index 42583cc3a6e2631614a4b9c303b1cfa4c9ae92c6..847ff34a56b7477996901662c25f50b7
|
|||
|
||||
public PaperCommand(String name) {
|
||||
super(name);
|
||||
@@ -165,6 +168,9 @@ public class PaperCommand extends Command {
|
||||
@@ -170,6 +173,9 @@ public class PaperCommand extends Command {
|
||||
case "reload":
|
||||
doReload(sender);
|
||||
break;
|
||||
|
@ -46,7 +46,7 @@ index 42583cc3a6e2631614a4b9c303b1cfa4c9ae92c6..847ff34a56b7477996901662c25f50b7
|
|||
case "debug":
|
||||
doDebug(sender, args);
|
||||
break;
|
||||
@@ -466,6 +472,23 @@ public class PaperCommand extends Command {
|
||||
@@ -478,6 +484,23 @@ public class PaperCommand extends Command {
|
||||
|
||||
Command.broadcastCommandMessage(sender, ChatColor.GREEN + "Paper config reload complete.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue