indicate alias

This commit is contained in:
alexcrea 2026-03-23 18:26:20 +01:00
parent 882e50e449
commit 26469982b2
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -16,7 +16,7 @@ abstract class CASubCommand: CommandExecutor {
): Boolean { ): Boolean {
if(!alreadySaid){ if(!alreadySaid){
sender.sendMessage(ChatColor.RED.toString() + sender.sendMessage(ChatColor.RED.toString() +
"Please not that this command will be replaced as a subcommand of `/customanvil`") "Please not that this command will be replaced as a subcommand of `/customanvil` or `/ca`")
alreadySaid = true alreadySaid = true
} }