Not what I meant. Until a second ago, when I reread diesieben07 reply, and remembered that I was getting double the output I expected before, that It occurred to me that it hits the client code, then the server code and I was preventing it from getting to the server section.
I seem to be having an issue with World.setBlock. I am attempting to replicate CraftBook's Gates for the members of my Server but can not get the blocks created to actually be blocks. After calling world.setBlock, they appear, but upon being right-clicked disappear. They also don't drop anything when broken, that I would like to keep. I am unsure if I have missed a call that I need to make before calling setBlock to get them to work properly. (*Note: I am still in the Single-Player Phase of testing.) Any Ideas?