When using /wandOops in creative, you get back all the blocks the wand created. Because your in creative, this is not desirable.
Basically, in portablejim.bbw.core
just add a check to see if player
s game mode is creative and if so, don't call player.worldObj.spawnEntityInWorld
.