Hey there!
This is a pretty useful update which introduces a shift API. It allows developers to easily request a pixel perfect negative shift.
Code (Text):
FontManager font = OraxenPlugin.get().getFontManager(); for (int i = 1; i <= 32; i++) Bukkit.broadcastMessage("xxxxxxxxxxxxxxxxxxx" + font.getShift(i) + "O");
You can also use those shifts within Oraxen. It's really easy:
<shift:amount> where amount an integer between 0 and 2047
To get this update working correctly, you need to extract the new glyphs/shifts.yml file to your oraxen config. I will soon add support for it to PlaceholderAPI.
I hope you'll like this update,
Thomas