Table of Contents
Oraxen is a great plugin that handles everything for you when seting up custom textures for items, chat characters or even GUIs. If you've never heard of custom GUI textures, it's a little trick you can use to have cool looking GUIs which ALL have different textures.
Custom textured GUIs in MMOCore
You'll need Oraxen to setup these GUIs. Simply open up the corresponding GUI config file (located at /gui/whatever-gui.yml
) and modify the GUI name to whatever you want:
# GUI display name
name: '&f%oraxen_shift_16%%oraxen_shift_2%%oraxen_mmocore_attr%'
...
items:
......
The %oraxen_<glyph_id>%
placeholder has the effect of overlaping the default GUI texture with the newly configured glyph texture. Using shift
placeholders you can also correct the small horizontal offsets you might get when using the glyph placeholder alone (try it and see). In under an hour you can setup custom item and GUI textures and have a similar GUI (given that you already have the custom textures):