block-brickItemBuilder

This page contains information about the S-API itembuilder used in my plugins.

Material

The material of the item.

circle-exclamation
material: GRASS_BLOCK

Amount

The amount of the item.

amount: 64

Name

The displayname of the item (uses MiniMessages).

name: "<red>Test"

Lore

The lore of the item (uses MiniMessages).

lore:
  - "<green>sample line 1"
  - "<b>sample line 2"

Glow

Lets the item glow (enchantment glint).

Unbreakable

Makes the item unbreakable.

Enchants

Enchants of the item.

Color

The color of the item (e.g. for leather armor).

Flags

Itemflags of the item.

CustomModelData

The CustomModelData of the item.

ItemModel

The ItemModel of the item.

PlayerProfile

The player profile of the item.

Sample configuration

Here is an example of an item.

Last updated