WitchCraft adds some kind of magic to your server. It contains several wands with a magic spell. The main use of this spells is for PVE (Player vs. Environment (Mobs)). Make your roleplay server more fun with WitchCraft!
Because the plugin doesn't use commands for the game, you can connect it with any other plugin. Simply give for example as reward for a bosskill a wand or let them randomly appear in chests.
The only command is:
Permission: witchcraft.set
This one gives you all the items the plugin uses. Let them randomly spawn in chests or give them as reward for boss kills!
Arrow hail
Fire Load
Lightning Strike
Liberator
Shred
Horde (Added in v1.1 - wait for approval)
Mana is the energy the plugin uses. As a normal player, you have maximum 20 Mana. Every 4 second, you get +1 Mana. You can increase your maximum with Wizzard armor!
At the moment, the only armor is the wizard armor. It has the following effects:
With the time, I'm gonna add more and more features to the project.
If you're interested in helping me with this project, add me in Skype: julien_ok
You can easily send me a .java file in where you code what happens. As variables, you got Player p, Location ploc, Location tloc. (Playerloc, Targetloc).
public class FireShot { public FireShot(Player p, Location ploc, Location tloc) { //Whatever it does } }