-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
766dc04
commit b5b5a8a
Showing
6 changed files
with
921 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: SashaSemenishchev <sashasemenishchev@gmail.com> | ||
Date: Sat, 7 Dec 2024 18:27:38 +0100 | ||
Subject: [PATCH] Rebrand | ||
|
||
|
||
diff --git a/src/main/java/org/bukkit/command/defaults/VersionCommand.java b/src/main/java/org/bukkit/command/defaults/VersionCommand.java | ||
index c880d0010849ab733ad13bbd18fab3c864d0cf61..a972645d975844ddcbe5f7a8949f6ba35a333456 100644 | ||
--- a/src/main/java/org/bukkit/command/defaults/VersionCommand.java | ||
+++ b/src/main/java/org/bukkit/command/defaults/VersionCommand.java | ||
@@ -259,7 +259,7 @@ public class VersionCommand extends BukkitCommand { | ||
// Purpur start | ||
int distance = getVersionFetcher().distance(); | ||
final Component message = Component.join(net.kyori.adventure.text.JoinConfiguration.separator(Component.newline()), | ||
- ChatColor.parseMM("<grey>Current Purpur Version: %s%s*", distance == 0 ? "<green>" : distance > 0 ? "<yellow>" : "<red>", Bukkit.getVersion()), | ||
+ ChatColor.parseMM("<grey>Current Purpurleaf Version: %s%s*", distance == 0 ? "<green>" : distance > 0 ? "<yellow>" : "<red>", Bukkit.getVersion()), | ||
// Purpur end | ||
msg | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.