💡Custom GUI

Introduction

Creating fully custom textured GUIs such as the following :

may seem like a daunting task however in reality is quite simple with the help of ItemsAdder.

Guide

  1. Purchase, download, install, and setup the ItemsAdder plugin.

  2. Navigate to \Plugins\ItemsAdder\contents\<name>\configs

  3. Create a file named guis.yml

  4. File Contents:

info: 
   namespace: "<name>"
font_images: 
   menu: 
      path: "gui/your_image.png"
      suggest_in_command: false
      y_position: 47
  1. Navigate to \Plugins\ItemsAdder\contents\<name>\resourcepack\assets\<name>\textures\gui

  2. Insert your image (your_image.png)

  3. In your GUI name insert in ":offset_-16::menu:"

Assets

Last updated