Skip to content

Commit 080f74f

Browse files
committed
Adds /cb v as an alias for /cb version
1 parent 0e0a577 commit 080f74f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/net/jadedmc/commandblockerpro/commands/CommandBlockerCMD.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public boolean onCommand(@NonNull CommandSender sender, @NonNull Command command
8484
return true;
8585

8686
// Displays the plugin version.
87+
case "v":
8788
case "version":
8889
ChatUtils.chat(sender, "<green><bold>CommandBlockerPro</bold> <dark_gray>» <green>Current version: <white>" + plugin.getDescription().getVersion());
8990
return true;

0 commit comments

Comments
 (0)