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

remove · Changes

Page history
Reformatted, added title bar, added description header, removed white space in... authored Oct 20, 2023 by Dante's avatar Dante
Reformatted, added title bar, added description header, removed white space in examples. added colons to headers.
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 7 deletions
+6 -7
  • skills/mechanics/remove.md skills/mechanics/remove.md +6 -7
  • No files found.
skills/mechanics/remove.md
View page @ c7ebb92f
Mechanic: Remove
================ ================
## Description:
Removes the targeted entity from existence. Does not work on players. Removes the targeted entity from existence. Does not work on players.
Examples ## Examples:
--------
This mob would despawn 10 seconds after spawning: This mob would despawn 10 seconds after spawning:
```yaml ```yaml
Skills: Skills:
- remove{delay=200} @self ~onSpawn - remove{delay=200} @self ~onSpawn
``` ```
This skill despawns the mob immediately when it is right clicked. This skill despawns the mob immediately when it is right clicked.
```yaml ```yaml
Skills: Skills:
- remove @self ~onInteract - remove @self ~onInteract
``` ```
\ 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
    • 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