Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 152
    • Issues 152
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Mobs
  • Custom AI

Custom AI · Changes

Page history
Added YAML formatting to make it look pretty authored Oct 10, 2023 by Amy's avatar Amy
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
+5 -5
  • Mobs/Custom-AI.md Mobs/Custom-AI.md +5 -5
  • No files found.
Mobs/Custom-AI.md
View page @ 444f392b
......@@ -7,7 +7,7 @@ Note: Certain goals will not work correctly if the world is in peaceful mode.
Example:
```
```yaml
SuperMob:
Type: zombie
Health: 200
......@@ -37,7 +37,7 @@ This zombie would attack players, and walk around randomly when not targeting an
| doNothing **[Premium-only]** | | Causes the mob to do nothing if conditions are met. |
FleeConditional Example:
```
```yaml
AIGoalSelectors:
- clear
- fleeConditional{distance=5;speed=2;safespeed=2;conditions=[ - inlineofsight true ]}
......@@ -100,7 +100,7 @@ Target Selectors are used with the AITargetSelectors field and determine what mo
Example:
```
```yaml
SuperMob:
Type: zombie
Health: 200
......@@ -128,7 +128,7 @@ SuperMob:
| nearestConditionalTarget **[Premium-only]** | nearestConditional, nearestIf | Targets the nearest entity that meets the conditions provided. |
NearestConditionalTarget Example:
```
```yaml
AITargetSelectors:
- clear
- nearestConditionalTarget{conditions=[
......@@ -149,7 +149,7 @@ AITargetSelectors:
Example:
```
```yaml
AITargetSelectors:
- SpecificFaction undead
```
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips