Added package '
valorless.valorlessutils.text'
Added '
TextFeatures' in the package, with the following functions:
CreateBar(double progress, double total, int barLength); "Creates a progress bar with specified parameters." A duplicate function with additional parameters exists.
LimitCharacters(String text, int length); "Limits the characters in a text to a specified length."
LimitDecimal(String text, int length); "Limits the decimal places in a number to a specified length."