A lightweight Geyser menu plugin
A lightweight and simple Bedrock Edition custom form plugin.
icon_type: "java")icon_type: "bedrock")execute_as: "player")execute_as: "console")execute_as: "op")/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)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)minecraft:diamond)icon_type: "url")icon_type: "path" and icon_path)GeyserMenu supports two types of icons:
Item ID in Java Edition
icon: "diamond_sword"
icon_type: "java"
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.
GeyserMenu integrates the BStats statistical function to collect anonymous plugin usage data, helping developers understand the usage of plugins and improve their quality.
settings:
statistics:
# Whether to enable BStats statistics
enable-bstats: true
# Whether to collect custom statistical data
collect-custom-data: true