UltimateUI guide
How to Enable ItemsAdder/Oraxen/Nexo Support
Config#
To enable support for ItemsAdder/Oraxen/Nexo, you need to go to plugins/UltimateUI/config.yml and set the external-pack option to true.
After enabling ItemsAdder & Oraxen support, you need to download the resource pack from plugins/UltimateUI/resourcepack/generated and then move all the files into the appropriate folder depending on the plugin you are using.
ItemsAdder
ItemsAdder#
For ItemsAdder, need to disable extract_internal_utility_assets and text_effects, because these files conflict with some things in the resource pack. To do this, we must go to plugins/ItemsAdder/config.yml and disable the previously mentioned option:
zip:
extract_internal_utility_assets: falsetext_effects:
enabled: falseThe path to the resource pack should look like this: ItemsAdder/contents/ultimateui/resourcepack/
Inside this folder, there should be folders such as assets, uui_26_2, uui_1_21_x, etc.
After disabling the option, we enter the commands: /ia reload and /ia zip. After that, our resource pack should be successfully loaded for all players.
Oraxen
Oraxen#
For Oraxen, we also need to disable default_assets and default_configs, because this will also cause conflicts with the main resource pack. To do this, we must go to plugins/Oraxen/settings.yml and disable the previously mentioned option:
generation:
default_assets: false
default_configs: falseThe path to the resource pack should look like this: Oraxen/pack/assets/minecraft/
Inside this folder, there should be folders such as font, sounds, textures, etc.
After disabling the option, we enter the commands: /oraxen reload. After that, our resource pack should be successfully loaded for all players.
Nexo
Nexo#
For Nexo, you need to disable default_assets, because these files conflict with some things in the resource pack. To do this, we must go to plugins/Nexo/settings.yml and disable the previously mentioned option:
import:
default_assets: falseNow we need to open the Nexo/pack/external_packs folder.
Place downloaded .zip resourcepack.zip file inside this folder.
Now we enter the commands: /nexo reload . After that, our resource pack should be successfully loaded for all players.