Better /libsdisguises

This commit is contained in:
libraryaddict
2020-04-20 22:00:31 +12:00
parent d4381096ee
commit f1653c0bb0
11 changed files with 83 additions and 17 deletions

View File

@@ -56,4 +56,9 @@ public class LDMods implements LDCommand {
sender.sendMessage(LibsMsg.MODS_LIST.get(player.getName(),
StringUtils.join((List<String>) player.getMetadata("forge_mods").get(0).value(), ", ")));
}
@Override
public LibsMsg getHelp() {
return null;
}
}