{"id":45562,"date":"2026-06-02T08:59:03","date_gmt":"2026-06-02T05:59:03","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/"},"modified":"2026-06-02T08:59:03","modified_gmt":"2026-06-02T05:59:03","slug":"control-panel-for-bentobox","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/","title":{"rendered":"Control Panel"},"content":{"rendered":"<p># \ud83c\udf9b\ufe0f ControlPanel Addon for BentoBox<\/p>\n<p>Give your players a slick, clickable GUI menu to run their most-used island commands \u2014 no typing required. ControlPanel is a BentoBox addon that lets server admins build fully customizable control panels using a simple YAML file.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\uddb1\ufe0f **Click-to-run** \u2014 left-click, right-click, and shift-click can each trigger a different command<br \/>\n&#8211; \ud83d\uddc2\ufe0f **Multiple panels** \u2014 define as many panels as you want per gamemode; assign them to players via permissions<br \/>\n&#8211; \ud83c\udfa8 **Rich icons** \u2014 use any vanilla material, BentoBox `ItemParser` format, or ItemsAdder custom items<br \/>\n&#8211; \ud83d\udccb **Live placeholders** \u2014 button descriptions support PlaceholderAPI, color codes, and `[gamemode]` substitution<br \/>\n&#8211; \ud83d\udce6 **Console commands** \u2014 prefix a command with `[server]` to run it as the console<br \/>\n&#8211; \ud83d\udd22 **Slot ranges** \u2014 fill a row of slots with a single button definition using `&#8221;0-8&#8243;`<br \/>\n&#8211; \ud83c\udf0d **13 localisations** \u2014 cs, de, en-US, es, fr, id, ko, lv, pl, ru, zh-CN, zh-HK, zh-TW<br \/>\n&#8211; \ud83d\udd0c **Works with** AcidIsland, BSkyBlock, CaveBlock, SkyGrid, AOneBlock, etc.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Drop the `ControlPanel` JAR into `plugins\/BentoBox\/addons\/`.<br \/>\n2. Restart the server \u2014 ControlPanel creates a default `controlPanelTemplate.yml` in `plugins\/BentoBox\/addons\/ControlPanel\/`.<br \/>\n3. Edit `controlPanelTemplate.yml` to build your panels (see below).<br \/>\n4. Run the import command in-game to load your panels:<br \/>\n   &#8220;`<br \/>\n   \/bsb cp import<br \/>\n   &#8220;`<br \/>\n   Supply a custom filename to import from a different file:<br \/>\n   &#8220;`<br \/>\n   \/bsb cp import myCustomPanels<br \/>\n   &#8220;`<br \/>\n   > \u26a0\ufe0f Importing when panels already exist will ask for confirmation and replace them.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>### Player command<br \/>\n&#8220;`<br \/>\n\/is cp<br \/>\n\/is controlpanel<br \/>\n&#8220;`<br \/>\nOpens the player&#8217;s assigned control panel. Players without a specific panel permission see the `defaultPanel`.<\/p>\n<p>### Admin command<br \/>\n&#8220;`<br \/>\n\/{admin} cp import [filename]<br \/>\n\/{admin} cp import<br \/>\n&#8220;`<br \/>\n| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/{admin} cp import` | Import panels from `controlPanelTemplate.yml` (default) |<br \/>\n| `\/{admin} cp import myFile` | Import panels from `myFile.yml` in the addon data folder |<\/p>\n<p>> Replace `{admin}` with your gamemode&#8217;s admin command, e.g. `bsb` for BSkyBlock or `oa` for AOneBlock.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `[gamemode].controlpanel` | `true` | Open the control panel |<br \/>\n| `[gamemode].controlpanel.admin` | `op` | Use admin import command |<br \/>\n| `[gamemode].controlpanel.panel.default` | `true` | Access the default panel |<br \/>\n| `[gamemode].controlpanel.panel.<suffix>` | \u2014 | Access a custom panel named `<suffix>` |<\/p>\n<p>Replace `[gamemode]` with the gamemode name in lowercase, e.g. `bskyblock`, `acidisland`, `aoneblock`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Configuration File Reference<\/p>\n<p>The template file lives at `plugins\/BentoBox\/addons\/ControlPanel\/controlPanelTemplate.yml`.<\/p>\n<p>### Top-level structure<\/p>\n<p>&#8220;`yaml<br \/>\npanel-list:\n  <panel-key>:<br \/>\n    defaultPanel: true|false<br \/>\n    panelName: &#8216;<title>&#8216;<br \/>\n    permission: &#8216;<suffix>&#8216;<br \/>\n    buttons:<br \/>\n      <slot>:<br \/>\n        name: &#8216;<display name>&#8216;<br \/>\n        material: MATERIAL_NAME<br \/>\n        icon: &#8216;namespace:item_id&#8217;<br \/>\n        itemsadder: &#8216;namespace:item_id&#8217;<br \/>\n        description: |-<br \/>\n          line one<br \/>\n          line two<br \/>\n        command: &#8216;<left-click command>&#8216;<br \/>\n        right_click_command: &#8216;<right-click command>&#8216;<br \/>\n        shift_click_command: &#8216;<shift+left-click command>&#8216;<br \/>\n&#8220;`<\/p>\n<p>### Panel fields<\/p>\n<p>| Field | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `defaultPanel` | `true` = shown to players with no specific panel permission |<br \/>\n| `panelName` | Title of the inventory GUI. Supports `&#038;` color codes. |<br \/>\n| `permission` | Suffix for `[gamemode].controlpanel.panel.<suffix>`. Players with that permission see this panel. |<\/p>\n<p>### Button fields<\/p>\n<p>| Field | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `slot` | Inventory slot (0\u201353). Also accepts a range like `&#8221;0-8&#8243;` to fill multiple slots. |<br \/>\n| `name` | Button display name. Supports `&#038;` color codes and command placeholders. |<br \/>\n| `material` | Vanilla Minecraft material (e.g. `GRASS_BLOCK`). Resolved with `Material.match`. |<br \/>\n| `icon` | BentoBox `ItemParser` string (e.g. `minecraft:diamond`). **Takes priority over `material`.** |<br \/>\n| `itemsadder` | ItemsAdder custom item ID (e.g. `iasurvival:ruby`). Requires the ItemsAdder plugin. |<br \/>\n| `description` | Lore lines shown under the button name. Supports `&#038;` color codes, multi-line `|`, PlaceholderAPI `%placeholders%`, and `[gamemode]`. |<br \/>\n| `command` | Command run on **left-click** (and any click with no specific override). Supports placeholders. |<br \/>\n| `right_click_command` | Command run on **right-click** or **shift+right-click**. Falls back to `command` if omitted. |<br \/>\n| `shift_click_command` | Command run on **shift+left-click**. Falls back to `command` if omitted. |<\/p>\n<p>### Click type summary<\/p>\n<p>| Click | Command used |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Left click | `command` |<br \/>\n| Right click | `right_click_command` \u2192 `command` |<br \/>\n| Shift + Right click | `right_click_command` \u2192 `command` |<br \/>\n| Shift + Left click | `shift_click_command` \u2192 `command` |<br \/>\n| Any other click | `command` |<\/p>\n<p>### Command placeholders<\/p>\n<p>| Placeholder | Replaced with |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `[label]` | The gamemode&#8217;s player command label (e.g. `island`, `ob`) |<br \/>\n| `[player]` | The clicking player&#8217;s username |<br \/>\n| `[server]` | Runs the command as the server console instead of the player |<\/p>\n<p>### Description placeholders<\/p>\n<p>| Placeholder | Replaced with |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `[gamemode]` | Lowercase gamemode name (e.g. `bskyblock`, `aoneblock`) |<br \/>\n| `%PlaceholderAPI_placeholder%` | Any registered PlaceholderAPI placeholder |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc4 Example Configuration<\/p>\n<p>A complete, real-world example for an active **BSkyBlock \/ AOneBlock** server. It shows two panels \u2014 a default panel for all players and a VIP panel for donors \u2014 along with all button features.<\/p>\n<p>&#8220;`yaml<br \/>\npanel-list:<\/p>\n<p>  # \u2500\u2500 Default panel \u2014 shown to all players \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\n  default:<br \/>\n    defaultPanel: true<br \/>\n    panelName: &#8216;&#038;8&#038;l\u2699 &#038;r&#038;6&#038;l Island Control Panel&#8217;<br \/>\n    permission: &#8216;default&#8217;<br \/>\n    buttons:<\/p>\n<p>      # Row 0: decorative glass pane border<br \/>\n      &#8220;0-8&#8243;:<br \/>\n        name: &#8216; &#8216;<br \/>\n        material: BLACK_STAINED_GLASS_PANE<br \/>\n        description: &#8221;<br \/>\n        command: &#8221;<\/p>\n<p>      # \u2500\u2500 Navigation \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\n      9:<br \/>\n        name: &#8216;&#038;a&#038;l \ud83c\udfdd Go to Island&#8217;<br \/>\n        icon: minecraft:grass_block<br \/>\n        description: |-<br \/>\n          &#038;7 Left-click: teleport to your island.<br \/>\n          &#038;7 Right-click: go to your island nether.<br \/>\n          &#038;7 Shift+click: set your home here.<br \/>\n          &#038;7 Island level: &#038;e%Level_[gamemode]_island_level%<br \/>\n        command: &#8216;[label] go&#8217;<br \/>\n        right_click_command: &#8216;[label] go nether&#8217;<br \/>\n        shift_click_command: &#8216;[label] sethome&#8217;<\/p>\n<p>      10:<br \/>\n        name: &#8216;&#038;e&#038;l \ud83c\udfe0 Set Home&#8217;<br \/>\n        icon: minecraft:white_bed<br \/>\n        description: |-<br \/>\n          &#038;7 Set your island home<br \/>\n          &#038;7 to your current location.<br \/>\n        command: &#8216;[label] sethome&#8217;<\/p>\n<p>      11:<br \/>\n        name: &#8216;&#038;b&#038;l \ud83d\udc65 Team&#8217;<br \/>\n        icon: minecraft:player_head<br \/>\n        description: |-<br \/>\n          &#038;7 View and manage<br \/>\n          &#038;7 your island team.<br \/>\n        command: &#8216;[label] team&#8217;<\/p>\n<p>      12:<br \/>\n        name: &#8216;&#038;d&#038;l \u2709 Invite&#8217;<br \/>\n        icon: minecraft:paper<br \/>\n        description: |-<br \/>\n          &#038;7 Invite a player to<br \/>\n          &#038;7 your island.<br \/>\n          &#038;7 Usage: &#038;f\/[label] invite <player>\n        command: &#8216;[label] invite&#8217;<\/p>\n<p>      13:<br \/>\n        name: &#8216;&#038;6&#038;l \u2699 Settings&#8217;<br \/>\n        icon: minecraft:anvil<br \/>\n        description: |-<br \/>\n          &#038;7 Configure your island<br \/>\n          &#038;7 protection settings.<br \/>\n        command: &#8216;[label] settings&#8217;<\/p>\n<p>      # \u2500\u2500 Stats &#038; Leaderboards \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\n      18:<br \/>\n        name: &#8216;&#038;e&#038;l \u2b50 Island Level&#8217;<br \/>\n        icon: minecraft:experience_bottle<br \/>\n        description: |-<br \/>\n          &#038;7 Calculate your island level.<br \/>\n          &#038;7 Current level: &#038;e%Level_[gamemode]_island_level%<br \/>\n          &#038;7 Current rank:  &#038;6%Level_[gamemode]_island_rank%<br \/>\n        command: &#8216;[label] level&#8217;<\/p>\n<p>      19:<br \/>\n        name: &#8216;&#038;6&#038;l \ud83c\udfc6 Top Islands&#8217;<br \/>\n        icon: minecraft:gold_block<br \/>\n        description: |-<br \/>\n          &#038;7 View the top 10 islands<br \/>\n          &#038;7 on this server.<br \/>\n        command: &#8216;[label] top&#8217;<\/p>\n<p>      20:<br \/>\n        name: &#8216;&#038;a&#038;l \ud83c\udf3f Warps&#8217;<br \/>\n        icon: minecraft:ender_eye<br \/>\n        description: |-<br \/>\n          &#038;7 Browse player warps.<br \/>\n        command: &#8216;[label] warps&#8217;<\/p>\n<p>      21:<br \/>\n        name: &#8216;&#038;5&#038;l \ud83d\udd2e Challenges&#8217;<br \/>\n        icon: minecraft:enchanting_table<br \/>\n        description: |-<br \/>\n          &#038;7 Complete challenges<br \/>\n          &#038;7 for great rewards!<br \/>\n        command: &#8216;[label] challenges&#8217;<\/p>\n<p>      22:<br \/>\n        name: &#8216;&#038;b&#038;l \ud83c\udf0a Biomes&#8217;<br \/>\n        icon: minecraft:oak_sapling<br \/>\n        description: |-<br \/>\n          &#038;7 Change the biome<br \/>\n          &#038;7 on your island.<br \/>\n        command: &#8216;[label] biomes&#8217;<\/p>\n<p>      # \u2500\u2500 World \/ Utility \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\n      27:<br \/>\n        name: &#8216;&#038;f&#038;l \ud83c\udf0d Spawn&#8217;<br \/>\n        icon: minecraft:bedrock<br \/>\n        description: |-<br \/>\n          &#038;7 Teleport to world spawn.<br \/>\n        command: &#8216;[label] spawn&#8217;<\/p>\n<p>      28:<br \/>\n        name: &#8216;&#038;c&#038;l \ud83d\uded2 Shop&#8217;<br \/>\n        icon: minecraft:emerald<br \/>\n        description: |-<br \/>\n          &#038;7 Open the server shop.<br \/>\n        command: &#8216;shop&#8217;<\/p>\n<p>      29:<br \/>\n        name: &#8216;&#038;e&#038;l \ud83d\udcb0 Balance&#8217;<br \/>\n        icon: minecraft:gold_nugget<br \/>\n        description: |-<br \/>\n          &#038;7 Check your current balance.<br \/>\n          &#038;7 Balance: &#038;6%vault_balance%<br \/>\n        command: &#8216;balance&#8217;<\/p>\n<p>      # Console command example \u2014 runs as server, not player<br \/>\n      35:<br \/>\n        name: &#8216;&#038;c&#038;l \ud83d\udd14 Report Bug&#8217;<br \/>\n        icon: minecraft:writable_book<br \/>\n        description: |-<br \/>\n          &#038;7 Report an issue to admins.<br \/>\n          &#038;7 Opens a support ticket.<br \/>\n        command: &#8216;[server] ticket create [player] bug-report&#8217;<\/p>\n<p>      # Row 5: decorative border<br \/>\n      &#8220;36-44&#8243;:<br \/>\n        name: &#8216; &#8216;<br \/>\n        material: BLACK_STAINED_GLASS_PANE<br \/>\n        description: &#8221;<br \/>\n        command: &#8221;<\/p>\n<p>  # \u2500\u2500 VIP panel \u2014 assigned via permission bskyblock.controlpanel.panel.vip \u2500<br \/>\n  vip:<br \/>\n    defaultPanel: false<br \/>\n    panelName: &#8216;&#038;8&#038;l\u2699 &#038;r&#038;d&#038;l VIP Control Panel&#8217;<br \/>\n    permission: &#8216;vip&#8217;<br \/>\n    buttons:<\/p>\n<p>      &#8220;0-8&#8243;:<br \/>\n        name: &#8216; &#8216;<br \/>\n        material: PURPLE_STAINED_GLASS_PANE<br \/>\n        description: &#8221;<br \/>\n        command: &#8221;<\/p>\n<p>      9:<br \/>\n        name: &#8216;&#038;a&#038;l \ud83c\udfdd Go to Island&#8217;<br \/>\n        icon: minecraft:grass_block<br \/>\n        description: |-<br \/>\n          &#038;7 Teleport to your island.<br \/>\n          &#038;7 Island level: &#038;e%Level_[gamemode]_island_level%<br \/>\n        command: &#8216;[label] go&#8217;<\/p>\n<p>      10:<br \/>\n        name: &#8216;&#038;e&#038;l \ud83c\udfe0 Set Home&#8217;<br \/>\n        icon: minecraft:white_bed<br \/>\n        description: |-<br \/>\n          &#038;7 Set your island home.<br \/>\n        command: &#8216;[label] sethome&#8217;<\/p>\n<p>      11:<br \/>\n        name: &#8216;&#038;b&#038;l \ud83d\udc65 Team&#8217;<br \/>\n        icon: minecraft:player_head<br \/>\n        description: |-<br \/>\n          &#038;7 View and manage your team.<br \/>\n        command: &#8216;[label] team&#8217;<\/p>\n<p>      12:<br \/>\n        name: &#8216;&#038;5&#038;l \ud83d\udd2e Challenges&#8217;<br \/>\n        icon: minecraft:enchanting_table<br \/>\n        description: |-<br \/>\n          &#038;7 Complete challenges!<br \/>\n        command: &#8216;[label] challenges&#8217;<\/p>\n<p>      # VIP exclusive \u2014 grants a kit via console<br \/>\n      13:<br \/>\n        name: &#8216;&#038;d&#038;l \ud83c\udf81 VIP Kit&#8217;<br \/>\n        icon: minecraft:chest<br \/>\n        description: |-<br \/>\n          &#038;d VIP exclusive!<br \/>\n          &#038;7 Claim your weekly VIP kit.<br \/>\n        command: &#8216;[server] kit vipweekly [player]&#8217;<\/p>\n<p>      # VIP exclusive \u2014 ItemsAdder custom icon example<br \/>\n      14:<br \/>\n        name: &#8216;&#038;6&#038;l \u2728 VIP Perks&#8217;<br \/>\n        itemsadder: &#8216;iasurvival:vip_star&#8217;<br \/>\n        description: |-<br \/>\n          &#038;7 Browse all your VIP perks.<br \/>\n        command: &#8216;vipperks&#8217;<\/p>\n<p>      18:<br \/>\n        name: &#8216;&#038;e&#038;l \u2b50 Island Level&#8217;<br \/>\n        icon: minecraft:experience_bottle<br \/>\n        description: |-<br \/>\n          &#038;7 Current level: &#038;e%Level_[gamemode]_island_level%<br \/>\n          &#038;7 Current rank:  &#038;6%Level_[gamemode]_island_rank%<br \/>\n        command: &#8216;[label] level&#8217;<\/p>\n<p>      19:<br \/>\n        name: &#8216;&#038;6&#038;l \ud83c\udfc6 Top Islands&#8217;<br \/>\n        icon: minecraft:gold_block<br \/>\n        description: |-<br \/>\n          &#038;7 View the top 10 islands.<br \/>\n        command: &#8216;[label] top&#8217;<\/p>\n<p>      20:<br \/>\n        name: &#8216;&#038;f&#038;l \ud83c\udf0d Spawn&#8217;<br \/>\n        icon: minecraft:bedrock<br \/>\n        description: |-<br \/>\n          &#038;7 Teleport to world spawn.<br \/>\n        command: &#8216;[label] spawn&#8217;<\/p>\n<p>      &#8220;36-44&#8243;:<br \/>\n        name: &#8216; &#8216;<br \/>\n        material: PURPLE_STAINED_GLASS_PANE<br \/>\n        description: &#8221;<br \/>\n        command: &#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udca1 Tips<\/p>\n<p>&#8211; **Alternative clicks** \u2014 add `right_click_command` and\/or `shift_click_command` to a button to run different commands on right-click and shift+left-click. Omitting them falls back to `command`.<br \/>\n&#8211; **Slot layout** \u2014 a standard chest row is slots 0\u20138. A 6-row chest (the max) uses slots 0\u201353.<br \/>\n&#8211; **Slot ranges** \u2014 use `&#8221;0-8&#8243;` (quoted) to place the same button across a range of slots. Great for border decorations.<br \/>\n&#8211; **Blank buttons** \u2014 set `command: &#8221;` and `name: &#8216; &#8216;` to create a visual spacer or border.<br \/>\n&#8211; **Console commands** \u2014 prefix `[server]` to run a command silently as the console, e.g. for kits, economy rewards, or admin actions players wouldn&#8217;t have permission to run directly.<br \/>\n&#8211; **Multiple panels** \u2014 give a player the permission `[gamemode].controlpanel.panel.<suffix>` to show them a different panel. Handy for staff, donors, or ranked players.<br \/>\n&#8211; **ItemsAdder icons** \u2014 use the `itemsadder:` key (instead of `icon:` or `material:`) to display a custom-textured item. Requires ItemsAdder to be installed; falls back gracefully if it isn&#8217;t.<br \/>\n&#8211; **Reloading** \u2014 after editing the YAML, run `\/{admin} cp import` again to reload. Existing panels will be replaced after confirmation.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Information<\/p>\n<p>More information can be found in the BentoBox Docs.<\/p>\n<p>Need help? Join the BentoBox Discord.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A customizable GUI panel that gives players easy access to all BentoBox game mode settings and actions.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"control-panel-for-bentobox","_minecraft_project_id":"Z6KoSVud","_minecraft_author":"tastybento","_minecraft_license":"EPL-2.0","_minecraft_downloads":55,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"control-panel-for-bentobox.zip","_minecraft_size_bytes":42755,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:55:35.846896Z","_minecraft_date_created":"2026-04-04T01:52:11.912250Z","_minecraft_date_modified":"2026-04-03T03:29:38.271275Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/control-panel-for-bentobox","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-02T05:59:03+00:00","_minecraft_import_hash":"e4a806c0e724d86c739ff6e3138bd8e3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,128,92],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-45562","mod","type-mod","status-publish","hentry","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","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>Control Panel - 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\/control-panel-for-bentobox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Control Panel - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A customizable GUI panel that gives players easy access to all BentoBox game mode settings and actions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/control-panel-for-bentobox\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/control-panel-for-bentobox\\\/\",\"name\":\"Control Panel - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-02T05:59:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/control-panel-for-bentobox\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/control-panel-for-bentobox\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/control-panel-for-bentobox\\\/#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\":\"Control Panel\"}]},{\"@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":"Control Panel - 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\/control-panel-for-bentobox\/","og_locale":"en_US","og_type":"article","og_title":"Control Panel - Minecraft","og_description":"A customizable GUI panel that gives players easy access to all BentoBox game mode settings and actions.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/","name":"Control Panel - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-02T05:59:03+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/control-panel-for-bentobox\/#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":"Control Panel"}]},{"@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\/45562","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=45562"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=45562"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=45562"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=45562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}