Minecraft 1.19.4 has been released!Famcraft is updated to the latest version!Please make sure you connect with 1.19.3 or 1.19.4.
There's an option in simpleclans config to adjust the number of lines returned for each command. Maybe we should make it 50?
public void execute(Player player, String[] args) { int page = CraftCommandManager.getPage(args);......
public static int getPage(String[] args) { if (args.length == 1) { return getPage(args[0]); } return 0; }