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 137
    • Issues 137
    • 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
    • Skills
    • Mechanics
  • signal

signal · Changes

Page history
Update formatting to YML code blocks authored Jul 15, 2023 by Amy's avatar Amy
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
+4 -3
  • skills/mechanics/signal.md skills/mechanics/signal.md +4 -3
  • No files found.
skills/mechanics/signal.md
View page @ b4b6e812
...@@ -29,7 +29,7 @@ This example would make the "Master" mob signal it's minions a radius of ...@@ -29,7 +29,7 @@ This example would make the "Master" mob signal it's minions a radius of
positions, upon being damaged. positions, upon being damaged.
Mobfile: Mobfile:
```yml
Master: Master:
Type: zombie Type: zombie
Skills: Skills:
...@@ -39,9 +39,10 @@ Mobfile: ...@@ -39,9 +39,10 @@ Mobfile:
Type: baby_zombie Type: baby_zombie
Skills: Skills:
- skill{s=ShootAttacker} @NearestPlayer ~onSignal:ATTACK - skill{s=ShootAttacker} @NearestPlayer ~onSignal:ATTACK
```
Skillfile: Skillfile:
```yml
ShootAttacker: ShootAttacker:
Skills: Skills:
- shoot{t=arrow} - shoot{t=arrow}
```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • 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
Examples
Useful Skills