Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
geysermenu
PluginMIT

geysermenu

A lightweight Geyser menu plugin

346
Downloads
1
Followers
9 months ago
Updated
📦
1
Versions
managementoptimizationutilitypaper
Download Latestv1.2.0View on Modrinth

📖About geysermenu

GeyserMenu

A lightweight and simple Bedrock Edition custom form plugin.

Latest version: v1.2.0

Update Content

  • Improve the menu type and permission configuration documentation
  • Instructions for optimizing menu configuration
  • Correct the terminology in the document ("基岭版" should be uniformly corrected to "基岩版")

Functional Features

Basic functions

  • Only supports players of the Bedrock Edition
  • Support multiple menu configurations
  • Support unlimited levels of submenus
  • Supports PlaceholderAPI variables
  • Supports two types of icons:
    • Java Edition item ID (using icon_type: "java")
    • Bedrock version material path (using icon_type: "bedrock")
  • Integrated BStats statistical function (configurable)

Command system

  • Supports three command execution modes:
    • Player execution (execute_as: "player")
    • Console execution (execute_as: "console")
    • OP authority execution (execute_as: "op")

Command List

  • /gmenu - Open the default menu
  • /gmenu help - Display help information
    /gmenu reload - Reload configuration file (Requires permission: geysermenu.reload)
  • /gmenu open <player_name> <menu_name> - Open the menu for the specified player (Requires permission: geysermenu.open)

Permission node

  • geysermenu.use - Allow the use of menu commands (default: true)
  • geysermenu.reload - Allows reloading of configuration (default: op)
  • geysermenu.open - Allows opening the menu for other players (Default: op)
  • geysermenu.* - Allows access to all functions (default: op)

Menu Configuration

  • Support enabling/disabling menus through config.yml
  • Support for customizing menu titles and buttons
  • Support for customizing button icons and commands
    • Support for item ID icons (e.g. minecraft:diamond)
    • Support URL icon (using icon_type: "url")
    • Support for custom path icons (using icon_type: "path" and icon_path)
  • Support mutual navigation between menus
  • Support for menu subtitles and descriptions
  • Support button description text
  • Support for form footer text
  • Support color codes (using § or &)
  • Supports multi-line text (using |- syntax)

Icon Support

GeyserMenu supports two types of icons:

  1. Item ID in Java Edition

    icon: "diamond_sword"
    icon_type: "java"
    
  2. Bedrock Edition material path

    icon: "textures/items/diamond_sword"
    icon_type: "bedrock"
    

All supported Java Edition item IDs will be automatically mapped to their corresponding Bedrock Edition material paths. You can add or modify these mappings in config.yml.

Statistical functions

GeyserMenu integrates the BStats statistical function to collect anonymous plugin usage data, helping developers understand the usage of plugins and improve their quality.

Configuration Options

settings:
  statistics:
    # Whether to enable BStats statistics
    enable-bstats: true
    # Whether to collect custom statistical data
    collect-custom-data: true

Collected Data

  • Server version and software type
  • Java version information
  • Number of online players
  • Usage of plug-in functions
  • Menu configuration statistics

Privacy Protection

  • All data are anonymous
  • Do not collect sensitive data such as server IP addresses and player information
  • Can be disabled in the configuration at any time

👥 Team & Contributors

ning-g-mo
ning-g-moOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page