java.lang.Object
tech.guilhermekaua.spigotboot.core.spigot.text.Placeholders

public final class Placeholders extends Object
Replaces %key% tokens in a template from a flat (key, value, key, value, …) array. Values are stringified with String.valueOf(Object) (so null becomes "null"). A trailing key with no value is left untouched.