Better aliases for cleanchat - added clearchat

This commit is contained in:
Pharma 2023-01-07 14:35:13 -06:00 committed by GitHub
parent c69c5524fe
commit d4f38f4b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;
@CommandPermissions(level = Rank.ADMIN, source = SourceType.BOTH) @CommandPermissions(level = Rank.ADMIN, source = SourceType.BOTH)
@CommandParameters(description = "Clears the chat.", usage = "/<command>", aliases = "cc") @CommandParameters(description = "Clears the chat.", usage = "/<command>", aliases = "cc,clearchat")
public class Command_cleanchat extends FreedomCommand public class Command_cleanchat extends FreedomCommand
{ {