Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
JMenus - Advanced GUI Menu System 🎮
JMenus is a powerful and flexible GUI menu creation system for Spigot/Paper Minecraft servers. Create interactive menus with a variety of actions, including BungeeCord support for server teleportation.
Also, check out my other plugin(s):
To create advanced menus please visit: GITHUB
✨ Features:
📁 Individual Menu Files: Each menu is stored in its own YAML file for better organization
🌐 BungeeCord Support: Easily send players to different servers on your network
⚙️ Simple Configuration: Create complex menus with a straightforward YAML configuration
💬 Direct Commands: Access menus with commands like /menu_name instead of /jmenus open menu_name
📋 Template System: Create new menus quickly with built-in templates (basic, server, warps, shop)
🔄 PlaceholderAPI Integration: Use placeholders in menu titles, items, and actions
🛠️ Supported Actions JMenus includes 11 action types that can be triggered when a player clicks menu items:
[message] - 💬 Send a message to the player
[command] - 🎮 Execute a command as the player
[console] - 🖥️ Execute a command as the console
[sound] - 🔊 Play a sound for the player
[teleport] - 🌀 Teleport the player to a location
[menu] - 📜 Open another menu
[close] - 🚪 Close the current menu
[broadcast] - 📢 Broadcast a message to all players
[permission] - 🔑 Check if a player has a permission
[money] - 💰 Interact with player's economy (requires Vault)
[bungee] - 🔌 Send a player to another server
📝 Commands:
/jmenus help - Show help information
/jmenus reload - Reload the plugin
/jmenus open <menu> - Open a menu
/jmenus list - List all available menus
/jmenus create <menu> [template] - Create a new menu
/jmenus delete <menu> - Delete a menu
/<menu_name> - Direct command to open a menu (configurable)
⚠️ Note: Please be aware that this plugin has not been extensively tested in all environments. You may encounter issues or bugs in certain setups. If you do experience problems, please report them so they can be addressed in future updates.