@@ -27,149 +27,149 @@ These options are universal and will work regardless of the mobtype.
...
@@ -27,149 +27,149 @@ These options are universal and will work regardless of the mobtype.
- MC 1.9 and later: all entites
- MC 1.9 and later: all entites
- Defaults to false.
- Defaults to false.
**AttackSpeed: \[number\]**(2.4)
**AttackSpeed: \[number\]**
* Sets the attack speed of the mob.
- Sets the attack speed of the mob.
* Defaults to vanilla attack speed for the respective mobs.
- Defaults to vanilla attack speed for the respective mobs.
**ApplyInvisibility: \[true/false\]** (4.9)
**ApplyInvisibility: \[true/false\]** (4.9)
* Sets permanent invisibility effect on the mob (No need for invisibility potions ~onSpawn).
- Sets permanent invisibility effect on the mob (No need for invisibility potions ~onSpawn).
* Defaults to false.
- Defaults to false.
**Collidable: \[true/false\]**(2.4)
**Collidable: \[true/false\]**
* Whether the mob has collision.
- Whether the mob has collision.
* Defaults to true.
- Defaults to true.
*Note that collisions in Minecraft are bidirectional, so this would need to be set to false on both the collidee and the collidant to ensure no collisions take place.
-**Note:** collisions in Minecraft are bidirectional, so this would need to be set to false on both the collidee and the collidant to ensure no collisions take place.
**Despawn: \[true/false\]**
**Despawn: \[true/false\]**
* Determines whether mobs will despawn if no players are nearby.
- Determines whether mobs will despawn if no players are nearby.
* Should generally be turned on if you are using a lot of a mob spawners or entities will overwhelm your server.
- Should generally be turned on if you are using a lot of a mob spawners or entities will overwhelm your server.
* Equivalent NBT-tag is "PersistenceRequired"
- Equivalent NBT-tag is "PersistenceRequired"
* Defaults to true.
- Defaults to true.
**FollowRange: \[value\]**
**FollowRange: \[value\]**
* Max distance the mob will hold aggro on a target.
- Max distance the mob will hold aggro on a target.
* Also defines max range at which a target will aggro a player initially.
- Also defines max range at which a target will aggro a player initially.
* Defaults to standard respective minecraft follow range
- Defaults to standard respective minecraft follow range
**Glowing: \[true/false\]** (2.4)
**Glowing: \[true/false\]**
* Whether the mob should permanently be glowing.
- Whether the mob should permanently be glowing.
* Defaults to false.
- Defaults to false.
**Invincible: \[true/false\]**
**Invincible: true/false**
* Makes the mob completely invincible to all types of damage.
- Makes the mob completely invincible to all types of damage.
* //Cannot// be changed by command skills!
- //Cannot// be changed by command skills!
* Defaults to false.
- Defaults to false.
**Interactable: \[true/false\]**
**Interactable: true/false**
* Make the mob none interactable. In case of armor stand, denies interacts with its equipment.
- Make the mob none interactable. In case of armor stand, denies interacts with its equipment.
* Defaults to false.
- Defaults to false.
**LockPitch: \[true/false\] (4.9)**
**LockPitch: true/false ** (4.9)
* Requires protocollib, keeps mobs heads from looking up/down.
- Requires protocollib, keeps mobs heads from looking up/down.
* Defaults to false.
- Defaults to false.
**KnockbackResistance: \[number\]**
**KnockbackResistance: number**
* Number between 0 and 1 that defines resistance of mob to knockbacks. Defaults to 0.
- Number between 0 and 1 that defines resistance of mob to knockbacks. Defaults to 0.
* 0.1 = 10%, 0.5 = 50%1 = 100%
-```0.1 = 10%```, ```0.X = X0%```, ```1 = 100%```
*Note that mobs with 100% resistance can still be knocked back by weapons enchanted with knockback or explosions.
-**Note:** mobs with 100% resistance can still be knocked back by weapons enchanted with knockback or explosions.
**MaxCombatDistance: \[number\]**
**MaxCombatDistance: number**
* The mob cannot be damaged by players further away than # many blocks.
- The mob cannot be damaged by players further away than ```<number>``` blocks.
* Setting this option to a number less than the distance of a certain mob skill or attack will ensure that the mob can damage the player and will not be as easy to exploit.
- Setting this option to a number less than the distance of a certain mob skill or attack will ensure that the mob can damage the player and will not be as easy to exploit.
**MovementSpeed: \[number\]**
**MovementSpeed: \[number\]**
* The movement speed of the mob.
- The movement speed of the mob.
* Most mobs default to movement speed of 0.2
- Most mobs default to movement speed of 0.2
* Values above 1 tend to make the mob difficult / impossible to fight.
- Values above 1 tend to make the mob difficult / impossible to fight.
**NoAI: \[true/false\]***(2.2.1)*
**NoAI: \[true/false\]**
* Wether or not the mob should have AI. //Will override any settings specified in AIGoalSelectors!//
- Wether or not the mob should have AI. //Will override any settings specified in AIGoalSelectors!//
* As opposed to AIGoalSelectors, this will work on Enderdragons and Withers.
- As opposed to AIGoalSelectors, this will work on Enderdragons and Withers.
* Defaults to false.
- Defaults to false.
**NoDamageTicks:\[number\]**
**NoDamageTicks:\[number\]**
* Defines how long the mob is invulnerable after being hit.
- Defines how long the mob is invulnerable after being hit.
* If ImmunityTables are turned on for the mob, NoDamageTicks are per player as opposed to global.
- If ImmunityTables are turned on for the mob, NoDamageTicks are per player as opposed to global.
* Defaults to 10.
- Defaults to 10.
**NoGravity: \[true/false\]** (2.5, MC 1.10)
**NoGravity: \[true/false\]**
* Whether the mob should not have gravity.
- Whether the mob should not have gravity.
* Defaults to false.
- Defaults to false.
* Note that when this is true, the mob CANNOT have the skill [[skills/mechanics/velocity|velocity]] used on it.
- Note that when this is true, the mob CANNOT have the skill [[skills/mechanics/velocity|velocity]] used on it.
**Persistent: \[true/false\]**
**Persistent: \[true/false\]**
* Makes the mob immune to the "mm m killall" command
- Makes the mob immune to the "mm m killall" command
* The mob can still despawn if "Despawn" is set to true
- The mob can still despawn if "Despawn" is set to true
* The mob can still be killed if targeted in the "mm m kill X" command or using a "minecraft:kill" command
- The mob can still be killed if targeted in the "mm m kill X" command or using a "minecraft:kill" command
* Defaults to false
- Defaults to false
**PreventItemPickup: \[true/false\]**
**PreventItemPickup: \[true/false\]**
* Prevents mobs from picking up items.
- Prevents mobs from picking up items.
* Defaults to true.
- Defaults to true.
**PreventLeashing: \[true/false\]**
**PreventLeashing: \[true/false\]**
* Whether to prevents a leash from being placed on the mob.
- Whether to prevents a leash from being placed on the mob.
* Defaults to true
- Defaults to true
**PreventMobKillDrops: \[true/false\]**
**PreventMobKillDrops: \[true/false\]**
* Prevents mobs killed by that MythicMob from dropping loot.
- Prevents mobs killed by that MythicMob from dropping loot.
* Defaults to false.
- Defaults to false.
* ''As of version 2.3 and before, this option will also prevent players from dropping their inventory upon death if killed by a mob with this option turned on. Do not use in combination with gamerule keepInventory false!''
- ''As of version 2.3 and before, this option will also prevent players from dropping their inventory upon death if killed by a mob with this option turned on. Do not use in combination with gamerule keepInventory false!''
* This is fixed in version 2.5.0
- This is fixed in version 2.5.0
**PreventOtherDrops: \[true/false\]**
**PreventOtherDrops: \[true/false\]**
* Should MythicMobs block the mob from dropping its normal items?
- Should MythicMobs block the mob from dropping its normal items?
* Defaults to false.
- Defaults to false.
**PreventRandomEquipment: \[true/false\]**
**PreventRandomEquipment: \[true/false\]**
* Whether a mob should be allowed to spawn with random equipment.
- Whether a mob should be allowed to spawn with random equipment.
* Defaults to false.
- Defaults to false.
**PreventRenaming: \[true/false\]**
**PreventRenaming: \[true/false\]**
* Whether to prevent renaming using a nametag.
- Whether to prevent renaming using a nametag.
* Defaults to true.
- Defaults to true.
**PreventSunburn: \[true/false\]**
**PreventSunburn: \[true/false\]**
* Whether to prevent the mob from burning in the sun.
- Whether to prevent the mob from burning in the sun.
* Defaults to false.
- Defaults to false.
**RepeatAllSkills: \[true/false\]**
**RepeatAllSkills: \[true/false\]**
* Whether to repeat HP based skills if a mob heals back above the health threshold for them.
- Whether to repeat HP based skills if a mob heals back above the health threshold for them.
* Defaults to false.
- Defaults to false.
**ShowHealth: \[true/false\]**
**ShowHealth: \[true/false\]**
* Displays health of mob through messages broadcast within a radius defined by **show<nowiki>*</nowiki>health<nowiki>*</nowiki>radius** and formatted according to **show<nowiki>*</nowiki>health<nowiki>*</nowiki>format**. Both of these are global settings under **config.yml**
- Displays health of mob through messages broadcast within a radius defined by **show<nowiki>*</nowiki>health<nowiki>*</nowiki>radius** and formatted according to **show<nowiki>*</nowiki>health<nowiki>*</nowiki>format**. Both of these are global settings under **config.yml**
* Defaults to false.
- Defaults to false.
**Silent: \[true/false\]**
**Silent: \[true/false\]**
* Whether or not a mob should use vanilla sound effects.
- Whether or not a mob should use vanilla sound effects.