mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
4.0.7
This commit is contained in:
parent
5782caa082
commit
05c80d27aa
@ -1,5 +1,5 @@
|
||||
name: CommandPanels
|
||||
version: 4.0.6
|
||||
version: 4.0.7
|
||||
api-version: 1.21.8
|
||||
|
||||
main: me.rockyhawk.commandpanels.CommandPanels
|
||||
|
||||
@ -21,7 +21,9 @@ public class VersionCommand implements SubCommand {
|
||||
@Override
|
||||
public boolean execute(Context ctx, CommandSender sender, String[] args) {
|
||||
ctx.text.sendInfo(sender, "");
|
||||
sender.sendMessage(Component.text("Version ", NamedTextColor.DARK_GREEN)
|
||||
sender.sendMessage(Component.text("Developer ", NamedTextColor.DARK_AQUA)
|
||||
.append(Component.text("RockyHawk", NamedTextColor.WHITE)));
|
||||
sender.sendMessage(Component.text("Version ", NamedTextColor.DARK_AQUA)
|
||||
.append(Component.text(ctx.plugin.getDescription().getVersion(), NamedTextColor.WHITE)));
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user