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
  • summon

summon · Changes

Page history
added onSummon attribute authored Mar 18, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 2 deletions
+6 -2
  • skills/mechanics/summon.md skills/mechanics/summon.md +6 -2
  • No files found.
skills/mechanics/summon.md
View page @ 363386ba
...@@ -15,6 +15,7 @@ Summons mobs of the given type around the target. ...@@ -15,6 +15,7 @@ Summons mobs of the given type around the target.
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| type | t, mob, m| The type of mob to summon. Can be a Mythic Mob type or a regular entity type | SKELETON | | type | t, mob, m| The type of mob to summon. Can be a Mythic Mob type or a regular entity type | SKELETON |
| onSummon | onsummonskill, then | The [metaskill] to execute on the summoned mobs | |
| amount | a | The number of mobs to summon. | 1 | | amount | a | The number of mobs to summon. | 1 |
| level | l | The level of the mob being summoned | 0 | | level | l | The level of the mob being summoned | 0 |
| radius | r, noise, n| The radius around the target within which the mobs will be summoned | 0 | | radius | r, noise, n| The radius around the target within which the mobs will be summoned | 0 |
...@@ -29,7 +30,6 @@ Summons mobs of the given type around the target. ...@@ -29,7 +30,6 @@ Summons mobs of the given type around the target.
| inheritdespawn | inheritdespawnoption, ido | Whether the summoned mob should inherit the caster's [Despawn Option](/Mobs/Options#despawn) | false | | inheritdespawn | inheritdespawnoption, ido | Whether the summoned mob should inherit the caster's [Despawn Option](/Mobs/Options#despawn) | false |
| summonerIsOwner | sio | Whether to set the summoner as the owner of the mob. | true | | summonerIsOwner | sio | Whether to set the summoner as the owner of the mob. | true |
| summonerIsParent | sip| Whether to set the summoner as the parent of the mob. | true | | summonerIsParent | sip| Whether to set the summoner as the parent of the mob. | true |
## Examples ## Examples
...@@ -38,4 +38,8 @@ This example would summon 5 wither skeletons around the target players. ...@@ -38,4 +38,8 @@ This example would summon 5 wither skeletons around the target players.
RaiseSkeletons: RaiseSkeletons:
Skills: Skills:
- summon{type=WITHER_SKELETON;amount=5;radius=4} @PIR{r=20} - summon{type=WITHER_SKELETON;amount=5;radius=4} @PIR{r=20}
``` ```
\ No newline at end of file
<!-- LINKS -->
[metaskill]: /Skills/Metaskills
\ 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
  • Pins
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
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
Examples
Useful Tips