Tinify is a fast PlaceholderAPI extension that changes the font of the input string to a small, pixelated variant.
You can use Tinify in two ways:
%tinify_<text>% (or %tinify_{placeholder}%)
This format gives output like this:
or
%tinify_bold_<text>% (or %tinify_bold_{placeholder}%)
This format gives output like this:
Just put the jar in plugins/PlaceholderAPI/extensions
folder.
First off all add jitpack repo to your build script:
repositories {
maven {
url = "https://jitpack.io"
}
}
Then you can add the package as dependency (you should shade it):
dependencies {
implementation "com.github.KaspianDev.Tinify:Tinify-api:master-SNAPSHOT"
}
Extension can be build using:
./gradlew build
Artifacts will be available in build/libs
.