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
(Gonna switch to table format)
 
(27 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
  
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
+
||35:5
==Blocks==
+
 
 +
|-
 +
||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
  
* Stone
+
||70
** STONE(1)
+
|-
* Grass Block
 
** GRASS(2)
 
* Dirt
 
** DIRT(3)
 
* Cobblestone
 
** COBBLESTONE(4)
 
* Wooden Planks
 
** Oak
 
*** WOOD(5)
 
** Pine
 
*** WOOD:1(5:1)
 
** Birch
 
*** WOOD:2(5:2)
 
** Jungle
 
*** WOOD:3(5:3)
 
* Sapling
 
** Oak
 
*** SAPLING(6)
 
** Pine
 
*** SAPLING:1(6:1)
 
** Birch
 
*** SAPLING:2(6:2)
 
** Jungle
 
*** 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)
+
||Wooden pressure plate
* Wood
+
||WOOD_PLATE
** Oak
 
*** LOG(17)
 
** Pine
 
*** LOG:1(17:1)
 
** Birch
 
*** LOG:2(17:2)
 
** Jungle
 
*** LOG:3(17:3)
 
  
* Leaves
+
||72
** 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)
+
||Redstone Ore
 +
||REDSTONE_ORE
  
* Lapis Block
+
||73
** LAPIS_BLOCK(22)
+
|-
* Dispenser
+
||Redstone Torch
 +
||REDSTONE_TORCH_ON
 +
||76
 +
|-
  
** DISPENSER(23)
+
||Stone Button
* Sandstone
+
||STONE_BUTTON
  
** Normal
+
||77
*** SANDSTONE(24)
 
  
** Chiseled
+
|-
***  SANDSTONE:1(24:1)
 
  
** Smooth
+
||Ice
***  SANDSTONE:2(24:2)
 
* Note Block
 
  
** NOTE_BLOCK(25)
+
||ICE
  
* Powered Rail
+
||79
** POWERED_RAIL(27)
+
|-
* Detector Rail
 
** DETECTOR_RAIL(28)
 
* Sticky Piston
 
** PISTON_STICKY_BASE(29)
 
  
* Tall Grass
+
||Snow block
** LONG_GRASS(31)
 
* Dead Bush
 
** DEAD_BUSH(32)
 
* Piston
 
** PISTON_BASE(33)
 
* Wool
 
**White
 
*** WOOL(35)
 
  
** Orange
+
||SNOW_BLOCK
  
*** WOOL:1(35:1)
+
||80
 +
|-
  
** Magenta
+
||Cactus
 +
||CACTUS
  
*** WOOL:2(35:2)
+
||81
** Light Blue
+
|-
*** WOOL:3(35:3)
 
** Yellow
 
  
*** WOOL:4(35:4)
+
||Clay block
** Lime
+
||CLAY
  
*** WOOL:5(35:5)
+
||82
** Pink
+
|-
 +
||Jukebox
 +
||JUKEBOX
  
*** WOOL:6(35:6)
+
||84
  
** Dark gray
+
|-
 +
||Fence
 +
||FENCE
  
*** WOOL:7(35:7)
+
||85
** Light Gray
 
  
*** WOOL:8(35:8)
+
|-
 +
||Pumpkin
 +
||PUMPKIN
  
** Cyan
+
||86
*** WOOL:9(35:9)
+
|-
  
** Purple
+
||Netherrack
 +
||NETHERRACK
  
*** WOOL:10(35:10)
+
||87
** Blue
+
|-
  
*** WOOL:11(35:11)
+
||Soul sand
** Brown
+
||SOUL_SAND
  
*** WOOL:12(35:12)
+
||88
 +
|-
  
** Dark green
+
||Glowstone
 +
||GLOWSTONE
  
*** WOOL:13(35:13)
+
||89
  
** Red
+
|-
  
*** WOOL:14(35:14)
+
||Jack-o-Lantern
  
** Black
+
||JACK_O_LANTERN
  
*** WOOL:15(35:15)
+
||91
* 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
+
||Trap door
*** STEP(44)
 
** Sandstone
 
*** STEP:1(44:1)
 
  
** Wooden
+
||TRAP_DOOR
*** STEP:2(44:2)
 
  
** Cobblestone
+
||96
*** STEP:2(44:2)
+
|-
BRICK(45),
 
  
TNT(46),
+
|-
  
BOOKSHELF(47),
+
||Smooth stone bricks
  
MOSSY_COBBLESTONE(48),
+
||SMOOTH_BRICK
  
OBSIDIAN(49),
+
||98
  
TORCH(50, Torch.class),
+
|-
 +
||Mossy stone bricks
  
FIRE(51),
+
||SMOOTH_BRICK:1
  
MOB_SPAWNER(52),
+
||98:1
  
WOOD_STAIRS(53, Stairs.class),
+
|-
 +
||Cracked stone bricks
  
CHEST(54, Chest.class),
+
||SMOOTH_BRICK:2
  
REDSTONE_WIRE(55, RedstoneWire.class),
+
||98:2
  
DIAMOND_ORE(56),
+
|-
  
DIAMOND_BLOCK(57),
+
||Chiseled stone bricks
  
WORKBENCH(58),
+
||SMOOTH_BRICK:3
  
CROPS(59, Crops.class),
+
||98:3
  
SOIL(60, MaterialData.class),
+
|-
  
FURNACE(61, Furnace.class),
+
||Huge red mushroom
 +
||HUGE_MUSHROOM_1
  
BURNING_FURNACE(62, Furnace.class),
+
||99
 +
|-
 +
||Huge brown mushroom
  
SIGN_POST(63, 64, Sign.class),
+
||HUGE_MUSHROOM_2
  
WOODEN_DOOR(64, Door.class),
+
||100
 +
|-
 +
||Iron Bars
 +
||IRON_FENCE
  
LADDER(65, Ladder.class),
+
||101
 +
|-
  
RAILS(66, Rails.class),
+
||Glass Pane
  
COBBLESTONE_STAIRS(67, Stairs.class),
+
||THIN_GLASS
  
WALL_SIGN(68, 64, Sign.class),
+
||102
 +
|-
  
LEVER(69, Lever.class),
+
||Melon block
 +
||MELON_BLOCK
  
STONE_PLATE(70, PressurePlate.class),
+
||103
 +
|-
  
IRON_DOOR_BLOCK(71, Door.class),
+
||Vines
 +
||VINE
  
WOOD_PLATE(72, PressurePlate.class),
+
||106
  
REDSTONE_ORE(73),
+
|-
 +
||Fence Gate
 +
||FENCE_GATE
  
GLOWING_REDSTONE_ORE(74),
+
||107
  
REDSTONE_TORCH_OFF(75, RedstoneTorch.class),
+
|-
  
REDSTONE_TORCH_ON(76, RedstoneTorch.class),
+
||Brick Stairs
 +
||BRICK_STAIRS
 +
||108
  
STONE_BUTTON(77, Button.class),
+
|-
  
SNOW(78),
+
||Stone brick stairs
 +
||SMOOTH_STAIRS
  
ICE(79),
+
||109
 +
|-
  
SNOW_BLOCK(80),
+
||Mycelium
 +
||MYCEL
  
CACTUS(81, MaterialData.class),
+
||110
 +
|-
  
CLAY(82),
+
||Lily pad
 +
||WATER_LILY
  
SUGAR_CANE_BLOCK(83, MaterialData.class),
+
||111
  
JUKEBOX(84),
+
|-
  
FENCE(85),
+
||Nether brick
  
PUMPKIN(86, Pumpkin.class),
+
||NETHER_BRICK
  
NETHERRACK(87),
+
||112
 +
|-
  
SOUL_SAND(88),
+
||Nether brick fence
 +
||NETHER_FENCE
  
GLOWSTONE(89),
+
||113
 +
|-
  
PORTAL(90),
+
||Nether brick stairs
 +
||NETHER_BRICK_STAIRS
  
JACK_O_LANTERN(91, Pumpkin.class),
+
||114
 +
|-
  
CAKE_BLOCK(92, 64, Cake.class),
+
||Enchantment table
 +
||ENCHANTMENT_TABLE
  
DIODE_BLOCK_OFF(93, Diode.class),
+
||116
 +
|-
  
DIODE_BLOCK_ON(94, Diode.class),
+
||End stone
 +
||ENDER_STONE
  
LOCKED_CHEST(95),
+
||121
 +
|-
  
TRAP_DOOR(96, TrapDoor.class),
+
||Dragon egg
 +
||DRAGON_EGG
  
MONSTER_EGGS(97, MonsterEggs.class),
+
||122
 +
|-
  
SMOOTH_BRICK(98, SmoothBrick.class),
+
||Redstone Lamp
 +
||REDSTONE_LAMP_OFF
  
HUGE_MUSHROOM_1(99, Mushroom.class),
+
||123
  
HUGE_MUSHROOM_2(100, Mushroom.class),
+
|-
 +
||Oak-wood slab
 +
||WOOD_STEP
 +
||126
 +
|-
 +
||Spruce-wood slab
 +
||WOOD_STEP:1
 +
||126:1
  
IRON_FENCE(101),
+
|-
 +
||Birch-wood slab
 +
||WOOD_STEP:2
 +
||126:2
  
THIN_GLASS(102),
 
  
MELON_BLOCK(103),
+
|-
 +
||Jungle-wood slab
 +
||WOOD_STEP:3
 +
||126:3
  
PUMPKIN_STEM(104, MaterialData.class),
+
|-
  
MELON_STEM(105, MaterialData.class),
+
||Sandstone stairs
 +
||SANDSTONE_STAIRS
  
VINE(106, Vine.class),
+
||128
 +
|-
  
FENCE_GATE(107, Gate.class),
+
||Emerald ore
 +
||EMERALD_ORE
  
BRICK_STAIRS(108, Stairs.class),
+
||129
 +
|-
  
SMOOTH_STAIRS(109, Stairs.class),
+
||Ender chest
 +
||ENDER_CHEST
  
MYCEL(110),
+
||130
 +
|-
  
WATER_LILY(111),
+
||Tripwire hook
 +
||TRIPWIRE_HOOK
  
NETHER_BRICK(112),
+
||131
  
NETHER_FENCE(113),
+
|-
  
NETHER_BRICK_STAIRS(114, Stairs.class),
+
||Block of emerald
 +
||EMERALD_BLOCK
  
NETHER_WARTS(115, MaterialData.class),
+
||133
  
ENCHANTMENT_TABLE(116),
+
|-
 +
||Spruce wood stairs
 +
||SPRUCE_WOOD_STAIRS
  
BREWING_STAND(117, MaterialData.class),
+
||134
 +
|-
  
CAULDRON(118, Cauldron.class),
+
||Birch wood stairs
 +
||BIRCH_WOOD_STAIRS
  
ENDER_PORTAL(119),
+
||135
  
ENDER_PORTAL_FRAME(120),
+
|-
  
ENDER_STONE(121),
+
||Jungle wood stairs
 +
||JUNGLE_WOOD_STAIRS
  
DRAGON_EGG(122),
+
||136
  
REDSTONE_LAMP_OFF(123),
 
  
REDSTONE_LAMP_ON(124),
+
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Block ID 
 +
|}
  
 
==Items==
 
==Items==
 +
{| width=80% align="center"
 +
|- valign="top"
 +
 +
|width=47%|
 +
===Tools/Weapons===
 +
{| class="wikitable sortable" width="90%"
 +
|-
  
IRON_SPADE(256, 1, 250),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
IRON_PICKAXE(257, 1, 250),
+
|-
  
IRON_AXE(258, 1, 250),
+
||Iron shovel
 +
||IRON_SPADE
  
FLINT_AND_STEEL(259, 1, 64),
+
||256
 +
|-
  
APPLE(260),
+
||Iron pickaxe
 +
||IRON_PICKAXE
  
BOW(261, 1, 384),
+
||257
 +
|-
  
ARROW(262),
+
||Iron axe
 +
||IRON_AXE
  
COAL(263, Coal.class),
+
||258
 +
|-
  
DIAMOND(264),
+
||Flint and steel
 +
||FLINT_AND_STEEL
  
IRON_INGOT(265),
+
||259
  
GOLD_INGOT(266),
+
|-
  
IRON_SWORD(267, 1, 250),
+
||Bow
  
WOOD_SWORD(268, 1, 59),
+
||BOW
  
WOOD_SPADE(269, 1, 59),
+
||261
  
WOOD_PICKAXE(270, 1, 59),
+
|-
  
WOOD_AXE(271, 1, 59),
+
||Iron sword
  
STONE_SWORD(272, 1, 131),
+
||IRON_SWORD
  
STONE_SPADE(273, 1, 131),
+
||267
  
STONE_PICKAXE(274, 1, 131),
+
|-
  
STONE_AXE(275, 1, 131),
+
||Wooden sword
 +
||WOOD_SWORD
  
DIAMOND_SWORD(276, 1, 1561),
+
||268
 +
|-
  
DIAMOND_SPADE(277, 1, 1561),
+
||Wooden shovel
 +
||WOOD_SPADE
  
DIAMOND_PICKAXE(278, 1, 1561),
+
||269
 +
|-
  
DIAMOND_AXE(279, 1, 1561),
+
||Wooden pickaxe
 +
||WOOD_PICKAXE
  
STICK(280),
+
||270
 +
|-
  
BOWL(281),
+
||Wooden axe
 +
||WOOD_AXE
  
MUSHROOM_SOUP(282, 1),
+
||271
 +
|-
  
GOLD_SWORD(283, 1, 32),
+
||Stone sword
  
GOLD_SPADE(284, 1, 32),
+
||STONE_SWORD
  
GOLD_PICKAXE(285, 1, 32),
+
||272
 +
|-
  
GOLD_AXE(286, 1, 32),
+
||Stone shovel
 +
||STONE_SPADE
  
STRING(287),
+
||273
 +
|-
  
FEATHER(288),
+
||Stone pickaxe
  
SULPHUR(289),
+
||STONE_PICKAXE
  
WOOD_HOE(290, 1, 59),
+
||274
 +
|-
  
STONE_HOE(291, 1, 131),
+
||Stone axe
 +
||STONE_AXE
  
IRON_HOE(292, 1, 250),
+
||275
 +
|-
  
DIAMOND_HOE(293, 1, 1561),
 
  
GOLD_HOE(294, 1, 32),
+
||Gold sword
  
SEEDS(295),
+
||GOLD_SWORD
  
WHEAT(296),
+
||283
  
BREAD(297),
+
|-
  
LEATHER_HELMET(298, 1, 55),
+
||Gold shovel
 +
||GOLD_SPADE
  
LEATHER_CHESTPLATE(299, 1, 80),
+
||284
 +
|-
  
LEATHER_LEGGINGS(300, 1, 75),
+
||Gold pickaxe
 +
||GOLD_PICKAXE
  
LEATHER_BOOTS(301, 1, 65),
+
||285
 +
|-
  
CHAINMAIL_HELMET(302, 1, 165),
+
||Gold axe
 +
||GOLD_AXE
  
CHAINMAIL_CHESTPLATE(303, 1, 240),
+
||286
  
CHAINMAIL_LEGGINGS(304, 1, 225),
+
|-
  
CHAINMAIL_BOOTS(305, 1, 195),
+
||Wooden hoe
  
IRON_HELMET(306, 1, 165),
+
||WOOD_HOE
  
IRON_CHESTPLATE(307, 1, 240),
+
||290
 +
|-
  
IRON_LEGGINGS(308, 1, 225),
+
||Stone hoe
 +
||STONE_HOE
  
IRON_BOOTS(309, 1, 195),
+
||291
 +
|-
  
DIAMOND_HELMET(310, 1, 363),
+
||Iron hoe
 +
||IRON_HOE
  
DIAMOND_CHESTPLATE(311, 1, 528),
+
||292
 +
|-
  
DIAMOND_LEGGINGS(312, 1, 495),
+
||Diamond hoe
 +
||DIAMOND_HOE
  
DIAMOND_BOOTS(313, 1, 429),
+
||293
 +
|-
  
GOLD_HELMET(314, 1, 77),
+
||Gold hoe
 +
||GOLD_HOE
  
GOLD_CHESTPLATE(315, 1, 112),
+
||294
 +
|-
 +
||Diamond sword
 +
||DIAMOND_SWORD
  
GOLD_LEGGINGS(316, 1, 105),
+
||276
 +
|-
  
GOLD_BOOTS(317, 1, 91),
+
||Diamond shovel
  
FLINT(318),
+
||DIAMOND_SPADE
  
PORK(319),
+
||277
 +
|-
  
GRILLED_PORK(320),
+
||Diamond pickaxe
 +
||DIAMOND_PICKAXE
  
PAINTING(321),
+
||278
 +
|-
  
GOLDEN_APPLE(322),
+
||Diamond axe
 +
||DIAMOND_AXE
  
SIGN(323, 16),
+
||279
 +
|-
  
WOOD_DOOR(324, 1),
+
||Bucket
  
BUCKET(325, 16),
+
||BUCKET
  
WATER_BUCKET(326, 1),
+
||325
  
LAVA_BUCKET(327, 1),
+
|-
  
MINECART(328, 1),
+
||Water bucket
 +
||WATER_BUCKET
 +
||326
 +
|-
  
SADDLE(329, 1),
+
||Lava bucket
 +
||LAVA_BUCKET
  
IRON_DOOR(330, 1),
+
||327
 +
|-
 +
|-
  
REDSTONE(331),
+
||Compass
  
SNOW_BALL(332, 16),
+
||COMPASS
  
BOAT(333, 1),
+
||345
  
LEATHER(334),
+
|-
  
MILK_BUCKET(335, 1),
+
||Fishing rod
  
CLAY_BRICK(336),
+
||FISHING_ROD
  
CLAY_BALL(337),
+
||346
  
SUGAR_CANE(338),
+
|-
  
PAPER(339),
+
||Watch
  
BOOK(340),
+
||WATCH
  
SLIME_BALL(341),
+
||347
  
STORAGE_MINECART(342, 1),
+
|-
 +
||Map
 +
||MAP
 +
||358
  
POWERED_MINECART(343, 1),
+
|-
  
EGG(344, 16),
+
||Shears
 +
||SHEARS
  
COMPASS(345),
+
||359
 +
|-
 +
||Fire charge
 +
||FIREBALL
  
FISHING_ROD(346, 1, 64),
+
||385
 +
|-
 +
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
  
WATCH(347),
+
===Armor===
  
GLOWSTONE_DUST(348),
+
{| class="wikitable sortable" width="90%"
  
RAW_FISH(349),
+
|-
  
COOKED_FISH(350),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
INK_SACK(351, Dye.class),
+
|-
  
BONE(352),
+
||Leather cap
  
SUGAR(353),
+
||LEATHER_HELMET
  
CAKE(354, 1),
+
||298
  
BED(355, 1),
+
|-
 +
||Leather tunic
 +
||LEATHER_CHESTPLATE
  
DIODE(356),
+
||299
 +
|-
  
COOKIE(357),
+
||Leather pants
 +
||LEATHER_LEGGINGS
  
/**
+
||300
 +
|-
  
* @see MapView
+
||Leather boots
 +
||LEATHER_BOOTS
  
*/
+
||301
 +
|-
  
MAP(358, 1, MaterialData.class),
+
||Iron helmet
 +
||IRON_HELMET
  
SHEARS(359, 1, 238),
+
||306
 +
|-
  
MELON(360),
+
||Iron chestplate
 +
||IRON_CHESTPLATE
  
PUMPKIN_SEEDS(361),
+
||307
 +
|-
  
MELON_SEEDS(362),
+
||Iron leggings
 +
||IRON_LEGGINGS
  
RAW_BEEF(363),
+
||308
 +
|-
  
COOKED_BEEF(364),
+
||Iron boots
 +
||IRON_BOOTS
  
RAW_CHICKEN(365),
+
||309
 +
|-
  
COOKED_CHICKEN(366),
+
||Diamond helmet
 +
||DIAMOND_HELMET
  
ROTTEN_FLESH(367),
+
||310
 +
|-
  
ENDER_PEARL(368, 16),
+
||Diamond chestplate
 +
||DIAMOND_CHESTPLATE
  
BLAZE_ROD(369),
+
||311
  
GHAST_TEAR(370),
+
|-
  
GOLD_NUGGET(371),
+
||Diamond leggings
 +
||DIAMOND_LEGGINGS
  
NETHER_STALK(372),
+
||312
 +
|-
  
/**
+
||Diamond boots
 +
||DIAMOND_BOOTS
  
* @see Potion
+
||313
 +
|-
  
*/
+
||Gold helmet
 +
||GOLD_HELMET
  
POTION(373, 1, MaterialData.class),
+
||314
 +
|-
  
GLASS_BOTTLE(374),
+
||Gold chestplate
 +
||GOLD_CHESTPLATE
  
SPIDER_EYE(375),
+
||315
 +
|-
  
FERMENTED_SPIDER_EYE(376),
+
||Gold leggings
 +
||GOLD_LEGGINGS
  
BLAZE_POWDER(377),
+
||316
  
MAGMA_CREAM(378),
+
|-
  
BREWING_STAND_ITEM(379),
+
||Gold boots
 +
||GOLD_BOOTS
  
CAULDRON_ITEM(380),
+
||317
  
EYE_OF_ENDER(381),
+
|-
  
SPECKLED_MELON(382),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
 +
|}
 +
===Transportation===
  
MONSTER_EGG(383, 64, SpawnEgg.class),
+
{| class="wikitable sortable" width="90%"
  
EXP_BOTTLE(384, 64),
+
|-
  
FIREBALL(385, 64),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
GOLD_RECORD(2256, 1),
+
|-
 +
||Minecart
 +
||MINECART
 +
||328
 +
|-
 +
||Saddle
 +
||SADDLE
 +
||329
  
GREEN_RECORD(2257, 1),
+
|-
 +
||Boat
 +
||BOAT
  
RECORD_3(2258, 1),
+
||333
  
RECORD_4(2259, 1),
+
|-
  
RECORD_5(2260, 1),
+
||Minecart w/ chest
 +
||STORAGE_MINECART
 +
||342
 +
|-
  
RECORD_6(2261, 1),
+
||Minecart w/ furnace
 +
||POWERED_MINECART
  
RECORD_7(2262, 1),
+
||343
 +
|-
 +
!Minecraft Block Name!!Bukkit Block Name!!Item ID 
 +
|}
 +
===Potion Ingredients===
 +
{| class="wikitable sortable" width=90%
  
RECORD_8(2263, 1),
+
|-
  
RECORD_9(2264, 1),
+
!Minecraft Item Name!!Bukkit Item Name!!Item ID
  
RECORD_10(2265, 1),
+
|-
  
RECORD_11(2266, 1),
+
||Glowstone dust
  
WOOD_DOUBLE_STEP(125, WoodenStep.class),
+
||GLOWSTONE_DUST
  
WOOD_STEP(126, WoodenStep.class),
+
||348
  
COCOA(127, CocoaPlant.class),
+
|-
 +
||Potion
 +
||POTION
  
SANDSTONE_STAIRS(128, Stairs.class),
+
||373
  
EMERALD_ORE(129),
+
|-
  
ENDER_CHEST(130, EnderChest.class),
+
||Ghast tear
  
TRIPWIRE_HOOK(131, TripwireHook.class),
+
||GHAST_TEAR
  
TRIPWIRE(132, Tripwire.class),
+
||370
  
EMERALD_BLOCK(133),
+
|-
  
SPRUCE_WOOD_STAIRS(134, Stairs.class),
+
||Gold nugget
  
BIRCH_WOOD_STAIRS(135, Stairs.class),
+
||GOLD_NUGGET
  
JUNGLE_WOOD_STAIRS(136, Stairs.class),
+
||371
  
BOOK_AND_QUILL(386, 1),
+
|-
  
WRITTEN_BOOK(387, 1),
+
||Nether wart
  
EMERALD(388, 64);
+
||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===
 +
 +
{| class="wikitable sortable" width=90%
 +
 +
|-
 +
 +
!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 
 +
 +
|}
 +
|width=47%|
 +
 +
===Food and seeds===
 +
 +
{| class="wikitable sortable" width="90%"
 +
|-
 +
 +
!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===
 +
{| class="wikitable sortable" width="90%"
 +
|-
 +
 +
!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===
 +
 +
{| class="wikitable sortable" width="90%"
 +
|-
 +
 +
!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===
 +
 +
{| class="wikitable sortable" width="90%"
 +
|-
 +
 +
!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===
 +
 +
{| class="wikitable sortable" width=90%
 +
 +
|-
 +
 +
!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===
 +
 +
{| 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