Add /libsdisguises help

This commit is contained in:
libraryaddict
2020-04-22 16:08:17 +12:00
parent 1e76176a21
commit a9be204f83
13 changed files with 150 additions and 60 deletions

View File

@@ -57,8 +57,13 @@ public class LDPermTest implements LDCommand {
}
}
@Override
public boolean hasPermission(CommandSender sender) {
return sender.hasPermission(getPermission());
}
@Override
public LibsMsg getHelp() {
return null;
return LibsMsg.LD_COMMAND_PERMTEST;
}
}