/queue command tab complete

This commit is contained in:
ajgeiss0702
2020-08-09 07:21:55 -07:00
parent b15bea7bb1
commit 4d6fa69b30
3 changed files with 22 additions and 3 deletions
@@ -26,7 +26,7 @@ public class Commands implements CommandExecutor {
String srvname = args[0];
if(args.length > 1) {
pl.getLogger().info("sending player to queue");
pl.getLogger().info("Sending "+args[0]+" to queue");
if(!sender.hasPermission("ajqueue.send")) {
sender.sendMessage(color("&cYou do not have permission to do this!"));
return true;