mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 03:43:51 -07:00
@@ -12,7 +12,7 @@
|
||||
public class CommandTime {
|
||||
|
||||
public CommandTime() {}
|
||||
@@ -47,12 +52,18 @@
|
||||
@@ -49,12 +54,18 @@
|
||||
}
|
||||
|
||||
public static int setTime(CommandListenerWrapper commandlistenerwrapper, int i) {
|
||||
@@ -32,8 +32,8 @@
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
commandlistenerwrapper.sendSuccess(IChatBaseComponent.translatable("commands.time.set", i), true);
|
||||
@@ -60,12 +71,18 @@
|
||||
commandlistenerwrapper.sendSuccess(() -> {
|
||||
@@ -64,12 +75,18 @@
|
||||
}
|
||||
|
||||
public static int addTime(CommandListenerWrapper commandlistenerwrapper, int i) {
|
||||
|
Reference in New Issue
Block a user