Skip to content

Custom Items

See this section for a list of supported custom item plugins.

You can simply use the id directly from your config files inside nexo/items folder

The forest_axe is the id.

forest_axe:
itemname: Forest Axe
material: NETHERITE_AXE
Pack:
model: nexo:item/nexo_tools/forest_axe
custom_model_data: 1000

An example of how to use it for display items.

Section titled “An example of how to use it for display items.”
DisplayItem: "forest_axe"

An example of how to use it in the items section.

Section titled “An example of how to use it in the items section.”
Items:
- "Item:forest_axe, Amount:1, Name:<green>A custom item"

You can simply use the id directly from your config files inside oraxen/items folder

The arrow_next_icon is the id.

arrow_next_icon:
displayname: <#D5D6D8>Next page
material: PAPER
excludeFromInventory: true
Pack:
generate_model: true
parent_model: item/generated
textures:
- required/arrow_next_icon.png
custom_model_data: 1013

An example of how to use it for display items.

Section titled “An example of how to use it for display items.”
DisplayItem: 'arrow_next_icon'

An example of how to use it in the items section.

Section titled “An example of how to use it in the items section.”
Items:
- 'Item:arrow_next_icon, Amount:1, Name:&aA custom item'

Find the custom model data of your custom item

Section titled “Find the custom model data of your custom item”

You have to do /iacustommodeldata your_item_id, The plugin will send you the ITEM followed by the CustomModelData.

An example of how to use it for display items.

Section titled “An example of how to use it for display items.”
DisplayItem: 'your_item_id#your_custom_model_data'

An example of how to use it in the items section.

Section titled “An example of how to use it in the items section.”
Items:
- 'Item:your_item_id#your_custom_model_data, Amount:1, Name:&aA custom item'