Back to Plugins
zMenu - Ultra complete menu plugin [JAVA + BEDROCK] icon

zMenu - Ultra complete menu plugin [JAVA + BEDROCK]

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK] Spigot Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK] Modrinth Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK] GitHub Stars badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK] How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Repository: Maxlego08/zMenu
Created by: Spiget Importer

Description

zMenu

zMenu is a powerful Minecraft plugin for creating custom inventory GUIs through YAML configuration files. No coding required for server admins, while developers get a complete API for integration.

Features

  • YAML Configuration - Create menus without coding
  • 30+ Item Components - Full support for Minecraft 1.20.5+ item system
  • Animated Titles - Dynamic inventory titles (requires PacketEvents)
  • Pattern System - Reusable layouts and button templates
  • Actions & Requirements - 40+ actions, conditional logic, click handlers
  • PlaceholderAPI - Full placeholder support with local overrides
  • Multi-platform - Spigot, Paper, and Folia support
  • 22+ Plugin Hooks - ItemsAdder, Oraxen, LuckPerms, Vault, MythicMobs, and more

Links

Resource Link
Download Modrinth
Documentation docs.groupez.dev
JavaDocs API Reference
Discord discord.groupez.dev
Inventory Builder minecraft-inventory-builder.com

Quick Start

  1. Download zMenu from Modrinth
  2. Place the JAR in your plugins/ folder
  3. Restart your server
  4. Edit files in plugins/zMenu/inventories/
  5. Use /zm reload to apply changes

Example Inventory

size: 27
name: "&6My Menu"

items:
  example:
    slot: 13
    item:
      material: DIAMOND
      name: "&bClick me!"
      lore:
        - "&7This is an example button"
    click_requirement:
      left_click:
        clicks: [LEFT, SHIFT_LEFT]
        success:
          - type: message
            messages:
              - "&aYou clicked the button!"

API Usage

Maven

<repository>
    <id>groupez</id>
    <url>https://repo.groupez.dev/releases</url>
</repository>

<dependency>
    <groupId>fr.maxlego08.menu</groupId>
    <artifactId>zmenu-api</artifactId>
    <version>1.1.1.2</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    maven("https://repo.groupez.dev/releases")
}

dependencies {
    compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.2")
}

Opening an inventory

InventoryManager manager = plugin.getServer().getServicesManager()
    .getRegistration(InventoryManager.class).getProvider();

manager.openInventory(player, "zmenu:example");

Supported Plugins

  • ItemsAdder
  • Oraxen
  • Nexo
  • Nova
  • SlimeFun
  • ExecutableItems
  • ExecutableBlocks
  • HeadDatabase
  • zHead
  • zItems
  • MythicMobs
  • LuckPerms
  • Vault
  • PlaceholderAPI
  • PacketEvents
  • Jobs
  • Shopkeepers
  • MagicCosmetics
  • HMCCosmetics
  • BreweryX
  • CraftEngine
  • Eco

Sponsors

License

This project is licensed under the MIT License.

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK]
![Downloads](https://ezbanners.org/shields/plugins/c7ae7c24-79fe-4063-adc2-2bccd2afd4ec/downloads.png)
Spigot Downloads
Spigot Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK]
![Spigot Downloads](https://ezbanners.org/shields/plugins/c7ae7c24-79fe-4063-adc2-2bccd2afd4ec/spigot-downloads.png)
Modrinth Downloads
Modrinth Downloads badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK]
![Modrinth Downloads](https://ezbanners.org/shields/plugins/c7ae7c24-79fe-4063-adc2-2bccd2afd4ec/modrinth-downloads.png)
GitHub Stars
GitHub Stars badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK]
![GitHub Stars](https://ezbanners.org/shields/plugins/c7ae7c24-79fe-4063-adc2-2bccd2afd4ec/github-stars.png)
License
License badge for zMenu - Ultra complete menu plugin [JAVA + BEDROCK]
![License](https://ezbanners.org/shields/plugins/c7ae7c24-79fe-4063-adc2-2bccd2afd4ec/license.png)