Ok so I created a skill that runs a command to give a user an item from the plugin MoreItems when the mob dies.
And this is how I put it with my Mob:
Command Skill not working
Code:
GiveStarterSwordBroken: GiveStarterSwordBroken: Skills: - command{c="mi give StarterSwordBroken <target.name>} @Target ~onDeath 1
And this is how I put it with my Mob:
Code:
BabySpider: Type: CAVE_SPIDER Display: '&2Baby Spider : Level <mob.level>' Health: 15 Damage: 4 Drops: - gold_ingot 1 1 DropsPerLevel:...
Command Skill not working