{"id":80779,"date":"2026-06-04T18:38:40","date_gmt":"2026-06-04T15:38:40","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/"},"modified":"2026-06-04T18:38:40","modified_gmt":"2026-06-04T15:38:40","slug":"hexaforms","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/","title":{"rendered":"HexaForms"},"content":{"rendered":"<p># HexaForms<\/p>\n<p>An advanced menu system for Minecraft servers with PlaceholderAPI integration, Bedrock form support, and DeluxeMenus conversion.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Java &#038; Bedrock Support**: Automatic detection of Bedrock players and display of native forms<br \/>\n&#8211; **Dropdown Menus**: Interactive dropdown menus for Bedrock players with custom options<br \/>\n&#8211; **Multi-Dropdown Forms**: Advanced 3-dropdown forms for complex selections (ban commands, etc.)<br \/>\n&#8211; **DeluxeMenus Converter**: Convert DeluxeMenus configurations to HexaForms format automatically<br \/>\n&#8211; **PlaceholderAPI Integration**: Full support for all PlaceholderAPI placeholders<br \/>\n&#8211; **Flexible Configuration**: Simple YAML-based menu configuration<br \/>\n&#8211; **Condition Checking**: Advanced condition checking for menu items<br \/>\n&#8211; **Action System**: 30+ actions including commands, messages, sounds, dropdowns, and more<br \/>\n&#8211; **Enchantment Support**: Support for enchantments and glow effects<br \/>\n&#8211; **Economy &#038; Permissions**: Vault integration for economy and permission management<\/p>\n<p>## Installation<\/p>\n<p>1. Make sure you have the following plugins installed:<br \/>\n   &#8211; **PlaceholderAPI** (required)<br \/>\n   &#8211; **Floodgate** (optional, for Bedrock support)<br \/>\n   &#8211; **Geyser** (optional, for Bedrock support)<br \/>\n   &#8211; **Vault** (optional, for economy\/permission actions)<\/p>\n<p>2. Download the HexaForms.jar to your plugins folder<\/p>\n<p>3. Restart the server<\/p>\n<p>4. Configure the menus in the `plugins\/HexaForms\/menus\/` folder<\/p>\n<p>## Quick Start<\/p>\n<p>### Convert DeluxeMenus (New!)<\/p>\n<p>If you&#8217;re migrating from DeluxeMenus:<\/p>\n<p>1. Place your DeluxeMenus `.yml` files in `plugins\/HexaForms\/dmconvert\/`<br \/>\n2. Run `\/hexaconvert deluxemenus all` (or `\/hexaconvert deluxemenus <filename>`)<br \/>\n3. Converted menus appear in `plugins\/HexaForms\/menus\/`<\/p>\n<p>See [CONVERTER_README.md](CONVERTER_README.md) for detailed conversion guide.<\/p>\n<p>### Create a Menu<\/p>\n<p>Create a YAML file in `plugins\/HexaForms\/menus\/`:<\/p>\n<p>&#8220;`yaml<br \/>\ntitle: &#8220;&#038;6&#038;lShop Menu&#8221;<br \/>\nsize: 27<\/p>\n<p>bedrock_form:<br \/>\n  title: &#8220;&#038;6&#038;lShop Menu&#8221;<br \/>\n  content: &#8220;&#038;7Purchase items and equipment&#8221;<br \/>\n  buttons:<br \/>\n    &#8211; text: &#8220;&#038;a&#038;lWeapons&#8221;<br \/>\n      actions:<br \/>\n        &#8211; &#8220;[command] shop weapons&#8221;<br \/>\n        &#8211; &#8220;[sound] ENTITY_PLAYER_LEVELUP 1 1.5&#8221;<\/p>\n<p>items:<br \/>\n  weapons_button:<br \/>\n    slot: 10<br \/>\n    material: DIAMOND_SWORD<br \/>\n    display-name: &#8220;&#038;a&#038;lWeapons&#8221;<br \/>\n    lore:<br \/>\n      &#8211; &#8220;&#038;7Click to browse weapons&#8221;<br \/>\n    glowing: true<br \/>\n    actions:<br \/>\n      &#8211; &#8220;[command] shop weapons&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Configuration<\/p>\n<p>### Main Configuration (config.yml)<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  player-only: &#8220;&#038;cThis command can only be used by players!&#8221;<br \/>\n  menu-not-found: &#8220;&#038;cMenu &#8216;%menu%&#8217; not found!&#8221;<br \/>\n  no-permission: &#8220;&#038;cYou don&#8217;t have permission!&#8221;<br \/>\n  condition-denied: &#8220;&#038;cYou don&#8217;t meet the requirements for this!&#8221;<br \/>\n  reloaded: &#8220;&#038;aPlugin reloaded successfully!&#8221;<\/p>\n<p>default-menu: &#8220;main_menu&#8221;<br \/>\nauto-save: true<br \/>\ndebug-mode: false<\/p>\n<p>placeholders:<br \/>\n  enabled: true<br \/>\n  cache-time: 1000<\/p>\n<p>bedrock:<br \/>\n  enabled: true<br \/>\n  fallback-to-java: true<br \/>\n  image-cache: true<br \/>\n&#8220;`<\/p>\n<p>## Commands<\/p>\n<p>&#8211; `\/menu [menuName]` &#8211; Opens a menu (default: main_menu)<br \/>\n&#8211; `\/menureload` &#8211; Reloads the configuration<br \/>\n&#8211; `\/hexaconvert <deluxemenus> <all|file_name>` &#8211; Converts DeluxeMenus to HexaForms (NEW!)<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `hexaforms.menu.use` &#8211; Allows access to menus (default: true)<br \/>\n&#8211; `hexaforms.reload` &#8211; Allows reloading the plugin configuration (default: op)<br \/>\n&#8211; `hexaforms.admin` &#8211; Allows access to admin menus (default: op)<br \/>\n&#8211; `hexaforms.convert` &#8211; Allows using the converter command (default: op) (NEW!)<\/p>\n<p>## Actions<\/p>\n<p>### Command Actions<\/p>\n<p>&#8211; `[command] <command>` &#8211; Executes a command as the player<br \/>\n&#8211; `[console] <command>` &#8211; Executes a command from the console<br \/>\n&#8211; `[commandevent] <command>` &#8211; Executes an unregistered command as the player<\/p>\n<p>### Message Actions<\/p>\n<p>&#8211; `[message] <text>` &#8211; Sends a message to the player<br \/>\n&#8211; `[broadcast] <text>` &#8211; Sends a message to everyone online<br \/>\n&#8211; `[minimessage] <text>` &#8211; Sends a message using MiniMessage format<br \/>\n&#8211; `[minibroadcast] <text>` &#8211; Broadcasts using MiniMessage format<br \/>\n&#8211; `[json] <JSON-text>` &#8211; Sends a JSON message to the player<br \/>\n&#8211; `[jsonbroadcast] <JSON-text>` &#8211; Broadcasts a JSON message<br \/>\n&#8211; `[chat] <message>` &#8211; Sends a message in chat as the player<\/p>\n<p>### Menu Control Actions<\/p>\n<p>&#8211; `[command] menu <menu-name>` &#8211; Opens another menu<br \/>\n&#8211; `[close]` &#8211; Closes the currently opened menu<br \/>\n&#8211; `[refresh]` &#8211; Refreshes items in the current menu view<\/p>\n<p>### Network Actions<\/p>\n<p>&#8211; `[connect] <server-name>` &#8211; Connects the player to a server on BungeeCord<\/p>\n<p>### Sound Actions<\/p>\n<p>&#8211; `[sound] <sound> <volume> <pitch>` &#8211; Plays a sound for the player<br \/>\n&#8211; `[broadcastsound] <sound> <volume> <pitch>` &#8211; Broadcasts a sound to all players<br \/>\n&#8211; `[broadcastsoundworld] <sound> <volume> <pitch>` &#8211; Broadcasts a sound to all players in the world<\/p>\n<p>### Economy Actions (Vault required)<\/p>\n<p>&#8211; `[givemoney] <amount>` &#8211; Gives money to the player<br \/>\n&#8211; `[takemoney] <amount>` &#8211; Takes money from the player<\/p>\n<p>### Experience Actions<\/p>\n<p>&#8211; `[giveexp] <amount>L` &#8211; Gives exp levels (add L) or points to a player<br \/>\n&#8211; `[takeexp] <amount>L` &#8211; Takes exp levels or points from a player<\/p>\n<p>### Permission Actions (Vault required)<\/p>\n<p>&#8211; `[givepermission] <perm.node>` &#8211; Gives a permission to a player<br \/>\n&#8211; `[takepermission] <perm.node>` &#8211; Takes a permission from a player<\/p>\n<p>### Meta Data Actions<\/p>\n<p>&#8211; `[meta] <set\/remove\/add\/subtract\/switch> <key> <type> <value>` &#8211; Modifies player meta data<\/p>\n<p>### Placeholder Actions<\/p>\n<p>&#8211; `[placeholder] <papi-placeholders>` &#8211; Parses placeholders for a player<\/p>\n<p>### Dropdown Menu Actions (Bedrock Only)<\/p>\n<p>#### Player Dropdown<br \/>\n&#8220;`yaml<br \/>\n[playerdropdown] <title>|<content>|<actions><br \/>\n&#8220;`<br \/>\nShows a dropdown with all online players.<\/p>\n<p>**Placeholders:**<br \/>\n&#8211; `%selected_player%` &#8211; The selected player name<br \/>\n&#8211; `%player_name%` &#8211; The executing player&#8217;s name<\/p>\n<p>**Example:**<br \/>\n&#8220;`yaml<br \/>\n&#8211; &#8220;[playerdropdown] &#038;6Teleport|&#038;7Select a player:|[console] tp %player_name% %selected_player%;[message] &#038;aYou have been teleported!&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Custom Dropdown<br \/>\n&#8220;`yaml<br \/>\n[dropdown] <title>|<content>|<options>|<actions><br \/>\n&#8220;`<br \/>\nShows a dropdown with custom options.<\/p>\n<p>**Placeholders:**<br \/>\n&#8211; `%selected_option%` &#8211; The selected option text<br \/>\n&#8211; `%selected_index%` &#8211; The index of the selected option (0-based)<\/p>\n<p>**Example:**<br \/>\n&#8220;`yaml<br \/>\n&#8211; &#8220;[dropdown] &#038;aGamemode|&#038;7Choose:|Survival,Creative,Adventure|[console] gamemode %selected_option% %player_name%&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Multi-Dropdown (NEW!)<br \/>\n&#8220;`yaml<br \/>\n[multidropdown] <title>|<content>|<label1>|<label2>|<label3>|<options1>||<options2>||<options3>||<actions><br \/>\n&#8220;`<br \/>\nShows 3 dropdowns in one form. Perfect for ban commands!<\/p>\n<p>**Placeholders:**<br \/>\n&#8211; `%selected_option_1%`, `%selected_option_2%`, `%selected_option_3%` &#8211; Selected options<br \/>\n&#8211; `%selected_index_1%`, `%selected_index_2%`, `%selected_index_3%` &#8211; Selected indices<\/p>\n<p>**Example (Ban Command):**<br \/>\n&#8220;`yaml<br \/>\n&#8211; &#8220;[multidropdown] &#038;c&#038;lBan Player|&#038;7Select player, duration, and reason|Player|Duration|Reason|Player1,Player2,Player3||1h,24h,7d,Permanent||Hacking,Spam,Beleidigung||[console] ban %selected_option_1% %selected_option_2% %selected_option_3%;[message] &#038;a%selected_option_1% was banned!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Action Examples<\/p>\n<p>&#8220;`yaml<br \/>\nactions:<br \/>\n  # Commands<br \/>\n  &#8211; &#8220;[command] warp spawn&#8221;<br \/>\n  &#8211; &#8220;[console] give %player_name% diamond 1&#8221;<\/p>\n<p>  # Messages<br \/>\n  &#8211; &#8220;[message] &#038;aWelcome to the shop!&#8221;<br \/>\n  &#8211; &#8220;[broadcast] &#038;6%player_name% entered the shop!&#8221;<br \/>\n  &#8211; &#8220;[minimessage] <gradient:green:blue>Welcome!<\/gradient>&#8221;<\/p>\n<p>  # Sounds<br \/>\n  &#8211; &#8220;[sound] ENTITY_PLAYER_LEVELUP 1 1.5&#8221;<br \/>\n  &#8211; &#8220;[broadcastsound] ENTITY_EXPERIENCE_ORB_PICKUP 1 1&#8221;<\/p>\n<p>  # Economy<br \/>\n  &#8211; &#8220;[givemoney] 1000&#8221;<br \/>\n  &#8211; &#8220;[takemoney] 500&#8221;<\/p>\n<p>  # Experience<br \/>\n  &#8211; &#8220;[giveexp] 10L&#8221;<br \/>\n  &#8211; &#8220;[takeexp] 5&#8221;<\/p>\n<p>  # Permissions<br \/>\n  &#8211; &#8220;[givepermission] shop.vip&#8221;<br \/>\n  &#8211; &#8220;[takepermission] shop.basic&#8221;<\/p>\n<p>  # Menu Control<br \/>\n  &#8211; &#8220;[command] menu vip_shop&#8221;<br \/>\n  &#8211; &#8220;[close]&#8221;<br \/>\n  &#8211; &#8220;[refresh]&#8221;<\/p>\n<p>  # Dropdowns (Bedrock Only)<br \/>\n  &#8211; &#8220;[playerdropdown] Select Player|Choose:|[console] tp %player_name% %selected_player%&#8221;<br \/>\n  &#8211; &#8220;[dropdown] Choose|Select:|Option1,Option2|[message] You selected %selected_option%!&#8221;<br \/>\n  &#8211; &#8220;[multidropdown] Ban|Select player, time, reason|Player|Time|Reason|P1,P2||1h,24h||Hack,Spam||[console] ban %selected_option_1% %selected_option_2%&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Conditions<\/p>\n<p>### Available Condition Types<\/p>\n<p>&#8211; `permission:<permission>` &#8211; Checks permissions<br \/>\n&#8211; `placeholder:<placeholder> <operator> <value>` &#8211; Checks placeholder values<br \/>\n&#8211; `world:<worldname>` &#8211; Checks the player&#8217;s world<br \/>\n&#8211; `gamemode:<gamemode>` &#8211; Checks the game mode<br \/>\n&#8211; `time:<range>` &#8211; Checks the game time<\/p>\n<p>### Examples<\/p>\n<p>&#8220;`yaml<br \/>\nconditions:<br \/>\n  &#8211; &#8220;permission:shop.weapons&#8221;<br \/>\n  &#8211; &#8220;placeholder:vault_eco_balance >= 1000&#8221;<br \/>\n  &#8211; &#8220;world:world&#8221;<br \/>\n  &#8211; &#8220;gamemode:survival&#8221;<br \/>\n  &#8211; &#8220;time:0-12000&#8221;<br \/>\n&#8220;`<\/p>\n<p>## PlaceholderAPI<\/p>\n<p>The plugin supports all PlaceholderAPI placeholders:<\/p>\n<p>&#8211; `%player_name%` &#8211; Player name<br \/>\n&#8211; `%vault_eco_balance%` &#8211; Account balance (Vault)<br \/>\n&#8211; `%player_health%` &#8211; Player health<br \/>\n&#8211; `%player_world%` &#8211; Current world<br \/>\n&#8211; And many more&#8230;<\/p>\n<p>## Bedrock Support<\/p>\n<p>For Bedrock players, native forms are automatically displayed:<\/p>\n<p>&#8211; Automatic detection of Bedrock players<br \/>\n&#8211; Native form API with dropdown support<br \/>\n&#8211; Image support (URL and path)<br \/>\n&#8211; Interactive dropdown menus for player\/option selection<br \/>\n&#8211; Multi-dropdown forms for complex selections<br \/>\n&#8211; Fallback to Java menus if problems occur<\/p>\n<p>## Example Menus<\/p>\n<p>The plugin includes several example menus:<\/p>\n<p>&#8211; **main_menu.yml** &#8211; Main navigation menu<br \/>\n&#8211; **teleport_menu.yml** &#8211; Player teleport with dropdown (Bedrock)<br \/>\n&#8211; **shop_menu.yml** &#8211; Shop with items and categories<br \/>\n&#8211; **admin_menu.yml** &#8211; Admin tools and commands<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>1. **Menu not displaying**: Check permissions and configuration<br \/>\n2. **Placeholders not working**: Make sure PlaceholderAPI is installed<br \/>\n3. **Bedrock forms not working**: Check Floodgate\/Geyser installation<br \/>\n4. **Dropdown not showing**: Only works for Bedrock players &#8211; Java players see chest menus<br \/>\n5. **Converter not working**: Place DeluxeMenus files in `plugins\/HexaForms\/dmconvert\/`<\/p>\n<p>### Debug Mode<\/p>\n<p>Enable debug mode in config.yml:<\/p>\n<p>&#8220;`yaml<br \/>\ndebug-mode: true<br \/>\n&#8220;`<\/p>\n<p>## Version History<\/p>\n<p>See [CHANGELOG.md](CHANGELOG.md) for detailed version history.<\/p>\n<p>**Current Version:** 1.1.2<br \/>\n&#8211; Added DeluxeMenus Converter<br \/>\n&#8211; Added Multi-Dropdown Action<br \/>\n&#8211; Fixed color code handling for Bedrock forms<br \/>\n&#8211; Enhanced placeholder support<\/p>\n<p>## Support<\/p>\n<p>For problems or questions:<\/p>\n<p>1. Check the server logs<br \/>\n2. Make sure all dependencies are installed<br \/>\n3. Test with debug mode<br \/>\n4. Check [CHANGELOG.md](CHANGELOG.md) for recent changes<br \/>\n5. Discord<\/p>\n<p>## License<\/p>\n<p>This plugin is licensed under CC-BY-NC-4.0.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HexaForms \u2013 Minecraft menu plugin for Java &#038; Bedrock with PlaceholderAPI.<\/p>\n<p>Features: Cross-platform forms, YAML menus, conditions, actions (cmds, msgs, sounds, economy, XP, perms), enchant\/glow.<\/p>\n<p>Setup: Install PlaceholderAPI (+ Floodgate\/Geyser), add Menu<\/p>\n","protected":false},"featured_media":80780,"template":"","meta":{"_minecraft_slug":"hexaforms","_minecraft_project_id":"kMmFkTvq","_minecraft_author":"einfxchwolf","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":457,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hexaforms.zip","_minecraft_size_bytes":415101,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T10:45:04.738360Z","_minecraft_date_created":"2025-08-11T20:09:38.833609Z","_minecraft_date_modified":"2026-04-27T09:56:23.916861Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hexaforms","_minecraft_icon_attachment_id":80780,"_minecraft_imported_at":"2026-06-04T15:38:41+00:00","_minecraft_import_hash":"5c5f622c751601063d6daeb1a2ffea8b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,126,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-80779","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HexaForms - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HexaForms - Minecraft\" \/>\n<meta property=\"og:description\" content=\"HexaForms \u2013 Minecraft menu plugin for Java &amp; Bedrock with PlaceholderAPI. Features: Cross-platform forms, YAML menus, conditions, actions (cmds, msgs, sounds, economy, XP, perms), enchant\/glow. Setup: Install PlaceholderAPI (+ Floodgate\/Geyser), add Menu\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/\",\"name\":\"HexaForms - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp\",\"datePublished\":\"2026-06-04T15:38:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hexaforms\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HexaForms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HexaForms - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/","og_locale":"en_US","og_type":"article","og_title":"HexaForms - Minecraft","og_description":"HexaForms \u2013 Minecraft menu plugin for Java & Bedrock with PlaceholderAPI. Features: Cross-platform forms, YAML menus, conditions, actions (cmds, msgs, sounds, economy, XP, perms), enchant\/glow. Setup: Install PlaceholderAPI (+ Floodgate\/Geyser), add Menu","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/","name":"HexaForms - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp","datePublished":"2026-06-04T15:38:40+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hexaforms-icon-da7604d1d715498ee1dea2667bb8fda159387908_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hexaforms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"HexaForms"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/80779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/80780"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=80779"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=80779"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=80779"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=80779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}