Skip to content

Block Configuration

Daniel García edited this page Mar 18, 2023 · 1 revision

To configure a new block in the plugin, you need to refer to the plugins/BlockEntities/config.yml file, where you will find some previously configured blocks.

Within the blocks list, you can add your new block using the following format:

blocks:
  - key: braid # Is the ID of the block
    displayName: "&b&oBraid" # This will appear in the block item
    lore: [] # Some extra text in your item
    customModelData: 1000 # This is the value that needs to match with your texture pack

Once you have added all the desired blocks, simply save the file and run the command

/blockentities reload

To get the block you just created, simply run the command

/blockentities get braid
Clone this wiki locally