weapon tutorial tutorial
You require a tutorial on how to write weapon tutorials?

First, export the model you have made (I can't help you with that) as a DTS model. Put this model in your Add-Ons/shapes folder.
Since it's a staff, download Azerath's mêlée weapon script. Save it in your Add-Ons folder as Weapon_Staff.cs.
Open the file in Notepad or any
plain text editor. (Not Microsoft Word, that adds random characters to the file for its format). Use Find and Replace to replace "<YOURWEAPONNAME>" with "Staff".
Change the
filename parts of the sounds at the top of the file if you want a different sound instead of the sword draw/chop sounds.
Save the file. Start Blockland and enable your weapon in the Add-Ons menu.
Try changing random values in the file for things like the light colour/radius in the Explosion, the textureName and lifetime of the particles, etc. to see how they affect it in-game. Restart the game after saving the file with these new settings to see what it looks like. Alternately, open the console and type:
exec("Add-Ons/Weapon_Staff.cs");
to reload these settings for you. Other people in your server will not see these changes until they rejoin, however.