Custom Items
Custom Items
Section titled “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
An example of an oraxen custom item.
Section titled “An example of an oraxen custom item.”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: 1000An 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"Oraxen
Section titled “Oraxen”You can simply use the id directly from your config files inside oraxen/items folder
An example of an oraxen custom item.
Section titled “An example of an oraxen custom item.”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: 1013An 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'ItemsAdder
Section titled “ItemsAdder”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'