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

Mechanics · Changes

Page history
Added BossBorder, Block Destabilize, TeleportY, and SetLeashHolder authored Jul 08, 2023 by Dante's avatar Dante
Show whitespace changes
Inline Side-by-side
Showing with 8 additions and 0 deletions
+8 -0
  • Skills/Mechanics.md Skills/Mechanics.md +8 -0
  • No files found.
Skills/Mechanics.md
View page @ 14e12cfb
...@@ -30,8 +30,10 @@ are able to target locations as well. ...@@ -30,8 +30,10 @@ are able to target locations as well.
| [BarCreate][] | Creates a custom boss bar on the casting mob | | [BarCreate][] | Creates a custom boss bar on the casting mob |
| [BarRemove][] | Removes a custom boss bar on the casting mob | | [BarRemove][] | Removes a custom boss bar on the casting mob |
| [BarSet][] | Modifies a custom boss bar on the casting mob | | [BarSet][] | Modifies a custom boss bar on the casting mob |
| [BlockDestabilize][] | Causes the targetted block(s) to fall |
| [BlockPhysics][] | Triggers a block physics update at the target location | | [BlockPhysics][] | Triggers a block physics update at the target location |
| [BoneMeal][] | Applies a bone meal effect to the target blocks | | [BoneMeal][] | Applies a bone meal effect to the target blocks |
| [BossBorder][] | Creates an inescapable border around the mob |
| [BreakBlock][] | Breaks the block at the target location | | [BreakBlock][] | Breaks the block at the target location |
| [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable | | [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable |
| [CloseInventory][] | Closes the target player's inventory | | [CloseInventory][] | Closes the target player's inventory |
...@@ -125,6 +127,7 @@ are able to target locations as well. ...@@ -125,6 +127,7 @@ are able to target locations as well.
| [SetGlobalScore][] | Sets a scoreboard value on the fake player: \_\_GLOBAL\_\_ | | [SetGlobalScore][] | Sets a scoreboard value on the fake player: \_\_GLOBAL\_\_ |
| [SetGravity][] | Sets whether gravity affects the target entity | | [SetGravity][] | Sets whether gravity affects the target entity |
| [SetHealth][] | Sets the health of the target entity | | [SetHealth][] | Sets the health of the target entity |
| [SetLeashHolder][] | Changes the holder of a mobs lead |
| [SetLevel][] | Changes the casting mob's level | | [SetLevel][] | Changes the casting mob's level |
| [SetMaxHealth][] | Sets the max health of the target entity | | [SetMaxHealth][] | Sets the max health of the target entity |
| [SetMobColor][] | Changes the color of the target if it is a colorable mob | | [SetMobColor][] | Changes the color of the target if it is a colorable mob |
...@@ -164,6 +167,7 @@ are able to target locations as well. ...@@ -164,6 +167,7 @@ are able to target locations as well.
| [RemoveTag][] | Removes a scoreboard tag from the target | | [RemoveTag][] | Removes a scoreboard tag from the target |
| [TakeItem][] | Removes an item from the targeted player's inventory | | [TakeItem][] | Removes an item from the targeted player's inventory |
| [Teleport][] | Teleports to the target | | [Teleport][] | Teleports to the target |
| [TeleportY][] | Teleports to the target vertically |
| [TeleportIn][] | Teleports the target relative to the caster's yaw | | [TeleportIn][] | Teleports the target relative to the caster's yaw |
| [TeleportTo][] | Teleports the target to a specified location | | [TeleportTo][] | Teleports the target to a specified location |
| [Time][] | Changes the time | | [Time][] | Changes the time |
...@@ -278,8 +282,10 @@ but not yet ready for use. ...@@ -278,8 +282,10 @@ but not yet ready for use.
[BarCreate]: /skills/mechanics/barcreate [BarCreate]: /skills/mechanics/barcreate
[BarSet]: /skills/mechanics/barset [BarSet]: /skills/mechanics/barset
[BarRemove]: /skills/mechanics/barremove [BarRemove]: /skills/mechanics/barremove
[BlockDestabilize]: /skills/mechanics/blockdestabilize
[BlockPhysics]: /skills/mechanics/blockphysics [BlockPhysics]: /skills/mechanics/blockphysics
[BoneMeal]: /skills/mechanics/bonemeal [BoneMeal]: /skills/mechanics/bonemeal
[BossBorder]: /skills/mechanics/bossborder
[BreakBlock]: /skills/mechanics/breakblock [BreakBlock]: /skills/mechanics/breakblock
[BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem [BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem
[CloseInventory]: /skills/mechanics/closeinventory [CloseInventory]: /skills/mechanics/closeinventory
...@@ -367,6 +373,7 @@ but not yet ready for use. ...@@ -367,6 +373,7 @@ but not yet ready for use.
[SetGlobalScore]: /skills/mechanics/setglobalscore [SetGlobalScore]: /skills/mechanics/setglobalscore
[SetGravity]: /skills/mechanics/setgravity [SetGravity]: /skills/mechanics/setgravity
[SetHealth]: /skills/mechanics/sethealth [SetHealth]: /skills/mechanics/sethealth
[SetLeashHolder]: /skills/mechanics/setleashholder
[SetLevel]: /skills/mechanics/setlevel [SetLevel]: /skills/mechanics/setlevel
[SetMaxHealth]: /skills/mechanics/setmaxhealth [SetMaxHealth]: /skills/mechanics/setmaxhealth
[SetMobColor]: /skills/mechanics/setmobcolor [SetMobColor]: /skills/mechanics/setmobcolor
...@@ -403,6 +410,7 @@ but not yet ready for use. ...@@ -403,6 +410,7 @@ but not yet ready for use.
[RemoveTag]: /skills/mechanics/removetag [RemoveTag]: /skills/mechanics/removetag
[TakeItem]: /skills/mechanics/takeitem [TakeItem]: /skills/mechanics/takeitem
[Teleport]: /skills/mechanics/teleport [Teleport]: /skills/mechanics/teleport
[TeleportY]: /skills/mechanics/teleporty
[TeleportIn]: /skills/mechanics/teleportin [TeleportIn]: /skills/mechanics/teleportin
[TeleportTo]: /skills/mechanics/teleportto [TeleportTo]: /skills/mechanics/teleportto
[Threat]: /skills/mechanics/threat [Threat]: /skills/mechanics/threat
......
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