You need to be logged into the wiki to be able to edit! To login or join the wiki, click here.

Difference between revisions of "Item Names"

From Kiwiki
Jump to: navigation, search
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Work in progress}}
+
Bukkit requires very specific names when referring to items, and these names are used by [[ChestShop]]. So, here is a list of all of the names Bukkit has set, with the ID's beside. Unobtainable items are unincluded. The lowercase name is the official Minecraft name, while the uppercase name is the Bukkit name. This page was last updated  {{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}, so, if Minecraft has been updated since then, this page may be out of date
 +
==Blocks==
 +
 
 +
 
 +
{| class="wikitable sortable;" width=75%
 +
 
 +
 
 +
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Block ID
 +
 
 +
|-
 +
 
 +
||Stone
 +
 
 +
||STONE
 +
 
 +
||1
 +
|-
 +
 
 +
||Grass Block
 +
||GRASS
 +
 
 +
||2
 +
|-
 +
||Dirt
 +
||DIRT
 +
||3
 +
|-
 +
 
 +
||Cobblestone
 +
||COBBLESTONE
 +
 
 +
||4
 +
 
 +
|-
 +
 
 +
||Oak Planks
 +
||WOOD
 +
 
 +
||5
 +
|-
 +
 
 +
||Pine Planks
 +
||WOOD:1
 +
 
 +
||5:1
 +
|-
 +
 
 +
||Birch Planks
 +
||WOOD:2
 +
 
 +
||5:2
 +
|-
 +
 
 +
||Jungle Planks
 +
||WOOD:3
 +
 
 +
||5:3
 +
|-
 +
||Oak Sapling
 +
||SAPLING
 +
 
 +
||6
 +
 
 +
|-
 +
 
 +
||Pine Sapling
 +
||SAPLING:1
 +
 
 +
||6:1
 +
 
 +
|-
 +
||Birch Sapling
 +
||SAPLING:2
 +
||6:2
 +
 
 +
|-
 +
||Jungle Sapling
 +
||SAPLING:3
 +
 
 +
||6:3
 +
|-
 +
 
 +
||Sand
 +
||SAND
 +
 
 +
||12
 +
|-
 +
 
 +
||Gravel
 +
||GRAVEL
 +
 
 +
||13
 +
|-
 +
 
 +
||Gold Ore
 +
||GOLD_ORE
 +
 
 +
||14
 +
|-
 +
 
 +
||Iron Ore
 +
||IRON_ORE
 +
 
 +
||15
 +
|-
 +
 
 +
||Coal Ore
 +
||COAL_ORE
 +
 
 +
||16
 +
|-
 +
||Oak wood
 +
||LOG
 +
 
 +
||17
 +
 
 +
|-
 +
||Pine wood
 +
||LOG:1
 +
 
 +
||17:1
 +
 
 +
|-
 +
||Birch wood
 +
||LOG:2
 +
 
 +
||17:2
 +
 
 +
|-
 +
||Jungle wood
 +
||LOG:3
 +
 
 +
||17:3
 +
|-
 +
 
 +
||Oak leaves
 +
||LEAVES
 +
 
 +
||18
 +
 
 +
|-
 +
||Pine leaves 
 +
||LEAVES:1
 +
 
 +
||18:1
 +
 
 +
|-
 +
||Birch
 +
||LEAVES:2
 +
 
 +
||18:2
 +
 
 +
|-
 +
||Jungle
 +
||LEAVES:3
 +
 
 +
||18:3
 +
|-
 +
 
 +
||Glass
 +
||GLASS
 +
 
 +
||20
 +
|-
 +
 
 +
||Lapis Ore
 +
||LAPIS_ORE
 +
 
 +
||21
 +
|-
 +
 
 +
||Lapis Block
 +
||LAPIS_BLOCK
 +
 
 +
||22
 +
|-
 +
 
 +
||Dispenser
 +
||DISPENSER
 +
 
 +
||23
 +
 
 +
|-
 +
||Normal sandstone
 +
||SANDSTONE
 +
 
 +
||24
 +
 
 +
|-
 +
||Chiseled sandstone
 +
||SANDSTONE:1
 +
 
 +
||24:1
 +
|-
 +
||Smooth sandstone
 +
||SANDSTONE:2
 +
 
 +
||24:2
 +
|-
 +
 
 +
||Note Block
 +
||NOTE_BLOCK
 +
 
 +
||25
 +
|-
 +
 
 +
||Powered Rail
 +
||POWERED_RAIL
 +
 
 +
||27
 +
|-
 +
 
 +
||Detector Rail
 +
||DETECTOR_RAIL
 +
 
 +
||28
 +
|-
 +
 
 +
||Sticky Piston
 +
||PISTON_STICKY_BASE
 +
 
 +
||29
 +
 
 +
|-
 +
 
 +
||Tall Grass
 +
||LONG_GRASS
 +
 
 +
||31
 +
|-
 +
 
 +
||Dead Bush
 +
||DEAD_BUSH
 +
 
 +
||32
 +
|-
 +
 
 +
||Piston
 +
||PISTON_BASE
 +
 
 +
||33
 +
|-
 +
||White wool
 +
||WOOL
 +
 
 +
||35
 +
|-
 +
 
 +
||Orange wool
 +
||WOOL:1
 +
 
 +
||35:1
 +
|-
 +
||Magenta wool
 +
||WOOL:2
 +
 
 +
||35:2
 +
 
 +
|-
 +
||Light blue wool
 +
||WOOL:3
 +
 
 +
||35:3
 +
 
 +
|-
 +
 
 +
||Yellow wool
 +
||WOOL:4
 +
 
 +
||35:4
 +
 
 +
|-
 +
||Lime wool
 +
||WOOL:5
 +
 
 +
||35:5
 +
 
 +
|-
 +
||Pink wool
 +
||WOOL:6
 +
 
 +
||35:6
 +
|-
 +
||Dark gray wool
 +
||WOOL:7
 +
 
 +
||35:7
 +
 
 +
|-
 +
||Light gray wool
 +
||WOOL:8
 +
 
 +
||35:8
 +
 
 +
|-
 +
||Cyan wool
 +
||WOOL:9
 +
 
 +
||35:9
 +
|-
 +
||Purple wool
 +
||WOOL:10
 +
 
 +
||35:10
 +
 
 +
|-
 +
||Blue wool
 +
||WOOL:11
 +
 
 +
||35:11
 +
 
 +
|-
 +
||Brown wool
 +
||WOOL:12
 +
 
 +
||35:12
 +
|-
 +
||Dark green wool
 +
||WOOL:13
 +
 
 +
||35:13
 +
|-
 +
||Red wool
 +
||WOOL:14
 +
 
 +
||35:14
 +
|-
 +
||Black wool
 +
||WOOL:15
 +
 
 +
||35:15
 +
|-
 +
 
 +
||Dandelion
 +
||YELLOW_FLOWER
 +
 
 +
||37
 +
|-
 +
 
 +
||Rose
 +
||RED_ROSE
 +
 
 +
||38
 +
|-
 +
 
 +
||Brown Mushroom
 +
||BROWN_MUSHROOM
 +
 
 +
||39
 +
|-
 +
 
 +
||Red Mushroom
 +
||RED_MUSHROOM
 +
 
 +
||40
 +
|-
 +
 
 +
||Block of gold
 +
||GOLD_BLOCK
 +
 
 +
||41
 +
|-
 +
 
 +
||Block of iron
 +
||IRON_BLOCK
 +
 
 +
||42
 +
|-
 +
 
 +
|-
 +
 
 +
||Stone slabs
 +
||STEP
 +
 
 +
||44
 +
 
 +
|-
 +
||Sandstone slabs
 +
||STEP:1
 +
 
 +
||44:1
 +
|-
 +
||Wooden slabs
 +
||STEP:2
 +
 
 +
||44:2
 +
|-
 +
||Cobblestone slabs
 +
||STEP:3
 +
 
 +
||44:3
 +
 
 +
|-
 +
 
 +
 
 +
||Brick slabs
 +
||STEP:4
 +
 
 +
||44:4
 +
 
 +
|-
 +
||Stone brick slabs
 +
||STEP:5
 +
 
 +
||44:5
 +
 
 +
|-
 +
 
 +
||Bricks
 +
||BRICK
 +
 
 +
||45
 +
|-
 +
 
 +
||TNT
 +
 
 +
||TNT
 +
 
 +
||46
 +
 
 +
|-
 +
||Bookshelf
 +
 
 +
||BOOKSHELF
 +
 
 +
||47
 +
|-
 +
 
 +
||Moss stone
 +
||MOSSY_COBBLESTONE
 +
 
 +
||48
 +
|-
 +
 
 +
||Obsidian
 +
||OBSIDIAN
 +
 
 +
||49
 +
|-
 +
 
 +
||Torch
 +
||TORCH
 +
 
 +
||50
 +
|-
 +
 
 +
||Oak wood stairs
 +
||WOOD_STAIRS
 +
 
 +
||53
 +
 
 +
|-
 +
||Chest
 +
 
 +
||CHEST
 +
 
 +
||54
 +
 
 +
|-
 +
 
 +
||Diamond Ore
 +
 
 +
||DIAMOND_ORE
 +
 
 +
||56
 +
|-
 +
 
 +
||Block of diamond
 +
||DIAMOND_BLOCK
 +
 
 +
||57
 +
|-
 +
||Crafting table
 +
||WORKBENCH
 +
 
 +
||58
 +
|-
 +
 
 +
||Furnace
 +
||FURNACE
 +
 
 +
||61
 +
|-
 +
|-
 +
 
 +
||Ladder
 +
||LADDER
  
 +
||65
 +
|-
  
Bukkit requires very specific names when referring to items, and these names are used by ChestShop. So, here is a list of all of the names Bukkit has set, with the ID's beside. Unobtainable items are unincluded. The lowercase name is the official Minecraft name, while the uppercase name is the Bukkit name. This page was last updated  {{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}, so, if Minecraft has been updated since then, this page may be out of date
+
||Rails
==Blocks==
+
||RAILS
{|
+
 
|- Stone
+
||66
|| STONE(1)
+
|-
|- Grass Block
+
 
|| GRASS(2)
+
||Cobblestone stairs
|- Dirt
+
||COBBLESTONE_STAIRS
|| DIRT(3)
+
 
|- Cobblestone
+
||67
|| COBBLESTONE(4)
+
|-
|- Wooden Planks
+
 
|| Oak
+
||Lever
|| WOOD(5)
+
||LEVER
|| Pine
+
 
|| WOOD:1(5:1)
+
||69
|| Birch
+
|-
|| WOOD:2(5:2)
+
 
|| Jungle
+
||Stone pressure plate
|| WOOD:3(5:3)
+
 
|- Sapling
+
||STONE_PLATE
|| Oak
+
 
|| SAPLING(6)
+
||70
|| Pine
+
|-
|| SAPLING:1(6:1)
+
 
|| Birch
+
||Wooden pressure plate
|| SAPLING:2(6:2)
+
||WOOD_PLATE
|| Jungle
+
 
|| SAPLING:3(6:3)
+
||72
|- Sand
+
|-
|| SAND(12)
+
 
|- Gravel
+
||Redstone Ore
|| GRAVEL(13)
+
||REDSTONE_ORE
|- Gold Ore
+
 
|| GOLD_ORE(14)
+
||73
|- Iron Ore
+
|-
|| IRON_ORE(15)
+
||Redstone Torch
|- Coal Ore
+
||REDSTONE_TORCH_ON
 +
||76
 +
|-
 +
 
 +
||Stone Button
 +
||STONE_BUTTON
 +
 
 +
||77
 +
 
 +
|-
 +
 
 +
||Ice
 +
 
 +
||ICE
 +
 
 +
||79
 +
|-
 +
 
 +
||Snow block
 +
 
 +
||SNOW_BLOCK
 +
 
 +
||80
 +
|-
 +
 
 +
||Cactus
 +
||CACTUS
 +
 
 +
||81
 +
|-
 +
 
 +
||Clay block
 +
||CLAY
 +
 
 +
||82
 +
|-
 +
||Jukebox
 +
||JUKEBOX
 +
 
 +
||84
 +
 
 +
|-
 +
||Fence
 +
||FENCE
 +
 
 +
||85
 +
 
 +
|-
 +
||Pumpkin
 +
||PUMPKIN
 +
 
 +
||86
 +
|-
 +
 
 +
||Netherrack
 +
||NETHERRACK
 +
 
 +
||87
 +
|-
 +
 
 +
||Soul sand
 +
||SOUL_SAND
 +
 
 +
||88
 +
|-
 +
 
 +
||Glowstone
 +
||GLOWSTONE
 +
 
 +
||89
 +
 
 +
|-
 +
 
 +
||Jack-o-Lantern
 +
 
 +
||JACK_O_LANTERN
 +
 
 +
||91
 +
|-
 +
 
 +
||Trap door
 +
 
 +
||TRAP_DOOR
 +
 
 +
||96
 +
|-
 +
 
 +
|-
 +
 
 +
||Smooth stone bricks
 +
 
 +
||SMOOTH_BRICK
 +
 
 +
||98
 +
 
 +
|-
 +
||Mossy stone bricks
 +
 
 +
||SMOOTH_BRICK:1
 +
 
 +
||98:1
 +
 
 +
|-
 +
||Cracked stone bricks
 +
 
 +
||SMOOTH_BRICK:2
 +
 
 +
||98:2
 +
 
 +
|-
 +
 
 +
||Chiseled stone bricks
 +
 
 +
||SMOOTH_BRICK:3
 +
 
 +
||98:3
 +
 
 +
|-
 +
 
 +
||Huge red mushroom
 +
||HUGE_MUSHROOM_1
 +
 
 +
||99
 +
|-
 +
||Huge brown mushroom
 +
 
 +
||HUGE_MUSHROOM_2
 +
 
 +
||100
 +
|-
 +
||Iron Bars
 +
||IRON_FENCE
 +
 
 +
||101
 +
|-
 +
 
 +
||Glass Pane
 +
 
 +
||THIN_GLASS
 +
 
 +
||102
 +
|-
 +
 
 +
||Melon block
 +
||MELON_BLOCK
 +
 
 +
||103
 +
|-
 +
 
 +
||Vines
 +
||VINE
 +
 
 +
||106
 +
 
 +
|-
 +
||Fence Gate
 +
||FENCE_GATE
 +
 
 +
||107
 +
 
 +
|-
 +
 
 +
||Brick Stairs
 +
||BRICK_STAIRS
 +
||108
 +
 
 +
|-
 +
 
 +
||Stone brick stairs
 +
||SMOOTH_STAIRS
 +
 
 +
||109
 +
|-
 +
 
 +
||Mycelium
 +
||MYCEL
 +
 
 +
||110
 +
|-
 +
 
 +
||Lily pad
 +
||WATER_LILY
 +
 
 +
||111
 +
 
 +
|-
 +
 
 +
||Nether brick
 +
 
 +
||NETHER_BRICK
 +
 
 +
||112
 +
|-
 +
 
 +
||Nether brick fence
 +
||NETHER_FENCE
 +
 
 +
||113
 +
|-
 +
 
 +
||Nether brick stairs
 +
||NETHER_BRICK_STAIRS
 +
 
 +
||114
 +
|-
 +
 
 +
||Enchantment table
 +
||ENCHANTMENT_TABLE
 +
 
 +
||116
 +
|-
 +
 
 +
||End stone
 +
||ENDER_STONE
 +
 
 +
||121
 +
|-
 +
 
 +
||Dragon egg
 +
||DRAGON_EGG
 +
 
 +
||122
 +
|-
 +
 
 +
||Redstone Lamp
 +
||REDSTONE_LAMP_OFF
 +
 
 +
||123
 +
 
 +
|-
 +
||Oak-wood slab
 +
||WOOD_STEP
 +
||126
 +
|-
 +
||Spruce-wood slab
 +
||WOOD_STEP:1
 +
||126:1
 +
 
 +
|-
 +
||Birch-wood slab
 +
||WOOD_STEP:2
 +
||126:2
 +
 
 +
 
 +
|-
 +
||Jungle-wood slab
 +
||WOOD_STEP:3
 +
||126:3
 +
 
 +
|-
 +
 
 +
||Sandstone stairs
 +
||SANDSTONE_STAIRS
 +
 
 +
||128
 +
|-
 +
 
 +
||Emerald ore
 +
||EMERALD_ORE
 +
 
 +
||129
 +
|-
 +
 
 +
||Ender chest
 +
||ENDER_CHEST
 +
 
 +
||130
 +
|-
 +
 
 +
||Tripwire hook
 +
||TRIPWIRE_HOOK
 +
 
 +
||131
 +
 
 +
|-
 +
 
 +
||Block of emerald
 +
||EMERALD_BLOCK
 +
 
 +
||133
 +
 
 +
|-
 +
||Spruce wood stairs
 +
||SPRUCE_WOOD_STAIRS
 +
 
 +
||134
 +
|-
 +
 
 +
||Birch wood stairs
 +
||BIRCH_WOOD_STAIRS
 +
 
 +
||135
 +
 
 +
|-
 +
 
 +
||Jungle wood stairs
 +
||JUNGLE_WOOD_STAIRS
 +
 
 +
||136
 +
 
 +
 
 +
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Block ID 
 +
|}
 +
 
 +
==Items==
 +
{| width=80% align="center"
 +
|- valign="top"
 +
 
 +
|width=47%|
 +
===Tools/Weapons===
 +
{| class="wikitable sortable" width="90%"
 +
|-
 +
 
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
 
 +
|-
 +
 
 +
||Iron shovel
 +
||IRON_SPADE
 +
 
 +
||256
 +
|-
 +
 
 +
||Iron pickaxe
 +
||IRON_PICKAXE
 +
 
 +
||257
 +
|-
 +
 
 +
||Iron axe
 +
||IRON_AXE
 +
 
 +
||258
 +
|-
 +
 
 +
||Flint and steel
 +
||FLINT_AND_STEEL
 +
 
 +
||259
 +
 
 +
|-
 +
 
 +
||Bow
 +
 
 +
||BOW
 +
 
 +
||261
 +
 
 +
|-
 +
 
 +
||Iron sword
 +
 
 +
||IRON_SWORD
 +
 
 +
||267
 +
 
 +
|-
 +
 
 +
||Wooden sword
 +
||WOOD_SWORD
 +
 
 +
||268
 +
|-
 +
 
 +
||Wooden shovel
 +
||WOOD_SPADE
 +
 
 +
||269
 +
|-
 +
 
 +
||Wooden pickaxe
 +
||WOOD_PICKAXE
 +
 
 +
||270
 +
|-
 +
 
 +
||Wooden axe
 +
||WOOD_AXE
 +
 
 +
||271
 +
|-
 +
 
 +
||Stone sword
 +
 
 +
||STONE_SWORD
 +
 
 +
||272
 +
|-
 +
 
 +
||Stone shovel
 +
||STONE_SPADE
 +
 
 +
||273
 +
|-
 +
 
 +
||Stone pickaxe
 +
 
 +
||STONE_PICKAXE
 +
 
 +
||274
 +
|-
 +
 
 +
||Stone axe
 +
||STONE_AXE
 +
 
 +
||275
 +
|-
 +
 
 +
 
 +
||Gold sword
 +
 
 +
||GOLD_SWORD
 +
 
 +
||283
 +
 
 +
|-
 +
 
 +
||Gold shovel
 +
||GOLD_SPADE
 +
 
 +
||284
 +
|-
 +
 
 +
||Gold pickaxe
 +
||GOLD_PICKAXE
 +
 
 +
||285
 +
|-
 +
 
 +
||Gold axe
 +
||GOLD_AXE
 +
 
 +
||286
 +
 
 +
|-
 +
 
 +
||Wooden hoe
 +
 
 +
||WOOD_HOE
 +
 
 +
||290
 +
|-
 +
 
 +
||Stone hoe
 +
||STONE_HOE
 +
 
 +
||291
 +
|-
 +
 
 +
||Iron hoe
 +
||IRON_HOE
 +
 
 +
||292
 +
|-
 +
 
 +
||Diamond hoe
 +
||DIAMOND_HOE
 +
 
 +
||293
 +
|-
 +
 
 +
||Gold hoe
 +
||GOLD_HOE
 +
 
 +
||294
 +
|-
 +
||Diamond sword
 +
||DIAMOND_SWORD
 +
 
 +
||276
 +
|-
 +
 
 +
||Diamond shovel
 +
 
 +
||DIAMOND_SPADE
 +
 
 +
||277
 +
|-
 +
 
 +
||Diamond pickaxe
 +
||DIAMOND_PICKAXE
 +
 
 +
||278
 +
|-
 +
 
 +
||Diamond axe
 +
||DIAMOND_AXE
 +
 
 +
||279
 +
|-
 +
 
 +
||Bucket
 +
 
 +
||BUCKET
 +
 
 +
||325
 +
 
 +
|-
 +
 
 +
||Water bucket
 +
||WATER_BUCKET
 +
||326
 +
|-
 +
 
 +
||Lava bucket
 +
||LAVA_BUCKET
 +
 
 +
||327
 +
|-
 +
|-
 +
 
 +
||Compass
 +
 
 +
||COMPASS
 +
 
 +
||345
 +
 
 +
|-
 +
 
 +
||Fishing rod
 +
 
 +
||FISHING_ROD
 +
 
 +
||346
 +
 
 +
|-
 +
 
 +
||Watch
 +
 
 +
||WATCH
 +
 
 +
||347
 +
 
 +
|-
 +
||Map
 +
||MAP
 +
||358
 +
 
 +
|-
 +
 
 +
||Shears
 +
||SHEARS
 +
 
 +
||359
 +
|-
 +
||Fire charge
 +
||FIREBALL
 +
 
 +
||385
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
 +
 
 +
===Armor===
 +
 
 +
{| class="wikitable sortable" width="90%"
 +
 
 +
|-
 +
 
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
 
 +
|-
 +
 
 +
||Leather cap
 +
 
 +
||LEATHER_HELMET
 +
 
 +
||298
 +
 
 +
|-
 +
||Leather tunic
 +
||LEATHER_CHESTPLATE
 +
 
 +
||299
 +
|-
 +
 
 +
||Leather pants
 +
||LEATHER_LEGGINGS
 +
 
 +
||300
 +
|-
 +
 
 +
||Leather boots
 +
||LEATHER_BOOTS
 +
 
 +
||301
 +
|-
 +
 
 +
||Iron helmet
 +
||IRON_HELMET
 +
 
 +
||306
 +
|-
  
|| COAL_ORE(16)
+
||Iron chestplate
|- Wood
+
||IRON_CHESTPLATE
|| Oak
 
|| LOG(17)
 
|| Pine
 
|| LOG:1(17:1)
 
|| Birch
 
|| LOG:2(17:2)
 
|| Jungle
 
|| LOG:3(17:3)
 
  
|- Leaves
+
||307
|| Oak
+
|-
|| LEAVES(18)
 
|| Pine
 
|| LEAVES:1(18:1)
 
|| Birch
 
|| LEAVES:2(18:2)
 
|| Jungle
 
|| LEAVES:3(18:3)
 
|- Glass
 
|| GLASS(20)
 
|- Lapis Ore
 
  
|| LAPIS_ORE(21)
+
||Iron leggings
 +
||IRON_LEGGINGS
  
|- Lapis Block
+
||308
|| LAPIS_BLOCK(22)
+
|-
|- Dispenser
 
  
|| DISPENSER(23)
+
||Iron boots
|- Sandstone
+
||IRON_BOOTS
  
|| Normal
+
||309
|| SANDSTONE(24)
+
|-
  
|| Chiseled
+
||Diamond helmet
|| SANDSTONE:1(24:1)
+
||DIAMOND_HELMET
  
|| Smooth
+
||310
||  SANDSTONE:2(24:2)
+
|-
|- Note Block
 
  
|| NOTE_BLOCK(25)
+
||Diamond chestplate
 +
||DIAMOND_CHESTPLATE
  
|- Powered Rail
+
||311
|| POWERED_RAIL(27)
 
|- Detector Rail
 
|| DETECTOR_RAIL(28)
 
|- Sticky Piston
 
|| PISTON_STICKY_BASE(29)
 
  
|- Tall Grass
+
|-
|| LONG_GRASS(31)
 
|- Dead Bush
 
|| DEAD_BUSH(32)
 
|- Piston
 
|| PISTON_BASE(33)
 
|- Wool
 
||White
 
|| WOOL(35)
 
  
|| Orange
+
||Diamond leggings
 +
||DIAMOND_LEGGINGS
  
|| WOOL:1(35:1)
+
||312
 +
|-
  
|| Magenta
+
||Diamond boots
 +
||DIAMOND_BOOTS
  
|| WOOL:2(35:2)
+
||313
|| Light Blue
+
|-
|| WOOL:3(35:3)
 
|| Yellow
 
  
|| WOOL:4(35:4)
+
||Gold helmet
|| Lime
+
||GOLD_HELMET
  
|| WOOL:5(35:5)
+
||314
|| Pink
+
|-
  
|| WOOL:6(35:6)
+
||Gold chestplate
 +
||GOLD_CHESTPLATE
  
|| Dark gray
+
||315
 +
|-
  
|| WOOL:7(35:7)
+
||Gold leggings
|| Light Gray
+
||GOLD_LEGGINGS
  
|| WOOL:8(35:8)
+
||316
  
|| Cyan
+
|-
|| WOOL:9(35:9)
 
  
|| Purple
+
||Gold boots
 +
||GOLD_BOOTS
  
|| WOOL:10(35:10)
+
||317
|| Blue
 
  
|| WOOL:11(35:11)
+
|-
|| Brown
 
  
|| WOOL:12(35:12)
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
 +
===Transportation===
  
|| Dark green
+
{| class="wikitable sortable" width="90%"
  
|| WOOL:13(35:13)
+
|-
  
|| Red
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
|| WOOL:14(35:14)
+
|-
 +
||Minecart
 +
||MINECART
 +
||328
 +
|-
 +
||Saddle
 +
||SADDLE
 +
||329
  
|| Black
+
|-
 +
||Boat
 +
||BOAT
  
|| WOOL:15(35:15)
+
||333
|- Dandelion
 
|| YELLOW_FLOWER(37)
 
|- Rose
 
|| RED_ROSE(38)
 
|- Brown Mushroom
 
|| BROWN_MUSHROOM(39)
 
|- Red Mushroom
 
|| RED_MUSHROOM(40)
 
|- Gold Block
 
|| GOLD_BLOCK(41)
 
|- Iron Block
 
|| IRON_BLOCK(42)
 
|- Slabs
 
  
|| Stone
+
|-
|| STEP(44)
 
|| Sandstone
 
|| STEP:1(44:1)
 
  
|| Wooden
+
||Minecart w/ chest
|| STEP:2(44:2)
+
||STORAGE_MINECART
 +
||342
 +
|-
  
|| Cobblestone
+
||Minecart w/ furnace
|| STEP:2(44:2)
+
||POWERED_MINECART
 +
 
 +
||343
 +
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Item ID 
 
|}
 
|}
BRICK(45),
+
===Potion Ingredients===
 +
{| class="wikitable sortable" width=90%
 +
 
 +
|-
 +
 
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
 
 +
|-
 +
 
 +
||Glowstone dust
 +
 
 +
||GLOWSTONE_DUST
 +
 
 +
||348
 +
 
 +
|-
 +
||Potion
 +
||POTION
 +
 
 +
||373
 +
 
 +
|-
 +
 
 +
||Ghast tear
 +
 
 +
||GHAST_TEAR
 +
 
 +
||370
  
TNT(46),
+
|-
  
BOOKSHELF(47),
+
||Gold nugget
  
MOSSY_COBBLESTONE(48),
+
||GOLD_NUGGET
  
OBSIDIAN(49),
+
||371
  
TORCH(50, Torch.class),
+
|-
  
FIRE(51),
+
||Nether wart
  
MOB_SPAWNER(52),
+
||NETHER_STALK
  
WOOD_STAIRS(53, Stairs.class),
+
||372
  
CHEST(54, Chest.class),
+
|-
  
REDSTONE_WIRE(55, RedstoneWire.class),
+
||Glass bottle
  
DIAMOND_ORE(56),
+
||GLASS_BOTTLE
  
DIAMOND_BLOCK(57),
+
||374
  
WORKBENCH(58),
+
|-
  
CROPS(59, Crops.class),
+
||Spider eye
  
SOIL(60, MaterialData.class),
+
||SPIDER_EYE
  
FURNACE(61, Furnace.class),
+
||375
  
BURNING_FURNACE(62, Furnace.class),
+
|-
  
SIGN_POST(63, 64, Sign.class),
+
||Fermented spider eye
  
WOODEN_DOOR(64, Door.class),
+
||FERMENTED_SPIDER_EYE
  
LADDER(65, Ladder.class),
+
||376
  
RAILS(66, Rails.class),
+
|-
  
COBBLESTONE_STAIRS(67, Stairs.class),
+
||Blaze powder
  
WALL_SIGN(68, 64, Sign.class),
+
||BLAZE_POWDER
  
LEVER(69, Lever.class),
+
||377
  
STONE_PLATE(70, PressurePlate.class),
+
|-
  
IRON_DOOR_BLOCK(71, Door.class),
+
||Magma cream
  
WOOD_PLATE(72, PressurePlate.class),
+
||MAGMA_CREAM
  
REDSTONE_ORE(73),
+
||378
 +
|-
 +
||Eye of Ender
 +
||EYE_OF_ENDER
  
GLOWING_REDSTONE_ORE(74),
+
||381
 +
|-
  
REDSTONE_TORCH_OFF(75, RedstoneTorch.class),
+
||Glistering melon
 +
||SPECKLED_MELON
  
REDSTONE_TORCH_ON(76, RedstoneTorch.class),
+
||382
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
STONE_BUTTON(77, Button.class),
+
|}
  
SNOW(78),
+
===Records===
  
ICE(79),
+
{| class="wikitable sortable" width=90%
  
SNOW_BLOCK(80),
+
|-
  
CACTUS(81, MaterialData.class),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
CLAY(82),
+
|-
  
SUGAR_CANE_BLOCK(83, MaterialData.class),
 
  
JUKEBOX(84),
 
  
FENCE(85),
+
||13 disc
  
PUMPKIN(86, Pumpkin.class),
+
||GOLD_RECORD
  
NETHERRACK(87),
+
||2256
 +
|-
  
SOUL_SAND(88),
+
||Cat disc
 +
||GREEN_RECORD
  
GLOWSTONE(89),
+
||2257
  
PORTAL(90),
+
|-
  
JACK_O_LANTERN(91, Pumpkin.class),
+
||blocks disc
 +
||RECORD_3
  
CAKE_BLOCK(92, 64, Cake.class),
+
||2258
 +
|-
  
DIODE_BLOCK_OFF(93, Diode.class),
+
||chirp disc
 +
||RECORD_4
  
DIODE_BLOCK_ON(94, Diode.class),
+
||2259
 +
|-
  
LOCKED_CHEST(95),
+
||far disc
 +
||RECORD_5
  
TRAP_DOOR(96, TrapDoor.class),
+
||2260
 +
|-
  
MONSTER_EGGS(97, MonsterEggs.class),
+
||mall disc
 +
||RECORD_6
  
SMOOTH_BRICK(98, SmoothBrick.class),
+
||2261
  
HUGE_MUSHROOM_1(99, Mushroom.class),
+
|-
  
HUGE_MUSHROOM_2(100, Mushroom.class),
+
||mellohi disc
 +
||RECORD_7
  
IRON_FENCE(101),
+
||2262
 +
|-
  
THIN_GLASS(102),
+
||stal disc
 +
||RECORD_8
  
MELON_BLOCK(103),
+
||2263
 +
|-
  
PUMPKIN_STEM(104, MaterialData.class),
+
||strad disc
 +
||RECORD_9
  
MELON_STEM(105, MaterialData.class),
+
||2264
 +
|-
  
VINE(106, Vine.class),
+
||ward disc
 +
||RECORD_10
  
FENCE_GATE(107, Gate.class),
+
||2265
  
BRICK_STAIRS(108, Stairs.class),
+
|-
  
SMOOTH_STAIRS(109, Stairs.class),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID 
  
MYCEL(110),
+
|}
 +
|width=47%|
  
WATER_LILY(111),
+
===Food and seeds===
  
NETHER_BRICK(112),
+
{| class="wikitable sortable" width="90%"
 +
|-
  
NETHER_FENCE(113),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
NETHER_BRICK_STAIRS(114, Stairs.class),
+
|-
  
NETHER_WARTS(115, MaterialData.class),
+
||Apple
 +
||APPLE
  
ENCHANTMENT_TABLE(116),
+
||260
 +
|-
  
BREWING_STAND(117, MaterialData.class),
+
||Bowl
  
CAULDRON(118, Cauldron.class),
+
||BOWL
  
ENDER_PORTAL(119),
+
||281
  
ENDER_PORTAL_FRAME(120),
+
|-
  
ENDER_STONE(121),
+
||Mushroom stew
  
DRAGON_EGG(122),
+
||MUSHROOM_SOUP
  
REDSTONE_LAMP_OFF(123),
+
||282
 +
|-
 +
||Seeds
 +
||SEEDS
 +
||295
 +
|-
 +
||Wheat
 +
||WHEAT
 +
||296
 +
|-
 +
||Bread
 +
||BREAD
 +
||297
 +
|-
  
REDSTONE_LAMP_ON(124),
+
||Pork
  
==Items==
+
||PORK
 +
 
 +
||319
 +
|-
 +
 
 +
||Grilled pork
 +
||GRILLED_PORK
 +
 
 +
||320
 +
 
 +
|-
 +
 
 +
||Golden apple
 +
 
 +
||GOLDEN_APPLE
 +
 
 +
||322
 +
|-
 +
 
 +
||Milk bucket
 +
 
 +
||MILK_BUCKET
 +
 
 +
||335
 +
 
 +
|-
 +
 
 +
||Raw fish
 +
 
 +
||RAW_FISH
 +
 
 +
||349
 +
|-
 +
 
 +
||Cooked fish
 +
||COOKED_FISH
 +
 
 +
||350
 +
|-
 +
 
 +
||Sugar
  
IRON_SPADE(256, 1, 250),
+
||SUGAR
  
IRON_PICKAXE(257, 1, 250),
+
||353
 +
|-
  
IRON_AXE(258, 1, 250),
+
||Cake
 +
||CAKE
 +
||354
  
FLINT_AND_STEEL(259, 1, 64),
+
|-
  
APPLE(260),
+
||Cookie
  
BOW(261, 1, 384),
+
||COOKIE
  
ARROW(262),
+
||357
 +
|-
  
COAL(263, Coal.class),
+
||Melon slice
  
DIAMOND(264),
+
||MELON
  
IRON_INGOT(265),
+
||360
 +
|-
  
GOLD_INGOT(266),
+
||Pumpkin seeds
 +
||PUMPKIN_SEEDS
  
IRON_SWORD(267, 1, 250),
+
||361
 +
|-
  
WOOD_SWORD(268, 1, 59),
+
||Melon seeds
 +
||MELON_SEEDS
  
WOOD_SPADE(269, 1, 59),
+
||362
 +
|-
  
WOOD_PICKAXE(270, 1, 59),
+
||Raw beef
 +
||RAW_BEEF
  
WOOD_AXE(271, 1, 59),
+
||363
 +
|-
  
STONE_SWORD(272, 1, 131),
+
||Cooked beef
 +
||COOKED_BEEF
  
STONE_SPADE(273, 1, 131),
+
||364
 +
|-
  
STONE_PICKAXE(274, 1, 131),
+
||Raw chicken
  
STONE_AXE(275, 1, 131),
+
||RAW_CHICKEN
  
DIAMOND_SWORD(276, 1, 1561),
+
||365
 +
|-
 +
||Cooked chicken
 +
||COOKED_CHICKEN
  
DIAMOND_SPADE(277, 1, 1561),
+
||366
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
 +
===Misc and Mob Drops===
 +
{| class="wikitable sortable" width="90%"
 +
|-
  
DIAMOND_PICKAXE(278, 1, 1561),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
DIAMOND_AXE(279, 1, 1561),
+
|-
  
STICK(280),
+
||Arrow
  
BOWL(281),
+
||ARROW
  
MUSHROOM_SOUP(282, 1),
+
||262
  
GOLD_SWORD(283, 1, 32),
+
|-
  
GOLD_SPADE(284, 1, 32),
+
||Stick
  
GOLD_PICKAXE(285, 1, 32),
+
||STICK
  
GOLD_AXE(286, 1, 32),
+
||280
  
STRING(287),
+
|-
  
FEATHER(288),
+
||String
  
SULPHUR(289),
+
||STRING
  
WOOD_HOE(290, 1, 59),
+
||287
 +
|-
  
STONE_HOE(291, 1, 131),
+
||Feather
 +
||FEATHER
  
IRON_HOE(292, 1, 250),
+
||288
 +
|-
  
DIAMOND_HOE(293, 1, 1561),
+
||Gunpowder
 +
||SULPHUR
  
GOLD_HOE(294, 1, 32),
+
||289
 +
|-
  
SEEDS(295),
+
||Flint
 +
||FLINT
  
WHEAT(296),
+
||318
  
BREAD(297),
+
|-
  
LEATHER_HELMET(298, 1, 55),
+
||Snowball
  
LEATHER_CHESTPLATE(299, 1, 80),
+
||SNOW_BALL
  
LEATHER_LEGGINGS(300, 1, 75),
+
||332
  
LEATHER_BOOTS(301, 1, 65),
+
|-
  
CHAINMAIL_HELMET(302, 1, 165),
+
||Leather
  
CHAINMAIL_CHESTPLATE(303, 1, 240),
+
||LEATHER
  
CHAINMAIL_LEGGINGS(304, 1, 225),
+
||334
  
CHAINMAIL_BOOTS(305, 1, 195),
+
|-
  
IRON_HELMET(306, 1, 165),
+
||Sugar Cane
  
IRON_CHESTPLATE(307, 1, 240),
+
||SUGAR_CANE
  
IRON_LEGGINGS(308, 1, 225),
+
||338
  
IRON_BOOTS(309, 1, 195),
+
|-
  
DIAMOND_HELMET(310, 1, 363),
+
||Paper
 +
||PAPER
 +
||339
  
DIAMOND_CHESTPLATE(311, 1, 528),
+
|-
  
DIAMOND_LEGGINGS(312, 1, 495),
+
||Book
 +
||BOOK
  
DIAMOND_BOOTS(313, 1, 429),
+
||340
 +
|-
  
GOLD_HELMET(314, 1, 77),
+
||Slimeball
  
GOLD_CHESTPLATE(315, 1, 112),
+
||SLIME_BALL
  
GOLD_LEGGINGS(316, 1, 105),
+
||341
  
GOLD_BOOTS(317, 1, 91),
+
|-
  
FLINT(318),
+
||Chicken egg
  
PORK(319),
+
||EGG
  
GRILLED_PORK(320),
+
||344
  
PAINTING(321),
+
|-
  
GOLDEN_APPLE(322),
+
||Bone
  
SIGN(323, 16),
+
||BONE
  
WOOD_DOOR(324, 1),
+
||352
 +
|-
  
BUCKET(325, 16),
+
||Rotten flesh
 +
||ROTTEN_FLESH
  
WATER_BUCKET(326, 1),
+
||367
  
LAVA_BUCKET(327, 1),
+
|-
  
MINECART(328, 1),
+
||Ender pearl
  
SADDLE(329, 1),
+
||ENDER_PEARL
  
IRON_DOOR(330, 1),
+
||368
  
REDSTONE(331),
+
|-
  
SNOW_BALL(332, 16),
+
||Blaze rod
  
BOAT(333, 1),
+
||BLAZE_ROD
  
LEATHER(334),
+
||369
  
MILK_BUCKET(335, 1),
+
|-
  
CLAY_BRICK(336),
+
||Book and quill
  
CLAY_BALL(337),
+
||BOOK_AND_QUILL
  
SUGAR_CANE(338),
+
||386
 +
|-
  
PAPER(339),
+
||Written book
 +
||WRITTEN_BOOK
  
BOOK(340),
+
||387
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
  
SLIME_BALL(341),
+
===Ore and ingots===
  
STORAGE_MINECART(342, 1),
+
{| class="wikitable sortable" width="90%"
 +
|-
  
POWERED_MINECART(343, 1),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
EGG(344, 16),
+
|-
  
COMPASS(345),
+
||Coal
 +
||COAL
  
FISHING_ROD(346, 1, 64),
+
||263
  
WATCH(347),
+
|-
 +
||Charcoal
  
GLOWSTONE_DUST(348),
+
||Coal:1
  
RAW_FISH(349),
+
||263:1
  
COOKED_FISH(350),
+
|-
  
INK_SACK(351, Dye.class),
+
||Diamond
 +
||DIAMOND
  
BONE(352),
+
||264
 +
|-
  
SUGAR(353),
+
||Iron ingot
 +
||IRON_INGOT
  
CAKE(354, 1),
+
||265
 +
|-
  
BED(355, 1),
+
||Gold ingot
  
DIODE(356),
+
||GOLD_INGOT
 +
||266
 +
|-
  
COOKIE(357),
+
||Lapis Lazuli
  
/||
+
||INK_SACK:4
  
|- @see MapView
+
||351:4
  
|-/
+
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID 
 +
|}
  
MAP(358, 1, MaterialData.class),
 
  
SHEARS(359, 1, 238),
+
===Decorative and Building===
  
MELON(360),
+
{| class="wikitable sortable" width="90%"
 +
|-
  
PUMPKIN_SEEDS(361),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
MELON_SEEDS(362),
+
|-
  
RAW_BEEF(363),
+
||Painting
 +
||PAINTING
  
COOKED_BEEF(364),
+
||321
  
RAW_CHICKEN(365),
+
|-
  
COOKED_CHICKEN(366),
+
||Sign
 +
||SIGN
  
ROTTEN_FLESH(367),
+
||323
  
ENDER_PEARL(368, 16),
+
|-
  
BLAZE_ROD(369),
+
||Wooden door
  
GHAST_TEAR(370),
+
||WOOD_DOOR
  
GOLD_NUGGET(371),
+
||324
  
NETHER_STALK(372),
+
|-
  
/||
+
||Iron door
  
|- @see Potion
+
||IRON_DOOR
  
|-/
+
||330
  
POTION(373, 1, MaterialData.class),
+
|-
  
GLASS_BOTTLE(374),
+
||Clay brick
  
SPIDER_EYE(375),
+
||CLAY_BRICK
  
FERMENTED_SPIDER_EYE(376),
+
||336
 +
|-
  
BLAZE_POWDER(377),
+
||Clay ball
 +
||CLAY_BALL
  
MAGMA_CREAM(378),
+
||337
 +
|-
 +
||Bed
 +
||BED
 +
||355
 +
|-
  
BREWING_STAND_ITEM(379),
+
||Brewing stand
  
CAULDRON_ITEM(380),
+
||BREWING_STAND_ITEM
  
EYE_OF_ENDER(381),
+
||379
  
SPECKLED_MELON(382),
+
|-
  
MONSTER_EGG(383, 64, SpawnEgg.class),
+
||Cauldron
  
EXP_BOTTLE(384, 64),
+
||CAULDRON_ITEM
  
FIREBALL(385, 64),
+
||380
  
GOLD_RECORD(2256, 1),
+
|-
  
GREEN_RECORD(2257, 1),
+
||Emerald
  
RECORD_3(2258, 1),
+
||EMERALD
  
RECORD_4(2259, 1),
+
||388
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
  
RECORD_5(2260, 1),
+
===Dyes===
  
RECORD_6(2261, 1),
+
{| class="wikitable sortable" width=90%
  
RECORD_7(2262, 1),
+
|-
  
RECORD_8(2263, 1),
+
!Minecraft Block Name!!Bukkit Block Name!!Item ID
  
RECORD_9(2264, 1),
+
|-
  
RECORD_10(2265, 1),
+
||Ink sack
  
RECORD_11(2266, 1),
+
||INK_SACK
  
WOOD_DOUBLE_STEP(125, WoodenStep.class),
+
||351
  
WOOD_STEP(126, WoodenStep.class),
+
|-
  
COCOA(127, CocoaPlant.class),
+
||Rose red
  
SANDSTONE_STAIRS(128, Stairs.class),
+
||INK_SACK:1
  
EMERALD_ORE(129),
+
||351:1
 +
|-
 +
||Cactus green
 +
||INK_SACK:2
 +
||351:2
 +
|-
 +
||Cocoa Beans
  
ENDER_CHEST(130, EnderChest.class),
+
||INK_SACK:3
  
TRIPWIRE_HOOK(131, TripwireHook.class),
+
||351:3
  
TRIPWIRE(132, Tripwire.class),
+
|-
  
EMERALD_BLOCK(133),
 
  
SPRUCE_WOOD_STAIRS(134, Stairs.class),
+
||Lapis Lazuli
  
BIRCH_WOOD_STAIRS(135, Stairs.class),
+
||INK_SACK:4
  
JUNGLE_WOOD_STAIRS(136, Stairs.class),
+
||351:4
 +
|-
 +
||Purple dye
 +
||INK_SACK:5
 +
||351:5
 +
|-
 +
||Cyan dye
 +
||INK_SACK:6
 +
||351:6
 +
|-
 +
||Light gray dye
 +
||INK_SACK:7
 +
||351:7
 +
|-
 +
||Gray dye
 +
||INK_SACK:8
 +
||351:8
 +
|-
 +
||Pink dye
 +
||INK_SACK:9
 +
||351:9
 +
|-
 +
||Lime dye
 +
||INK_SACK:10
 +
||351:10
 +
|-
 +
||Dandelion yellow
 +
||INK_SACK:11
 +
||351:11
 +
|-
 +
||Light blue dye
 +
||INK_SACK:12
 +
||351:12
 +
|-
 +
||Magenta dye
 +
||INK_SACK:13
 +
||351:13
 +
|-
 +
||Orange dye
 +
||INK_SACK:14
 +
||351:14
 +
|-
 +
||Bone meal
 +
||INK_SACK:15
 +
||351:15
 +
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Item ID 
  
BOOK_AND_QUILL(386, 1),
+
|}
  
WRITTEN_BOOK(387, 1),
+
===Redstone===
  
EMERALD(388, 64);
+
{| class="wikitable sortable" width=90%
  
 +
|-
  
 +
!Minecraft Block Name!!Bukkit Block Name!!Item ID 
  
 +
|-
 +
||Redstone dust
 +
||REDSTONE
 +
||331
 +
|-
 +
||Redstone repeater
 +
||DIODE
 +
||356
 +
|-
 +
 +
!Minecraft Block Name!!Bukkit Block Name!!Item ID 
 +
 +
|}
 +
|}
 +
Updated info can be found in the Bukkit source
 
https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java
 
https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java
 +
 +
 +
 +
[[Category:Guides]]

Latest revision as of 13:31, 11 October 2012

Bukkit requires very specific names when referring to items, and these names are used by ChestShop. So, here is a list of all of the names Bukkit has set, with the ID's beside. Unobtainable items are unincluded. The lowercase name is the official Minecraft name, while the uppercase name is the Bukkit name. This page was last updated 10/11/2012, so, if Minecraft has been updated since then, this page may be out of date

Blocks

Minecraft Block Name Bukkit Block Name Block ID
Stone STONE 1
Grass Block GRASS 2
Dirt DIRT 3
Cobblestone COBBLESTONE 4
Oak Planks WOOD 5
Pine Planks WOOD:1 5:1
Birch Planks WOOD:2 5:2
Jungle Planks WOOD:3 5:3
Oak Sapling SAPLING 6
Pine Sapling SAPLING:1 6:1
Birch Sapling SAPLING:2 6:2
Jungle Sapling SAPLING:3 6:3
Sand SAND 12
Gravel GRAVEL 13
Gold Ore GOLD_ORE 14
Iron Ore IRON_ORE 15
Coal Ore COAL_ORE 16
Oak wood LOG 17
Pine wood LOG:1 17:1
Birch wood LOG:2 17:2
Jungle wood LOG:3 17:3
Oak leaves LEAVES 18
Pine leaves LEAVES:1 18:1
Birch LEAVES:2 18:2
Jungle LEAVES:3 18:3
Glass GLASS 20
Lapis Ore LAPIS_ORE 21
Lapis Block LAPIS_BLOCK 22
Dispenser DISPENSER 23
Normal sandstone SANDSTONE 24
Chiseled sandstone SANDSTONE:1 24:1
Smooth sandstone SANDSTONE:2 24:2
Note Block NOTE_BLOCK 25
Powered Rail POWERED_RAIL 27
Detector Rail DETECTOR_RAIL 28
Sticky Piston PISTON_STICKY_BASE 29
Tall Grass LONG_GRASS 31
Dead Bush DEAD_BUSH 32
Piston PISTON_BASE 33
White wool WOOL 35
Orange wool WOOL:1 35:1
Magenta wool WOOL:2 35:2
Light blue wool WOOL:3 35:3
Yellow wool WOOL:4 35:4
Lime wool WOOL:5 35:5
Pink wool WOOL:6 35:6
Dark gray wool WOOL:7 35:7
Light gray wool WOOL:8 35:8
Cyan wool WOOL:9 35:9
Purple wool WOOL:10 35:10
Blue wool WOOL:11 35:11
Brown wool WOOL:12 35:12
Dark green wool WOOL:13 35:13
Red wool WOOL:14 35:14
Black wool WOOL:15 35:15
Dandelion YELLOW_FLOWER 37
Rose RED_ROSE 38
Brown Mushroom BROWN_MUSHROOM 39
Red Mushroom RED_MUSHROOM 40
Block of gold GOLD_BLOCK 41
Block of iron IRON_BLOCK 42
Stone slabs STEP 44
Sandstone slabs STEP:1 44:1
Wooden slabs STEP:2 44:2
Cobblestone slabs STEP:3 44:3
Brick slabs STEP:4 44:4
Stone brick slabs STEP:5 44:5
Bricks BRICK 45
TNT TNT 46
Bookshelf BOOKSHELF 47
Moss stone MOSSY_COBBLESTONE 48
Obsidian OBSIDIAN 49
Torch TORCH 50
Oak wood stairs WOOD_STAIRS 53
Chest CHEST 54
Diamond Ore DIAMOND_ORE 56
Block of diamond DIAMOND_BLOCK 57
Crafting table WORKBENCH 58
Furnace FURNACE 61
Ladder LADDER 65
Rails RAILS 66
Cobblestone stairs COBBLESTONE_STAIRS 67
Lever LEVER 69
Stone pressure plate STONE_PLATE 70
Wooden pressure plate WOOD_PLATE 72
Redstone Ore REDSTONE_ORE 73
Redstone Torch REDSTONE_TORCH_ON 76
Stone Button STONE_BUTTON 77
Ice ICE 79
Snow block SNOW_BLOCK 80
Cactus CACTUS 81
Clay block CLAY 82
Jukebox JUKEBOX 84
Fence FENCE 85
Pumpkin PUMPKIN 86
Netherrack NETHERRACK 87
Soul sand SOUL_SAND 88
Glowstone GLOWSTONE 89
Jack-o-Lantern JACK_O_LANTERN 91
Trap door TRAP_DOOR 96
Smooth stone bricks SMOOTH_BRICK 98
Mossy stone bricks SMOOTH_BRICK:1 98:1
Cracked stone bricks SMOOTH_BRICK:2 98:2
Chiseled stone bricks SMOOTH_BRICK:3 98:3
Huge red mushroom HUGE_MUSHROOM_1 99
Huge brown mushroom HUGE_MUSHROOM_2 100
Iron Bars IRON_FENCE 101
Glass Pane THIN_GLASS 102
Melon block MELON_BLOCK 103
Vines VINE 106
Fence Gate FENCE_GATE 107
Brick Stairs BRICK_STAIRS 108
Stone brick stairs SMOOTH_STAIRS 109
Mycelium MYCEL 110
Lily pad WATER_LILY 111
Nether brick NETHER_BRICK 112
Nether brick fence NETHER_FENCE 113
Nether brick stairs NETHER_BRICK_STAIRS 114
Enchantment table ENCHANTMENT_TABLE 116
End stone ENDER_STONE 121
Dragon egg DRAGON_EGG 122
Redstone Lamp REDSTONE_LAMP_OFF 123
Oak-wood slab WOOD_STEP 126
Spruce-wood slab WOOD_STEP:1 126:1
Birch-wood slab WOOD_STEP:2 126:2


Jungle-wood slab WOOD_STEP:3 126:3
Sandstone stairs SANDSTONE_STAIRS 128
Emerald ore EMERALD_ORE 129
Ender chest ENDER_CHEST 130
Tripwire hook TRIPWIRE_HOOK 131
Block of emerald EMERALD_BLOCK 133
Spruce wood stairs SPRUCE_WOOD_STAIRS 134
Birch wood stairs BIRCH_WOOD_STAIRS 135
Jungle wood stairs JUNGLE_WOOD_STAIRS 136


Minecraft Block Name Bukkit Block Name Block ID

Items

Tools/Weapons

Minecraft Item Name Bukkit Item Name Item ID
Iron shovel IRON_SPADE 256
Iron pickaxe IRON_PICKAXE 257
Iron axe IRON_AXE 258
Flint and steel FLINT_AND_STEEL 259
Bow BOW 261
Iron sword IRON_SWORD 267
Wooden sword WOOD_SWORD 268
Wooden shovel WOOD_SPADE 269
Wooden pickaxe WOOD_PICKAXE 270
Wooden axe WOOD_AXE 271
Stone sword STONE_SWORD 272
Stone shovel STONE_SPADE 273
Stone pickaxe STONE_PICKAXE 274
Stone axe STONE_AXE 275
Gold sword GOLD_SWORD 283
Gold shovel GOLD_SPADE 284
Gold pickaxe GOLD_PICKAXE 285
Gold axe GOLD_AXE 286
Wooden hoe WOOD_HOE 290
Stone hoe STONE_HOE 291
Iron hoe IRON_HOE 292
Diamond hoe DIAMOND_HOE 293
Gold hoe GOLD_HOE 294
Diamond sword DIAMOND_SWORD 276
Diamond shovel DIAMOND_SPADE 277
Diamond pickaxe DIAMOND_PICKAXE 278
Diamond axe DIAMOND_AXE 279
Bucket BUCKET 325
Water bucket WATER_BUCKET 326
Lava bucket LAVA_BUCKET 327
Compass COMPASS 345
Fishing rod FISHING_ROD 346
Watch WATCH 347
Map MAP 358
Shears SHEARS 359
Fire charge FIREBALL 385
Minecraft Item Name Bukkit Item Name Item ID

Armor

Minecraft Item Name Bukkit Item Name Item ID
Leather cap LEATHER_HELMET 298
Leather tunic LEATHER_CHESTPLATE 299
Leather pants LEATHER_LEGGINGS 300
Leather boots LEATHER_BOOTS 301
Iron helmet IRON_HELMET 306
Iron chestplate IRON_CHESTPLATE 307
Iron leggings IRON_LEGGINGS 308
Iron boots IRON_BOOTS 309
Diamond helmet DIAMOND_HELMET 310
Diamond chestplate DIAMOND_CHESTPLATE 311
Diamond leggings DIAMOND_LEGGINGS 312
Diamond boots DIAMOND_BOOTS 313
Gold helmet GOLD_HELMET 314
Gold chestplate GOLD_CHESTPLATE 315
Gold leggings GOLD_LEGGINGS 316
Gold boots GOLD_BOOTS 317
Minecraft Item Name Bukkit Item Name Item ID

Transportation

Minecraft Item Name Bukkit Item Name Item ID
Minecart MINECART 328
Saddle SADDLE 329
Boat BOAT 333
Minecart w/ chest STORAGE_MINECART 342
Minecart w/ furnace POWERED_MINECART 343
Minecraft Block Name Bukkit Block Name Item ID

Potion Ingredients

Minecraft Item Name Bukkit Item Name Item ID
Glowstone dust GLOWSTONE_DUST 348
Potion POTION 373
Ghast tear GHAST_TEAR 370
Gold nugget GOLD_NUGGET 371
Nether wart NETHER_STALK 372
Glass bottle GLASS_BOTTLE 374
Spider eye SPIDER_EYE 375
Fermented spider eye FERMENTED_SPIDER_EYE 376
Blaze powder BLAZE_POWDER 377
Magma cream MAGMA_CREAM 378
Eye of Ender EYE_OF_ENDER 381
Glistering melon SPECKLED_MELON 382
Minecraft Item Name Bukkit Item Name Item ID

Records

Minecraft Item Name Bukkit Item Name Item ID
13 disc GOLD_RECORD 2256
Cat disc GREEN_RECORD 2257
blocks disc RECORD_3 2258
chirp disc RECORD_4 2259
far disc RECORD_5 2260
mall disc RECORD_6 2261
mellohi disc RECORD_7 2262
stal disc RECORD_8 2263
strad disc RECORD_9 2264
ward disc RECORD_10 2265
Minecraft Item Name Bukkit Item Name Item ID

Food and seeds

Minecraft Item Name Bukkit Item Name Item ID
Apple APPLE 260
Bowl BOWL 281
Mushroom stew MUSHROOM_SOUP 282
Seeds SEEDS 295
Wheat WHEAT 296
Bread BREAD 297
Pork PORK 319
Grilled pork GRILLED_PORK 320
Golden apple GOLDEN_APPLE 322
Milk bucket MILK_BUCKET 335
Raw fish RAW_FISH 349
Cooked fish COOKED_FISH 350
Sugar SUGAR 353
Cake CAKE 354
Cookie COOKIE 357
Melon slice MELON 360
Pumpkin seeds PUMPKIN_SEEDS 361
Melon seeds MELON_SEEDS 362
Raw beef RAW_BEEF 363
Cooked beef COOKED_BEEF 364
Raw chicken RAW_CHICKEN 365
Cooked chicken COOKED_CHICKEN 366
Minecraft Item Name Bukkit Item Name Item ID

Misc and Mob Drops

Minecraft Item Name Bukkit Item Name Item ID
Arrow ARROW 262
Stick STICK 280
String STRING 287
Feather FEATHER 288
Gunpowder SULPHUR 289
Flint FLINT 318
Snowball SNOW_BALL 332
Leather LEATHER 334
Sugar Cane SUGAR_CANE 338
Paper PAPER 339
Book BOOK 340
Slimeball SLIME_BALL 341
Chicken egg EGG 344
Bone BONE 352
Rotten flesh ROTTEN_FLESH 367
Ender pearl ENDER_PEARL 368
Blaze rod BLAZE_ROD 369
Book and quill BOOK_AND_QUILL 386
Written book WRITTEN_BOOK 387
Minecraft Item Name Bukkit Item Name Item ID

Ore and ingots

Minecraft Item Name Bukkit Item Name Item ID
Coal COAL 263
Charcoal Coal:1 263:1
Diamond DIAMOND 264
Iron ingot IRON_INGOT 265
Gold ingot GOLD_INGOT 266
Lapis Lazuli INK_SACK:4 351:4
Minecraft Item Name Bukkit Item Name Item ID


Decorative and Building

Minecraft Item Name Bukkit Item Name Item ID
Painting PAINTING 321
Sign SIGN 323
Wooden door WOOD_DOOR 324
Iron door IRON_DOOR 330
Clay brick CLAY_BRICK 336
Clay ball CLAY_BALL 337
Bed BED 355
Brewing stand BREWING_STAND_ITEM 379
Cauldron CAULDRON_ITEM 380
Emerald EMERALD 388
Minecraft Item Name Bukkit Item Name Item ID

Dyes

Minecraft Block Name Bukkit Block Name Item ID
Ink sack INK_SACK 351
Rose red INK_SACK:1 351:1
Cactus green INK_SACK:2 351:2
Cocoa Beans INK_SACK:3 351:3
Lapis Lazuli INK_SACK:4 351:4
Purple dye INK_SACK:5 351:5
Cyan dye INK_SACK:6 351:6
Light gray dye INK_SACK:7 351:7
Gray dye INK_SACK:8 351:8
Pink dye INK_SACK:9 351:9
Lime dye INK_SACK:10 351:10
Dandelion yellow INK_SACK:11 351:11
Light blue dye INK_SACK:12 351:12
Magenta dye INK_SACK:13 351:13
Orange dye INK_SACK:14 351:14
Bone meal INK_SACK:15 351:15
Minecraft Block Name Bukkit Block Name Item ID

Redstone

Minecraft Block Name Bukkit Block Name Item ID
Redstone dust REDSTONE 331
Redstone repeater DIODE 356
Minecraft Block Name Bukkit Block Name Item ID

Updated info can be found in the Bukkit source https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java