Creating items
Step-by-step guide on creating custom items
Last updated
Was this helpful?
Step-by-step guide on creating custom items
Last updated
Was this helpful?
AdvancedItems has an in-game editor to edit and create custom items! The editor is extremely simple and intuitive, with auto-completion and guides.
In-Game Command: /ai editor
This guide will walk you through the process of creating a custom item for the AdvancedItems plugin. By following these steps, you will learn how to configure the item's properties, abilities, and other settings.
Navigate to the /plugins/AdvancedItems/items/
folder on your server.
Create a new YAML file (e.g., custom_item.yml
) in this folder to store the settings for your custom item.
In the new YAML file, define the item's type, amount, name, lore, and other properties:
Define the general settings for the item, such as stacking, usage limits, and world restrictions:
Configure the join settings to control whether the item is given to players when they join the server:
Set up the loot generation settings to control whether the item appears in randomly generated chests in the world:
Define the abilities, triggers, and effects associated with the item:
If you want to create a custom crafting recipe for your item, set up the layout and materials.
This is an example configuration, you would need to completely configure this for yourself.
Save the changes to your YAML file.
Reload the AdvancedItems plugin on your server to load the new custom item.
That's it! You've now created a custom item with the AdvancedItems plugin. For more detailed information on each of the settings, visit the corresponding wiki pages linked throughout this guide.
Refer to the for more information on available settings.
Refer to the for more information on available settings.
Refer to the for more information on available settings.
Refer to the , , and for more information on available settings.
Refer to the for more information on available settings.