Skip to content

Commit e892bd8

Browse files
committed
slight message alteration
1 parent a5781d1 commit e892bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/adhdmc/scythe/Commands/CommandHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public List<String> onTabComplete(CommandSender sender, Command command, String
3030
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
3131
if (args.length == 0){
3232
sender.sendMessage(mM.deserialize("<click:open_url:'https://github.com/RhythmicSys/Scythe'><hover:show_text:'<gray>Click here to visit the GitHub!'>" +
33-
"<green>Scythe Version: <version> </hover></click>| Authors: " +
33+
"<green>Scythe Version: <version> </hover></click><aqua>| Authors:" +
3434
"<click:open_url:'https://github.com/RhythmicSys'>" +
3535
"<hover:show_text:'<gray>Click here to visit Rhythmic\\'s GitHub!'>" +
36-
"Rhythmic", Placeholder.parsed("version", String.valueOf(Scythe.version))));
36+
"<dark_aqua> Rhythmic", Placeholder.parsed("version", String.valueOf(Scythe.version))));
3737
return true;
3838
}
3939
String command = args[0].toLowerCase();

0 commit comments

Comments
 (0)