+ Added new methods to the
Bungee &
Adventure classes:
* T fromString(String)
+ Added new methods to the
StringUtils class:
* List<String> colorize(List<String>)
* List<String> gradient(List<String>)
+ Added new method to the
StreamUtils class:
* List<String> fromStreamToList(InputStream) (Does not join lines into one String with System#lineSeparator, but just read lines and put lines into ArrayList)