EternalMenus | [1.8-1.21.8] icon

EternalMenus | [1.8-1.21.8] -----

Simple and easy-to-use menu plugin | Flexible and easy




===》 Fix reload bug
===》 Add list command
===》 Fix menus bug

--- ver 1.6.1
----------, Today at 3:13 AM

===》 Fix MenuCloseEvent API‘s bug
===》 Add Enchant for items and hide enchant
===》 Add Addon Folder mean you can put the addon to this folder

--- ver 1.6
----------, Today at 1:44 AM

===》 Update the API
===》 The API adds more extensions
===》 Optimized the logic of the code

===》 Add a API function
===》 Optimized code logic

--- ver 1.4
----------, Aug 21, 2025

Add a new feature

  • open_commands mean that allow you to enter command then open a menu
Fix some bugs Ver 1.3
----------, Aug 20, 2025

===》 Fixed an issue with permissions
===》 Add configurations for priorities and permissions
===》 Variables that support the placeholder API to detect whether they can be executed
===》Fixed an issue with updating information
Code (Text):
title: "&bPremium &fRewards"
lines: 4
items:
  # Menu border
  MENU_BORDER:
    slot: 0-8, 9, 17, 18, 26, 27-35
    material: "STAINED_GLASS_PANE"
    data: 7
    name: "&f|"
    lore:
      - "&8PREMIUM MENU"
    lock: true
    override: false

  # VIP exclusive item - Highest priority
  VIP_EXCLUSIVE:
    slot: 13
    material: "DIAMOND_BLOCK"
    name: "&bVIP Exclusive Reward"
    lore:
      - "&7Special reward for VIP members"
      - "&7Contains exclusive in-game items"
      - "&6Priority: &eHighest (30)"
      - "&6Requires: &eVIP Rank"
    priority: 30
    permission: "eternalmenus.vip"
    no-permission:
      - "&cYou need VIP rank to claim this!"
      - "&cPurchase at: store.example.com/vip"
    priority-check:
      - "permission:eternalmenus.vip"
    lock: true
    commands:
      - "[console] give %player% diamond 32"
      - "[console] give %player% gold_block 10"
      - "[console] broadcast &6%player% &aredeemed their VIP exclusive reward!"
    title: "&b&lVIP REWARD"
    subtitle: "&eYou received exclusive items!"
    actionbar: "&b+32 Diamonds & +10 Gold Blocks"

  # Premium member item - Medium-high priority
  PREMIUM_ITEM:
    slot: 13
    material: "GOLD_BLOCK"
    name: "&6Premium Reward"
    lore:
      - "&7Reward for premium members"
      - "&7Contains valuable in-game items"
      - "&6Priority: &eMedium (20)"
      - "&6Requires: &ePremium Rank"
    priority: 20
    permission: "eternalmenus.premium"
    no-permission:
      - "&cYou need Premium rank for this!"
    priority-check:
      - "permission:eternalmenus.premium"
    lock: true
    commands:
      - "[console] give %player% gold_ingot 64"
      - "[console] give %player% iron_block 5"
    title: "&6&lPREMIUM REWARD"
    subtitle: "&eYou received premium items!"
    actionbar: "&6+64 Gold Ingots & +5 Iron Blocks"

  # Standard member item - Normal priority
  STANDARD_ITEM:
    slot: 13
    material: "IRON_BLOCK"
    name: "&7Standard Reward"
    lore:
      - "&7Reward for all members"
      - "&7Contains basic in-game items"
      - "&6Priority: &eNormal (10)"
    priority: 10
    priority-check:
      - "!permission:eternalmenus.vip"      # Not VIP
      - "!permission:eternalmenus.premium"  # Not Premium
    lock: true
    commands:
      - "[console] give %player% iron_ingot 32"
      - "[console] give %player% bread 10"
    title: "&7&lSTANDARD REWARD"
    subtitle: "&eYou received basic items!"
    actionbar: "&7+32 Iron Ingots & +10 Bread"

  # New player item - Low priority
  NEW_PLAYER_ITEM:
    slot: 13
    material: "WOOD"
    name: "&2New Player Starter"
    lore:
      - "&7Welcome gift for new players"
      - "&7Helps you get started in the game"
      - "&6Priority: &eLow (5)"
    priority: 5
    priority-check:
      - "!permission:eternalmenus.vip"
      - "!permission:eternalmenus.premium"
      - "%player_playtime% < 3600"          # Less than 1 hour playtime
      - "%player_level% <= 5"               # Level 5 or below
    lock: true
    commands:
      - "[console] give %player% wood 10"
      - "[console] give %player% stone_pickaxe 1"
      - "[console] give %player% apple 5"
    title: "&2&lSTARTER KIT"
    subtitle: "&eWelcome to the server!"
    actionbar: "&2Starter items received!"

  # Other functional items
  DAILY_REWARD:
    slot: 22
    material: "EMERALD"
    name: "&aDaily Reward"
    lore:
      - "&7Claim your daily reward"
      - "&7Resets every 24 hours"
    lock: true
    commands:
      - "[console] give %player% emerald 5"
      - "[actionbar] &a+5 Emeralds (Daily Reward)"

  # Close menu
  CLOSE_MENU:
    slot: 31
    material: "BARRIER"
    name: "&cClose Menu"
    lore:
      - "&7Click to exit"
    lock: true
    close: true
 
NEW TEST menu file
===》 Fixed some issues
----------, Aug 19, 2025

===》 Add title and subtitle feature
===》 Add Actionbar Feature
title: "title"
subtitle: "subtitle"
title-fade-in: "title-fade-in"
title-stay: "title-stay"
title-fade-out: "title-fade-out"
actionbar: "actionbar"
NEW CONFIG KEY

---ver 1.1
----------, Aug 19, 2025

Resource Information
Author:
----------
Total Downloads: 45
First Release: Aug 19, 2025
Last Update: Today at 3:13 AM
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings