[Premium] ItemsGUIExtender - Extend any GUI with YOUR items! (1.8-1.20) icon

[Premium] ItemsGUIExtender - Extend any GUI with YOUR items! (1.8-1.20) -----

You can now add items to any gui without programming!



ItemsGUIExtender
DESCRIPTION
This plugin will help you to extend your gui/menu with new items. You can add item with your text, lore, command and much more! You can define specific gui/menu for specific items. And everything from clear config with many tweaks!


FEATURES
  • Select specific gui
  • Add items with many options
  • Safe for vanilla servers
  • Set command for specific item with execute by player or console
  • You can test plugin in Lite version here!
  • Active support on Discord!
SETUP
  • Put the .jar file into plugins folder
  • Restart server
  • In plugins folder will generate ItemsGUIExtender folder with guis folder that includes example.yml
  • You can create new file there, copy content of example.yml and edit by you
COMMANDS
  • /ige - Help for plugin
  • /ige list - Show how you list of all GUIs
  • /ige reload - Reload all GUIs
  • /ige autoreload - Automatically reload all gui's (even opened one) after saving any gui's config
EXAMPLE FILE
Code (YAML):

gui_name
: 'Shop' # Name of GUI (inventory) to add items.
type_of_selecting
: 'CONTAINS' # Type of finding right GUI by gui_name. Types: CONTAINS, EQUALS, STARTS
worlds_blacklist
: # List of worlds' names where this file won't work
- 'world_the_end'

items_to_add
:
  item1
: # You can set this name to whatever you want, but it has to be unique.
    position
: 0 # Position in GUI (0 - 1st). Positions: https://wiki.vg/File:Chest-slots.png
    item
: 'STONE:2' # Material of item : Data ID (If you dont need data id, just use "STONE"). AIR for empty slot
    name
: 'The Philosophers Stone' # Name of item.
    lore
: # Lore of item.
    - 'The philosophers stone, more properly philosophers stone or stone of the philosophers'
    - 'is a legendary alchemical substance capable of turning base metals such as mercury into gold or silver'
    glowing
: true # If the item will glow or not. Values: true/false
    commands
: # Commands that will run after click on item. Placeholders: %player
    - ' [c ] tellraw %player ["",{"text":"You can find more info on https://en.wikipedia.org/wiki/Philosopher%27s_stone"}]' # [c] for console command
    - ' [w ] 20' # [w] for waiting 20 ticks (1 second)
    - ' [p ] spawn' # [p] for player command
    - ' [m ] You have been teleported to spawn!' # [m] for message to player with PlaceholderAPI support!
    worlds_blacklist
: # List of worlds' names where this item won't work
    - 'world_the_end'
    close_inventory
: false # True will close inventory after click, false not. Values: true/false
  item2
:
    position
: 1
    item
: 'hdb-1' # You can use HDB items. Just type "hdb-" and ID of item.
    name
: 'The Philosophers Stone'
    lore
:
   - 'The philosophers stone, more properly philosophers stone or stone of the philosophers'
    - 'is a legendary alchemical substance capable of turning base metals such as mercury into gold or silver'
    glowing
: false
    commands
: [ ]
    worlds_blacklist
:
   - 'world_the_end'
    close_inventory
: false
 

idk.png

SUPPORT
If you need any help with plugin or suggest any new feature, you can contact me anytime on Discord server: https://discord.gg/c5BfSeS6b7. I'll reply as soon as possible.
Resource Information
Author:
----------
Total Downloads: 18
First Release: Aug 25, 2020
Last Update: Apr 16, 2025
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings