Block Menu

Learn about how to customize the blocks inside the Block Menu

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.

Last updated

Was this helpful?