Hello, it's me again
, today i have a problem, for my own server i want to create a boss who spawn at least all 3 minutes but i have test a thing that create a skill file like that :
and in the mob file :
Problem with Skill files

Code:
SpawnEcuyer: Skills: - message{m="Un <mob.name>&f à été tué par &6<trigger.name>"} - delay 600 - summon{type=EcuyerSombre;amount=1;radius=1}
and in the mob file :
Code:
EcuyerSombre: Type: skeleton Display: '&9Ecuyer sombre'...
Problem with Skill files