text Loading Bar
fun textLoadingBar(percent: Int, progress: ColoredChar = '█'.colored(ChatFormatting.WHITE), remaining: ColoredChar = '░'.colored(ChatFormatting.DARK_GRAY), length: Int = 10): Component
Generates a progress bar based on the percentage (range 0 to 100).