Skip to content

Options

List of all values that can be used in the Items: option

Section titled “List of all values that can be used in the Items: option”

This option is used to set the item material and some of the items data.

  • Item:{Material}
  • Item:{Material}:{Durability}
  • Item:{Material}:{Durability}#{Custom Model Data}
  • Item:{Material}#{Custom Model Data}
  • Item:{Leather Armor/Potion}:{Color}
  • Item:{Leather Armor/Potion}:{Red},{Green},{Blue}
  • Item:{Potion}:{PotionEffect}
  • Item:{Material}, Damage:{Amount}
Items:
- 'Item:Golden_Apple'
- 'Item:Diamond_Chestplate:50'
- 'Item:Diamond_Chestplate:50#32'
- 'Item:Diamond_Chestplate#32'
- 'Item:Leather_Chestplate:Blue'
- 'Item:Leather_Chestplate:0,0,255'
- 'Item:Potion:Heal'

1.9-1.12.2 Mob Eggs:

  • Item:{MONSTER_EGG}:{Mob Name}
Items:
- 'Item:MONSTER_EGG:Creeper'

Description: This option is used to set the name of the item.

  • Name:{Name of the item}
Items:
- 'Item:Diamond_Sword, Name:&4Sword of lost souls'

This option is used to set the lore on the item. If you wish to add a line split the line with a , with no spaces.

  • Lore:{Line 1},{Line 2>,{Line 3},{Line 4},...etc
Items:
- 'Item:Diamond_Sword, Lore:&7An old sword once lost in time,&7but has now been found and,&7is eager for battle.'

This option is used to set how many items are in the stack given to the player.

  • Amount:{Number of item in stack}
Items:
- 'Item:Golden_Apple, Amount:32'

This option is used to set the player of a player head item. You can use a few different options for this.

  • Player’s Name Usage:
    • Player:BadBones69
  • Hash/Base64 Usage:
    • Player:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVlMzEyNmZmMmMzNDNkYTUyNWVlZjJiOTMyNzJiOWZlZDM2MjczZDBlYTA4YzI2MTZiODAwMDk5NDhhZDU3ZSJ9fX0=
  • URL Usage:
    • Player:http://textures.minecraft.net/texture/1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e
Items:
- 'Item:PLAYER_HEAD, Player:BadBones69'
- 'Item:PLAYER_HEAD, Player:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWVlMzEyNmZmMmMzNDNkYTUyNWVlZjJiOTMyNzJiOWZlZDM2MjczZDBlYTA4YzI2MTZiODAwMDk5NDhhZDU3ZSJ9fX0='
- 'Item:PLAYER_HEAD, Player:https://textures.minecraft.net/texture/1ee3126ff2c343da525eef2b93272b9fed36273d0ea08c2616b80009948ad57e'

This option is used to make an item unbreakable.

  • Unbreakable-Item:{true/false}
Items:
- 'Item:Diamond_Sword, Unbreakable-Item:true'

This option is used to set the enchantments on the item.

  • {Enchantment Name}:{Level}
Items:
- 'Item:Diamond_Sword, Sharpness:5, Durability:2'

These options are used to add flags to the item.

  • {Flag Name}
Items:
- 'Item:Potion:lime, HIDE_POTION_EFFECTS'
- 'Item:Diamond_Sword, Unbreakable-Item:true, HIDE_UNBREAKABLE'

Wiki Page: Banner Patterns