Item Builder
Used to quickly make and modify an item in a simple and clean builder solution.
Constructors
Functions
Link copied to clipboard
Set the amount of items that are in this specific itemstack.
Link copied to clipboard
Clear all enchantments on the itemstack
Link copied to clipboard
Clear all lore on the itemstack
Link copied to clipboard
Set the durability of the itemstack
Link copied to clipboard
Appends an enchantment to the itemstack (unsafely, meaning it'll add it even it's not supposed to be otherwise possible) at the default level of 1
Appends an enchantment to the itemstack (unsafely, meaning it'll add it even it's not supposed to be otherwise possible)
Link copied to clipboard
Hide/Unhide the attributes of the itemstack
Link copied to clipboard
Sets the localized name (hidden name in the NBT) to the itemstack
Link copied to clipboard
Appends to the lore of the itemstack
Set/Replace the lore of the itemstack using an array
Sets/replaces the current lore of the itemstack using an array list
Link copied to clipboard
Set the name of the itemstack, colour codes are allowed.
Link copied to clipboard
Add a potion effect to the itemstack Only applies to material type Material.
Link copied to clipboard
Sets the material type of the itemstack
Link copied to clipboard
Sets the itemstack to be unbreakable (or not), infinite durability in a sense.