EcoGUI
A GUI menu that shows all Eco plugins items such as EcoItems, EcoArmor, Reforge, etc.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
EcoGUI
EcoGui is a Quality of Life plugin that shows all items from Eco Series plugins — EcoItems, EcoArmor, EcoPets, Reforges, Talismans, and EcoScrolls — into a single organized GUI. Browse and grab any item instantly.
```yaml
============================================================
EcoGui - config.yml
Edit anything here; run /ecogui reload to apply changes.
============================================================
gui: title: "&8&lItem &e&lLibrary" size: 54 default_category: "ecoitems"
slots: category: [0, 1, 2, 3, 4, 5, 6, 7, 8] separator_top: [9, 10, 11, 12, 13, 14, 15, 16, 17] items: - [18, 19, 20, 21, 22, 23, 24, 25, 26] - [27, 28, 29, 30, 31, 32, 33, 34, 35] - [36, 37, 38, 39, 40, 41, 42, 43, 44] separator_bot: [45, 46, 47, 48, 49, 50, 51, 52, 53]
border: material: GRAY_STAINED_GLASS_PANE name: " "
pagination: prev_page_slot: 45 next_page_slot: 53
prev_page: material: ARROW name: "&f&l« Previous" lore: - "&7Previous Page"
next_page: material: ARROW name: "&f&lNext »" lore: - "&7Next Page"
categories: - id: ecoitems display_name: "&b&lEco&fItems" material: DIAMOND_SWORD position: 0 enabled: true
- id: ecoarmor display_name: "&b&lEco&fArmor" material: DIAMOND_CHESTPLATE position: 1 enabled: true
- id: ecopets display_name: "&b&lEco&fPets" material: BONE position: 2 enabled: true
- id: reforges display_name: "&6&lReforges" material: ANVIL position: 3 enabled: true
- id: talismans display_name: "&d&lTalismans" material: RABBIT_FOOT position: 4 enabled: true
- id: ecoscrolls display_name: "&b&lEco&fScrolls" material: PAPER position: 5 enabled: true ```
Commands & Permissions
| Command | Permission | Description | |---|---|---| | `/ecogui` | `ecogui.use` | Opens the item browser GUI | | `/ecogui reload` | `ecogui.reload` | Reloads config.yml in-place |