Hi everyone!
I'm making a skill to boardcast a mob spawned. But after some test and check,it still not work..
Here is the skill
This is how I use it in a mob
Message skill doesn't work
I'm making a skill to boardcast a mob spawned. But after some test and check,it still not work..
Here is the skill
Code:
SpawnSMob: Skills: - sendtitle{title="&dSuper Target: <mob.name> &ddetected!";subtitle="&cLocation: &ex:&7<mob.x> &ey:&7<mob.y> &ez:&7<mob.z>";fi=20;d=80;fo=20} @Server - message{m="&dTarget: <mob.name> &7| &cLocation: &ex:&7<mob.x> &ey:&7<mob.y> &ez:&7<mob.z>"} @Server
Code:
Skills: - skill{s=SpawnSMob}...