It's an uwuifier what more is there to say
Here's a usage example i guess:
import xyz.ashyboxy.Uwuifier;
public class Main {
public static void main(String[] args) {
System.out.println(Uwuifier.uwuify("Hello, world!"));
}
}
It's available on my maven at https://repos.ashyboxy.xyz/maven
Put this in your build.gradle or equivalent
repositories {
maven {
name = "AshyBoxy Maven"
url = "https://repos.ashyboxy.xyz/maven"
}
}
dependencies {
implementation "xyz.ashyboxy:uwuifier:1.1.0"
}
Configurable uwuifiers coming in 2.0.0 (maybe never)