We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bb71f commit dfc786bCopy full SHA for dfc786b
src/main/java/pro/cloudnode/smp/enchantbookplus/MainCommand.java
@@ -48,7 +48,7 @@ public boolean onCommand(
48
@SuppressWarnings("SameReturnValue")
49
public boolean overview(final @NotNull CommandSender sender) {
50
PluginDescriptionFile description = plugin.getDescription();
51
- sender.sendMessage("§а" + description.getName() + " §fv" + description.getVersion() + " by §7"
+ sender.sendMessage("§a" + description.getName() + " §fv" + description.getVersion() + " by §7"
52
+ String.join(", ", description.getAuthors()));
53
54
return true;
0 commit comments