small code changes

fix:
- /alias version

- small code changes
This commit is contained in:
2022-01-27 00:33:12 +01:00
parent d5e46c2a07
commit 051a858658
7 changed files with 5 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ public class Alias_CmdExecuter implements CommandExecutor, TabCompleter {
break;
case "info":
case "plugin":
case "veraion":
case "version":
if (sender.hasPermission("t2code.alias.command.info")) {
Commands.info(sender);
} else send.sender(sender, SelectMessages.NoPermissionForCommand.replace("[cmd]", "/t2code-alias info")