Hey Guys, I'm trying to do drops so players can turn in items for quests after killing MythicMobs.
Heres one coding:
Then here is the...
Drops Aren't Working
Heres one coding:
Code:
Rat: Mobtype: Silverfish Display: '&8Rat' Health: 5 Damage: 1 Drops: - rotten_flesh 0-2 0.15 - apple 0-1 0.1 - exp 1 - RedHood 1 0.5 AITargetSelectors: - 0 clear - 1 players Skills: Options: MovementSpeed: 0.2 MaxCombatDistance: 30 FollowRange: 30 KnockbackResistance: 0.1 PreventBlockInfection: true
Drops Aren't Working