Jun 25th, 2015
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
This week I go over an epic plugin called Mythic Mobs. Now you can take the default minecraft mobs and customize just about every aspect of them. Thus turning a basic zombie into every players nightmare!
Mythicmobs Docs
- DROP TABLES
- #
- # This example file shows you how to set up a basic drop table.
- # Drop tables can be used in both a mob's equipment and drops
- SkeletonKingDrops:
- - KingsCrown 1 0.01
- - exp 100
- ITEMS
- # This example file shows you how to set up special items
- SkeletonKingSword:
- Data: 0
- Lore:
- - '&6the King of Skeletons.'
- - DAMAGE_ALL:5
- - FIRE_ASPECT:2
- Health: 10
- KingsCrown:
- Data: 0
- Display: '&dCrown of the King'
- - '&6A kingly crowl that grants'
- Enchantments:
- - PROTECTION_PROJECTILE:2
- - PROTECTION_EXPLOSIONS:2
- Health: 10
- BanditTunic:
- Display: '&aBandit Tunic'
- - '&6A leather tunic taken from'
- Options:
- MOBS
- #
- # These example files show you some of the basic attributes and
- # skills MythicMobs can use. Far more is possible!
- Type: WITHER_SKELETON
- Health: 40
- Drops:
- DropsPerLevel:
- LevelModifiers:
- - damage 0.5
- MovementSpeed: 0.1
- Type: SHEEP
- Health: 100
- Options:
- DamageModifiers:
- - FIRE 0.5
- - lightning @LivingInRadius{r=10} ~onTimer:100
- Type: SLIME
- Health: 100
- Options:
- MovementSpeed: 0.1
- PreventOtherDrops: true
- KnockbackResistance: 1
- - skill{s=AngrySludgePoison} 0.2
- Type: WITHER_SKELETON
- Health: 500
- Skills:
- - message{cooldown=20;m='<mob.name><&co> None may challenge the Skeleton King!'} @PlayersInRadius{r=40} ~onCombat >0 0.2
- - message{m='<mob.name><&co> Ahahahahah! Die, <trigger.name>!'} @PlayersInRadius{r=40} ~onPlayerKill >0 1
- - skill{s=SmashAttack} @Target >0 0.2
- - KingsCrown:4
- Drops:
- Options:
- MovementSpeed: 0.2
- PreventOtherDrops: true
- Type: SKELETON
- Health: 10
- Options:
- -------------------------------
- -------------------------------
- # These example files show you some VERY basic meta skills.
- # You can copy and expand them however you'd like.
- Cooldown: 8
- - targetwithin 25
- - message{cooldown=30;m='<mob.name><&co> Hahahah! I will crush you, fool!'} @PlayersInRadius{r=40}
- - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
- - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
- - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
- SummonSkeletons:
- Skills:
- - message{m='<mob.name><&co> Arise, my minions!'} @PlayersInRadius{r=40}
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
- Cooldown: 10
- - potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
- - effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5} @Self
Mythicmobs How To Create Mobs
RAW Paste Data