Page 16
On page 16 in the section called "Installing CraftBukkit" the download URL is wrong. In the magazine it's http://progamminginminecraft.com/resources (the r in programming is missing)
Page 21
instruction 3, False and True are the wrong way round
Page 51
Number 6
pos = mc.player.getpos().
ought to be
pos = mc.player.getpos()
no full stop or period