Hi! I have a problem with adding custom items to my private server.
I am following the tutorial from iObsidian on YouTube (I am also using the private server in his video description).

I am attempting to add a new spell to my server.
So, following the tutorial, I add my new spell texture to the spritesheet in the .swf editor. Then I replace the old one, save, and exit the editor. Next, I add the code block for my new spell to addition.xml and save it (my new spell is called "Shockwave Spell"). I then go into SharpDevelop and open my server.sln (.sln is the extension for solution). I click the plus next to wserver and rebuild the solution. Then I exit the editor and open my server in Adobe Flash Player Projector. I go in-game and execute the command: "/give Shockwave Spell" and it gives me the response: "Unknown item!".

This is my problem, the item does not show up in-game. Is there a way to check if the item actually made it into my server or if there is something else wrong? Any help is appreciated.