{"id":105309,"date":"2026-06-06T04:48:17","date_gmt":"2026-06-06T01:48:17","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/"},"modified":"2026-06-06T04:48:17","modified_gmt":"2026-06-06T01:48:17","slug":"more-bedrock-features","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/","title":{"rendered":"More Bedrock Features"},"content":{"rendered":"<p>**Compatibility:** Geyser, Floodgate, ViaVersion, Spigot, Paper, Bukkit<\/p>\n<p>This plugin provides java player functionality for bedrock<\/p>\n<p>&#8212;<\/p>\n<p>## 1. `\/chunk`<\/p>\n<p>* Displays **chunk borders** using **Armor stands**.<br \/>\n* Armor stands appear **4 blocks high** around the player.<br \/>\n* **Toggle:** run the command again to enable\/disable.<br \/>\n![chunk](https:\/\/cdn.modrinth.com\/data\/cached_images\/fc2784d84ebe4b4a16650825fa08d63ac6fe62ee_0.webp)<br \/>\n&#8212;<\/p>\n<p>## 2. `\/cords`<\/p>\n<p>* Shows current **coordinates** (X, Y, Z) and **facing direction** in a boss bar.<br \/>\n* Directions include: North, South, East, West, and intermediate directions.<br \/>\n* **Toggle:** run the command again to enable\/disable.<br \/>\n![cords](https:\/\/cdn.modrinth.com\/data\/cached_images\/1a964a4260cb39443433ebfab38688d6cd9a1871.png)<br \/>\n&#8212;<\/p>\n<p>## 3. `\/block`<\/p>\n<p>* Displays **block ID** and **block state** of the block the player is looking at.<br \/>\n* Updates **in real-time** as the player looks at different blocks.<br \/>\n* Information is shown in the boss bar.<br \/>\n* **Toggle:** run the command again to enable\/disable.<br \/>\n![block](https:\/\/cdn.modrinth.com\/data\/cached_images\/e13b8de9bc55b887e3607f1dcc46111603745ec7.png)<br \/>\n&#8212;<\/p>\n<p>## 4. `\/info`<\/p>\n<p>* Shows the **server software name** (Spigot, Paper, Folia).<br \/>\n* Displays the **server version**.<br \/>\n* Can be run from the console or in-game.<\/p>\n<p>&#8212;<\/p>\n<p>## 5. `\/m` or `\/menu`<\/p>\n<p>* Opens a **GUI menu** for quick access to all features.<br \/>\n* **Fully customizable** via `config.yml`.<br \/>\n* You can add your own commands to the menu.<br \/>\n![Menu](https:\/\/cdn.modrinth.com\/data\/cached_images\/5dac131605589d61b44b15cc8bb7cd81ddc6bce2_0.webp)<\/p>\n<p>&#8212;<\/p>\n<p>&#8220;`<br \/>\n# ============================================<br \/>\n# Bedrock Features Plugin Configuration<br \/>\n# Version: 1.3.0<br \/>\n# Author: tino964<br \/>\n# ============================================<\/p>\n<p>features:<br \/>\n  # &#8212; Chunk Border Display (ArmorStand Version) &#8212;<br \/>\n  chunk-borders:<br \/>\n    update-interval: 2       # Update interval in ticks<br \/>\n    border-height: 4         # Height of the line in blocks<br \/>\n    step: 2                  # Distance between ArmorStands<br \/>\n    line-symbol: &#8220;&#038;9\u258c&#8221;       # Symbol\/text for the line (e.g., \u258c, \u2588, \u25c6)<\/p>\n<p>  # &#8212; Boss Bar &#8212;<br \/>\n  boss-bar:<br \/>\n    color: BLUE              # PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE<br \/>\n    style: SOLID             # SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20<\/p>\n<p>menu:<br \/>\n  title: &#8220;&#038;9&#038;lBedrock Features Menu&#8221;<br \/>\n  size: 27  # Must be a multiple of 9<\/p>\n<p>  items:<br \/>\n    chunk:<br \/>\n      enabled: true<br \/>\n      slot: 10<br \/>\n      material: SOUL_LANTERN<br \/>\n      name: &#8220;&#038;b&#038;lChunk Borders&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Toggle chunk border visualization&#8221;<br \/>\n        &#8211; &#8220;&#038;7with ArmorStand lines&#8221;<br \/>\n        &#8211; &#8220;&#8221;<br \/>\n        &#8211; &#8220;&#038;eClick to toggle!&#8221;<br \/>\n      command: &#8220;chunk&#8221;<\/p>\n<p>    cords:<br \/>\n      enabled: true<br \/>\n      slot: 11<br \/>\n      material: COMPASS<br \/>\n      name: &#8220;&#038;a&#038;lCoordinates Display&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Show your current coordinates&#8221;<br \/>\n        &#8211; &#8220;&#038;7and facing direction&#8221;<br \/>\n        &#8211; &#8220;&#8221;<br \/>\n        &#8211; &#8220;&#038;eClick to toggle!&#8221;<br \/>\n      command: &#8220;cords&#8221;<\/p>\n<p>    block:<br \/>\n      enabled: true<br \/>\n      slot: 12<br \/>\n      material: GRASS_BLOCK<br \/>\n      name: &#8220;&#038;6&#038;lBlock Information&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Display information about&#8221;<br \/>\n        &#8211; &#8220;&#038;7the block you&#8217;re looking at&#8221;<br \/>\n        &#8211; &#8220;&#8221;<br \/>\n        &#8211; &#8220;&#038;eClick to toggle!&#8221;<br \/>\n      command: &#8220;block&#8221;<\/p>\n<p>    info:<br \/>\n      enabled: true<br \/>\n      slot: 13<br \/>\n      material: KNOWLEDGE_BOOK<br \/>\n      name: &#8220;&#038;d&#038;lServer Information&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7View server software&#8221;<br \/>\n        &#8211; &#8220;&#038;7and version details&#8221;<br \/>\n        &#8211; &#8220;&#8221;<br \/>\n        &#8211; &#8220;&#038;eClick to view!&#8221;<br \/>\n      command: &#8220;info&#8221;<\/p>\n<p>    close:<br \/>\n      enabled: true<br \/>\n      slot: 22<br \/>\n      material: BARRIER<br \/>\n      name: &#8220;&#038;c&#038;lClose Menu&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Close this menu&#8221;<br \/>\n      command: &#8220;close&#8221;<\/p>\n<p>messages:<br \/>\n  prefix: &#8220;&#038;8[&#038;9Bedrock Features&#038;8]&#038;r &#8221;<\/p>\n<p>  # Chunk feature<br \/>\n  chunk-enabled: &#8220;&#038;aChunk borders enabled!&#8221;<br \/>\n  chunk-disabled: &#8220;&#038;cChunk borders disabled!&#8221;<\/p>\n<p>  # Coordinates feature<br \/>\n  cords-enabled: &#8220;&#038;aCoordinates display enabled!&#8221;<br \/>\n  cords-disabled: &#8220;&#038;cCoordinates display disabled!&#8221;<\/p>\n<p>  # Block info feature<br \/>\n  block-enabled: &#8220;&#038;aBlock information display enabled!&#8221;<br \/>\n  block-disabled: &#8220;&#038;cBlock information display disabled!&#8221;<\/p>\n<p>  # General messages<br \/>\n  no-permission: &#8220;&#038;cYou don&#8217;t have permission to use this command!&#8221;<br \/>\n  console-only-partial: &#8220;&#038;cThis command can only be used in-game!&#8221;<br \/>\n  reload-success: &#8220;&#038;aConfiguration reloaded successfully!&#8221;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This plugin brings Java exclusive features to Bedrock Edition.<\/p>\n","protected":false},"featured_media":105310,"template":"","meta":{"_minecraft_slug":"more-bedrock-features","_minecraft_project_id":"2K4PM740","_minecraft_author":"Tino964","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":388,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"more-bedrock-features.zip","_minecraft_size_bytes":25404,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:01:37.075588Z","_minecraft_date_created":"2025-10-27T07:50:12.594385Z","_minecraft_date_modified":"2025-10-25T14:23:25.853354Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/more-bedrock-features","_minecraft_icon_attachment_id":105310,"_minecraft_imported_at":"2026-06-06T01:48:18+00:00","_minecraft_import_hash":"6aefbb4766581536033bc54ba1188782","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,127,128,867,129],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-105309","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>More Bedrock Features - 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\/more-bedrock-features\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"More Bedrock Features - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This plugin brings Java exclusive features to Bedrock Edition.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/\",\"name\":\"More Bedrock Features - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp\",\"datePublished\":\"2026-06-06T01:48:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/more-bedrock-features\\\/#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\":\"More Bedrock Features\"}]},{\"@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":"More Bedrock Features - 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\/more-bedrock-features\/","og_locale":"en_US","og_type":"article","og_title":"More Bedrock Features - Minecraft","og_description":"This plugin brings Java exclusive features to Bedrock Edition.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/","name":"More Bedrock Features - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp","datePublished":"2026-06-06T01:48:17+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/more-bedrock-features-icon-396dd230288b8e406661dad24ef03fe530fc1529_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/more-bedrock-features\/#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":"More Bedrock Features"}]},{"@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\/105309","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\/105310"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=105309"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=105309"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=105309"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=105309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}