don't forget to put ``UpdateParameters`` before damage!
Check placeholder in wiki if you want put something diffrent: https://github.com/elBukkit/MagicPlugin/wiki/Placeholders
3. is possible to make friendly mob that can cast spell into enemy?
Yes!
as you can see your mob will cast spell named ``missile`` you can change it [and also scaling with you health but is not important]
you can check all AI type here: https://github.com/elBukkit/MagicPlugin/blob/e43d07061fd99cbbabe535cbf6f7a8936ff4f54c/CompatibilityLib/common/src/main/java/com/elmakers/mine/bukkit/mob/GoalType.java
i didn't check most of them, so if you want more than walk to enemy and shot missile, try find somethink in github
4. My mob can cast same spell as i?
Yes! this is example how your mob can do that!
this is VERY long example but for me is worth! and if you think you can better than mine... well... send below
i am failed at check mob with area of effect. Just put target all entity
don't forget to target mob that have name minion_cast.
5. Can i create armor that can cast spells?
Try this
As you can see if you equip armor and you get damage you will be healed. If you want diffrent effect like cast missile just replace spells in armor
Can i hold 2 wand and use spell inventory?
if you want only cast spell from one wand add this allow_offhand: false. if you want cast spell with 2 wands is... complicated
i lost my example but you can try double bar. When first wand have cycle mode and active secend bar then secend wand must have inventory mode.
Can i make my custom effects?
again is more like cheating but if you really need it..
This example unlock class for 8 secend then lock class. So in class you can put more armor or something like that wihtout using vanilla potions... so you can stack potion
Thanks for listening
this is the small list to completly random tips for using Magic!
I hope you enjoy it!
Well... no but you can try create new global region like global
about global region in specific world https://worldguard.enginehub.org/en/latest/regions/global-region/
then you can use check region
Yes you can!
Grab this example
As you can see if you equip armor and you get damage you will be healed. If you want diffrent effect like cast missile just replace spells in armor
if you want only cast spell from one wand add this
allow_offhand: false
. if you want cast spell with 2 wands is... complicated i lost my example but you can try double bar. When first wand have cycle mode and active secend bar then secend wand must have inventory mode.again is more like cheating but if you really need it..
this is example of CUSTOM POTION: