Skip to content

๐Ÿ’Ž Resource Pack Plugins โ€‹

By resource pack plugins we refer to plugins which automate the creation and deployment of a resource pack for your server, the most popular being:

With little to no effort, you can apply custom UI textures to any inventory in MMOCore using one of these plugins. In fact, you don't need any of these plugins to have custom UI textures for MMOCore, but it's a little easier when using one of these.

Custom GUI Textures โ€‹

The following example makes use of Oraxen to apply a custom texture to the attribute GUI. The following syntax snippet is to be used inside the gui/attribute-view.yml config file.

yml
# GUI display name
name: '&f%oraxen_shift_16%%oraxen_shift_2%%oraxen_mmocore_attr%'

#.......

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).

O0ISYkr

Powered by VitePress