ItemsAdder

Learn to easily install our UI Packs using ItemsAdder and DeluxeMenus

1⬩Add the content in-game with ItemsAdder

We first have to register our new visuals to the game using ItemsAdder.

Setup the textures

  1. Open your Minecraft server files and navigate to plugins/ItemsAdder/contents/

  2. Unzip the UI Pack file and open the resulting folder

  3. Navigate to ItemsAdder Setup/ItemsAdder/contents/

  4. Copy and paste the cuboide/subfolder in your server files

Override Minecraft translations

Translations are used to hide the "Inventory" text showing in the middle of player inventories. Not overriding them won't break your menus but will have a significant esthetic impact.

Step-by-step guide

  1. In the pack files, navigate to ItemsAdder Setup/ItemsAdder/contents/

  2. Copy the minecraft/ subfolder

  3. In your server files, navigate to plugins/ItemsAdder/contents/

  4. Paste the folder

2⬩Use the textures in GUIs with DeluxeMenus

The textures are available in-game, but we still have to place them in the GUIs your players will use. That's where DeluxeMenus comes in.

Register the menus in DeluxeMenus' configuration

  1. Open your Minecraft server files and navigate to plugins/DeluxeMenus/

  2. Open the config.yml file with any text editor and locate the gui_menus key

  3. In the pack files, go to ItemsAdder Setup/DeluxeMenus/ and open config.yml

  4. Copy the content of the gui_menus block and paste it at the same location in your server's config.yml file.

Setup each menu's default configuration

  1. Go back in your server files and open the gui_menus/ folder

  2. Do the same in the pack files

  3. Copy and paste the cuboide/ subfolder in your server files

Last updated