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 144
    • Issues 144
    • 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
    • Changelogs
  • Changelogs

Changelogs · Changes

Page history
Update Changelogs authored Apr 21, 2024 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 86 additions and 0 deletions
+86 -0
  • changelogs/Changelogs.md changelogs/Changelogs.md +86 -0
  • No files found.
changelogs/Changelogs.md
View page @ 160f3546
......@@ -3,6 +3,92 @@
- Added new HEARING ability to mobs enabled by `Hearing.Enabled: true`. Requires 1.20+
- Added `~onHear` trigger that responds to hearing sounds
General
-------
- Added particles: white_smoke, dust_plume, gust, gust_emitter, gust_dust, and trial_spawner_detection
Mechanics
---------
### NEW: `Log`
`- log{message="Debug to console with variables <caster.var.test>"}`
### NEW: `SetTextDisplay`
- `setTextDisplay{text="text here"} @Target`
### NEW: `Taunt`
- Sets the caster's threat to 110% of the current target's target and forces them to attack the caster. Requires threat tables.
Conditions
----------
### NEW: `boundingBoxesOverlap`
### NEW: `distanceFromPin`
- `distanceFromPin{pin=X;distance=<5}`
Targeters
---------
### NEW: `@BlocksInPinRegion`
### NEW: `
### NEW: `@TrackedPlayers`
- Targets players that are within render distance of and currently rendering the mob
### Pin
- Added `random=true` option, if targeting a multi-pin it will target a random one instead of all of them.
5.6.2
=====
Random Spawning
---------------
- Rewrote the random spawning generator and added some new config options
- Added `ReplaceObeysCap` to random spawning, defaulting to false.
Bugs / Other
------------
- Added `onSummon` (alias `then`) attribute to `summon` mechanic, if specified will run the skill on the summoned mob after it's summoned.
- Added `<caster/target/trigger.raytrace.#>` placeholder
- Added `<target/trigger.stat.STAT_NAME>` placeholder
- Added `DisplayOptions.TeleportDuration` option
- Added `Options.VisibleByDefault`
- Added `executeAfterDeath=true` option to `skill` and `vskill` mechanics
- Added `fakelightning` and `fakeexplosion` aliases for those effect mechanics
- Added `fromOrigin` to fireball mechanic
- Added `inheritDespawnOption` option to summon mechanic
- Added placeholder support to `limit` targeter option
- Added placeholder support to WEPasteSchematicMechanic `x/y/z` offsets and `rotation` options
- Added sub-hitbox deep active mob parent search
- Attempt to catch errors in command mech to prevent npc breakage
- Changed `permanent` option in hide mechanic to `ignoreAuraOptions`
- Fixed spawner data sometimes getting wiped during reloads
- Fixed GlowEffect auras not merging correctly
- Fixed GlowEffect NPE
- Fixed IllegalArgumentException in cluster spawning generator
- Fixed NPE in Fireball mechanic closes #1561
- Fixed NPE with invalid skill parameters
- Fixed NPE with new random spawn generator
- Fixed NPEs in GlowManager
- Fixed NoSuchMethodError when spawning mobs
- Fixed StackOverflowError caused by mob recursively damaging itself closes #1546
- Fixed block light and sky light display options
- Fixed error with EnderDragonAlive condition used with random spawns closes #1539
- Fixed extremely rare race condition with mobs despawning the same tick they die
- Fixed IllegalArgumentException in cluster spawning generator
- Fixed mobs with no display name set having a display name
- Fixed non-mob entities throwing an error with PreventOtherDrops
- Fixed pin wand being able to break blocks
- Fixed potion clear mechanic not clearing all potion effects when not providing any type.
- Fixed some bugs with the Biomes field in random spawners closes #1558
- Fixed some more issues with multi-hitbox support
- Fixed `repeat=X` not working if repeatInterval is 0 closes #1555
- Fixed scope.raytrace placeholders
- Fixed bugs with rally mechanic
- Removed a cancelDamage alias
5.6.1
=====
- Added various new config options for items and drops
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Guides
Troubleshooting
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
  • Equipment Slots
Examples
Useful Tips