Skip to content

Commit

Permalink
Added command alias to check command
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Oct 28, 2024
1 parent a723f49 commit 331cdc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void onSearch(final CommandSender sender,@Optional final EntityType entit

@Private
@Subcommand("check")
@CommandAlias("cslcheck")
@CommandPermission("csl.check")
@Description("Debug command for checking the amount & limit of an entity in the current chunk")
public void onCheck(final @NotNull Player player, final @NotNull EntityType entityType) {
Expand Down

0 comments on commit 331cdc6

Please sign in to comment.