LogoLogo
  • Screenshots
  • Getting started
  • guides
    • How to setup an Island
  • information
    • Player
      • Joining an Island
      • Choosing a block
    • Server Adminstrator
      • Player
        • Reset player data
      • Island
        • Create an Island
        • Modify Island properties
        • Setup an Island
        • Delete an Island
        • Island Properties
      • Block Menu
    • Developer API
      • Soon.
  • 3rd party support
    • PlaceholderAPI
  • Placeholders
    • Player Placeholders
    • Game Placeholders
    • Leaderboard Placeholders
  • Why migrate to SpeedBridge v2
  • Frequently Asked Questions
    • Wrong Schematic Rotation
  • Links
    • GitHub
    • Source Code
    • Discord
Powered by GitBook
On this page
  • Instructions
  • Permission

Was this helpful?

  1. information
  2. Server Adminstrator

Block Menu

Learn about how to customize the blocks inside the Block Menu

Warning: The block menu is currently limited to 7 blocks. The inventory layout is also not customizable.

Instructions

To customize the blocks, edit the block materials below.

block-menu-category {
    blocks=[
        WOOL,
        "DIAMOND_BLOCK",
        "GOLD_BLOCK",
        "IRON_BLOCK",
        "REDSTONE_BLOCK",
        "LAPIS_BLOCK",
        "QUARTZ_BLOCK"
    ]
    "default_block"=WOOL
}

Reminder: Don't forget to run /sb reload for the new blocks to take into effect.

Permission

The player must inherit speedbridge.block.[name-of-block] permission node to gain access to a block in the block menu.

PreviousIsland PropertiesNextDeveloper API

Last updated 1 year ago

Was this helpful?