- 5.8.0 (Dev Builds)
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.2
- 5.6.1
- 5.6.0
- Older Changelogs
5.8.0 (Dev Builds)
Items
- Added Food components for items, enabling the creation of edible items:
NetheritePops: Material: NETHERITE_SCRAP Display: 'Delicious Scraps' Food: Nutrition: 2 Saturation: 2 EatSeconds: 2 CanAlwaysEat: true Effects: - regeneration{duration=60}```
5.7.2
General
- Added
ThreadPoolSize
option inconfig-general.yml
to limit the number of async threads used by Mythic. Defaults to -1 (no limit). - Added
toggleTimer
utility command. - Added
-p
option tospawner create
andspawner move
commands, to create/move at the player's location.
Mechanics
Projectiles
- Upgraded MEG bullet type for projectiles.
- Added bullet-related options for MEG projectiles:
bulletScale
,bulletColor
,bulletGlowing
,bulletGlowColor
.
Variables
- Added
DOUBLE
variable type.
Targeters
- Added
usePitch=true
option to@EntitiesInCone
targeter.
Random Spawners
- Allow placeholders in random spawner levels.
Placeholders
Added <caster.type> and <caster.type.name> placeholders.
Bugs / Other
- Added some new features to the
CustomComponentRegistry
API. - Moved data tags for items to use PDC instead of NBT, fixing issues with Spigot deserialization on 1.21.
- Fixed a loading issue with parent stats.
- Fixed StackOverflowError that could occur with stats.
- Fixed broken parent placeholders.
- Fixed a calculation error in EntitiesInCone for range.
- Fixed missing caster placeholders and added c. aliases.
- Fixed entity_effect/mobSpell particle issues.
- Fixed NPE in BukkitItemStack.
- Fixed NPE in auras.
- Fixed NPE when signaling mobs from console.
- Fixed skill parameters not being passed to skills called by condition actions.
- Fixed empty lines in drop ChatMessages not showing up.
- Fixed a memory leak caused by usages of entity metadata.
- Fixed a bug with onSpawnOrLoad event not firing.
- Fixed error spam with particles introduced in previous builds.
- Fixed plugin not loading on 1.19.4.
- Fixed invalid particle data causing issues.
- Fixed y out-of-bounds error for max world height calculations.
- Fixed an issue with threat tables where NPE and calculation errors were occurring.
- Fixed the setName mechanic looping issue by changing <caster.name> to <caster.type.name>.
- Fixed issues with lootsplosions causing items to not stack.
5.7.1
General
- Added 1.21.1 support
5.7.0
Note: 1.21 support was a huge upgrade and there may still be bugs. Please make sure to report any bugs you find by opening an Issue or by letting us know in the
mythic-121-testing channel in Discord
General
- Added 1.20.5, 1.20.6 and 1.21 support
- Dropped support for 1.16.4, 1.18.2, 1.19.1, 1.19.2, and 1.19.3.
- Various options on mobs and skills that take an item can now accept a droptable and will use a random item from it, such as the Item mob type.
Mobs
- Added support for new entity types:
Armadillo
,Bogged
, andBreeze
. - Added new HEARING ability to mobs enabled by
Hearing.Enabled: true
. Requires 1.20+ - Added
~onHear
trigger that responds to hearing sounds - Added
Options.PreventConversion
to zombies and skeletons. - Changed variables defined directly on the mob default to always saving.
Skills
Mechanics
- Added particles:
white_smoke
,dust_plume
,gust
,gust_emitter
,gust_dust
, andtrial_spawner_detection
- Particle
mobSpellAmbient
was removed by Mojang in 1.21 - Allow
command
andmessage
mechanics to target locations for the purpose of location-based placeholders. - Renamed
setItemDisplay
mechanic tosetDisplayEntityItem
to clarify purpose and avoid naming conflicts.
Log
NEW: log{message="Debug to console with variables <caster.var.test>"}
SetTextDisplay
NEW: setTextDisplay{text="text here"} @Target
Taunt
NEW: - Sets the caster's threat to 110% of the current target's target and forces them to attack the caster. Requires threat tables.
openTrades
NEW: -
openTrades (openTrade, trade)
mechanic to open a merchant menu to the targeted player. - Added
realTrade/real
attribute - determines if the player trades with the actual villager or not (ie drop trade xp, etc.).
setChunkForceLoaded
NEW: - Sets the target location's chunk to be force-loaded
DropItem
- Added
then=
skill to the dropItem mechanic that targets the dropped item entities.
Conditions
- Added
onPass[Skill]
&onFail[Skill]
for conditions.
boundingBoxesOverlap
NEW:
distanceFromPin
NEW: distanceFromPin{pin=X;distance=<5}
distanceFromLocation
NEW: -
distanceFromLocation
condition. Valuesx
,y
,z
,distance/d
, and optionalworld
(default to players current world if no world name provided).
Targeters
@BlocksInPinRegion
NEW:
@HighestBlock
NEW: - Targets the highest location at the origin position.
@TrackedPlayers
NEW: - Targets players that are within render distance of and currently rendering the mob
@ChunksinWERegion
NEW: - Added
@ChunksinWERegion{region=X}
targeter.
Pin
- Added
random=true
option, if targeting a multi-pin it will target a random one instead of all of them.
Placeholders
- Added
PlaceholderBoolean
which will evaluate to true if a variable is 'true' or '1', otherwise false. - Added rounding support to
random.float
placeholder by using syntax<random.float.1to5{round=2}>
API
- Refactored EquipSlots to allow for custom slots.
- Various API improvements for MythicRPG.
- Added methods for dumping item component data.
Bugs / Other
- Improved world isLoaded check.
- Removed
type
alias fordamageType
in damage mechanics to fix some conflicts. - Removed adventure shading, switched to using native adventure with spigot libraries loader.
- Removed redundant old version checks.
- Fixed bugs with rounding in stat tooltips in some cases.
- Fixed y out of range error with random spawning.
- Fixed setName mechanic not updating properly when using custom nameplates.
- Fixed NPE in papi variable placeholders.
- Fixed several NPEs when trying to resolve player variables before a player has finished loading in.
- Fixed several more bugs with placeholder rounding.
- Fixed attribute slots not working on some versions.
- Fixed colors not working in stat formatting.
- Fixed async error with threat table targeters.
- Fixed NoSuchElementException leading to server crash with random spawning on 1.21.
- Fixed NPE in dumpNBTData method on 1.21.
- Fixed
Spawners.DisableCommandSaving
logic being backwards. - Fixed yaw and pitch attributes not saving on spawners.
- Fixed spawners not saving.
- Fixed a bunch of broken targeters.
- Fixed NPE in VariableManager.
- Fixed attack speed stat (hopefully).
- Fixed spread not working on teleport mechanic with entity targets.
- Fixed bug with item display entities.
- Fixed backwards compatibility with potions.
- Fixed Armor and Attack Speed not being able to be set to 0.
- Fixed errors related to EntityManager.
- Fixed a bunch of spam errors about registering entities.
- Fixed NPE with mob eggs that have no display name.
- Fixed piglin brutes being broken for vanilla overrides.
- Fixed some other vanilla override issues with babies.
- Fixed totem_of_undying particle.
- Fixed a bunch of particle bugs.
- Fixed default potion level being 2 instead of 1.
- Fixed fireworks loading colors with RBG instead of RGB.
- Fixed onDamaged aura not working with skill damage, probably.
- Fixed ClassCastException with compatibility mode.
- Fixed NPE with
targetInterval
mechanic option. - Fixed spread not working on teleport mechanic with entity targets.
- Fixed summon mechanic mobs inheriting caster's yaw in certain situations.
- Fixed
hasPotionEffect
condition on 1.21. - Fixed custom attribute registration on 1.21+.
- Fixed async error with threat table targeters.
- Fixed NoSuchElementException leading to server crash with random spawning on 1.21.
- Fixed custom attribute registration on 1.21+.
- Fixed y out of range error with random spawning.
- Fixed summon mechanic mobs inheriting caster's yaw in certain situations.
- Fixed piglin brutes being broken for vanilla overrides.
- Fixed some other vanilla override issues with babies.
- Fixed default potion level being 2 instead of 1.
- Fixed fireworks loading colors with RBG instead of RGB.
- Fixed onDamaged aura not working with skill damage, probably.
- Fixed summon mechanic mobs inheriting caster's yaw in certain situations.
- Fixed
hasPotionEffect
condition on 1.21. - Fixed custom attribute registration on 1.21+.
- Fixed spread not working on teleport mechanic with entity targets.
- Fixed
setName
mechanic not updating properly when using custom nameplates. - Fixed
consumeSlotItem
mechanic not removing items with 0 amount - Fixed MythicMobItemGenerateEvent#setItemStack
- Fixed damage modifiers and defensive stats not working in some cases when the final damage is zero
- Fixed mob data not always saving on server shutdown
- Fixed meleeAttack AI goal causing zombies to stutter or freeze sometimes
- Fixed persistent entities not loading correctly after chunk load due to papermc bug
- Fixed error preventing plugin from loading on Arclight
- Fixed config error causing plugin to require a restart after first install
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
(aliasthen
) attribute tosummon
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 toskill
andvskill
mechanics - Added
fakelightning
andfakeexplosion
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 androtation
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 toignoreAuraOptions
- 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 (closed)
- 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 (closed)
- 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 (closed)
- Fixed some more issues with multi-hitbox support
- Fixed
repeat=X
not working if repeatInterval is 0 closes #1555 (closed) - 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
- Added more tab completion to commands
- Added all the new fancy drop effects for vanilla items
- Added all the new fancy drop effects for MMOItems items
- Added placeholder support to variable keys
- Added some API stuff for item updating
- Added more debugging information when a LibsDisguises disguise throws an error
- Added placeholder support to @Pin targeter
- Added way to use the trigger's stats in DamageModifier stats
- Added Parent stats and capabilities for DamageModifier stat types
- Added
stopCondition
to projectiles - Added
castasorbital
to orbital - Rewrote part of spawner saving
- Fixed spawner files not deleting
- Fixed ConcurrentModificationException that could rarely occur when copying spawners
- Fixed plugin not loading on regular spigot - per-player drops require paper
- Fixed fancy drop effects causing items added thru the api to not roll amounts closes #1502 (closed)
- Fixed mechanics still firing if a death event has been cancelled (does not...
- Fixed recursive issue with cancelevent
- Fixed some spawner command bugs
- Fixed some loading bugs introduced with the change to default lowercase folder names
- Fixed spawner copying not copying the spawner's group
- Fixed
<caster.score.>
placeholder? - Fixed exit aura spelling`
- Fixed complex stat initialization with formulas and ordering problems
- Allow placeholder on projectile vertical radius
- Fixed vector rotation calculation
- Fixed NPE in ActiveInfo utility command
5.6.0
Highlights
- Rewrote config files. Old settings should automatically migrate and are now located in a new
configs
folder - Added new
Fancy
Drops Per-Player Loot Drops - Glow effects no longer requires GlowAPI
- Mob Egg improvements
General
- Improved output of getCoordinates utility command
Configs
- Added new config options for different hologram features and adjusted some settings
Pins
- Added & improved some pin commands
- Added
/mm pins toggleviewing
command for holograms - Added
/mm pins move
command - Changed
/mm pins list
to sort by nearest pins to you
Mobs
- Added
Variables
field to mobs for pre-set variables available to skills - Added
Nameplate.Mounted: false
option for MEG mobs - Mob eggs are now fully configurable in
config-mobs.yml
and the display/lore can be overridden on a per-mob basis
SomeMob:
Egg:
Display: '<caster.name> EGG'
Lore:
- 'im a testing egg'
Mechanics
NEW: followPath
- Added
followPath mechanic
- an aura causing the target mob to walk along a defined path
NEW: modifyDamage
- Make
modifyDamage
mechanic's default damage type beALL
- Make
modifyDamage
mechanic modify all damage types iftype=ALL
- Added
modifyDamage
mechanic allowing modification of the damage of the current triggering event
Auras
- Added
cancelOnCasterDeath=true
option to all aura mechanics - Added debugging info for auras
Hide
- Hide Mechanic now extends Aura
- Added AbstractPlayer#hideEntity and AbstractPlayer#showEntity
Hit
- Added
forcedDamage
to hit mechanic
Glow
- Glow Effect no longer requires GlowAPI
- Glow Effect now extends Aura
takeItem
- Fixed other bugs with
takeItem
mechanic - Added
exact=false
option totakeItem
mechanic
Conditions
NEW: lookingAt
- Added lookingAt player condition
NEW: originLocation
- Added
originLocation{location=x,y,z}
condition to match if the origin is at a specific location
Triggers
- Added
onSkillDamage
trigger, triggered by skill damage
Targeters
- Added
bb=false
filter to make a targeter ignore MEG subhitboxes - Added
unique=false
entity targeter option, setting to false will allow a targeter to hit multiple sub-hitboxes at once on a modeled mob
Placeholders
- Added various
caster.target.
placeholders to act on the target of the caster -
<trigger.item.amount>
placeholder added
Mob Drops
- Added various new drop options
RandomSpawning
- Added new options such as
LimitMultiplier
to help control Random Spawning
API
- Added PlayerLevelProvider
- Added
MythicMobEggEvent
for when an egg is used
Bugs / Other
- Allowed placeholders in
radius
andminRadius
attributes in@RandomLocationsNearTargets
targeter - Fixed jigsaw structures not working with structure condition
- Fixed NPE in GoToParent goal
- Fixed onDamaged mechanic not working with custom damage types or multi-type damage
- Fixed per-player loot vfx not moving with the loot with fancy drops
- Fixed some backwards compatibility issues with the placeholder refactor
- Fixed bug with hologram culling
- Fixed inline items with skull textures throwing a Bukkit error
- Skills will now try to detect if there's a
cancelevent
mechanic somewhere - Fixed double placeholders showing a decimal point when rounding=0
- Fixed holograms sometimes appearing in the wrong world
- Fixed target.l.x placeholder
- Fixed
<caster.level>
placeholder to default to rounding to 0 places - Fixed typo in WorldScaling config parser
- Fixed bug with world scaling
- Fixed a potential bug in TargetInLineOfSight condition
- Fixed crash caused by PreventTeleporting on endermen (closes #1431 (closed))
- Fixed some bugs with pins
- Fixed NPE in ActiveMob.checkEquipment
- Fixed bug with using type=ALL with damageMod
- Fixed action attribute in damageMod mechanic
- Fixed recursive damage bug with lightning mechanic on onDamaged trigger
- Fixed recursive damage bug with lightning mechanic on onDamaged trigger (again)
- Fixed some placeholder bugs
- Fixed ClassCastException in mob listener involving vanilla overrides
- Fixed bottleneck with getting a mob's children from an async thread
- Fixed bugs causing placeholders registered from add-ons not processing until after a reload
- Fixed some things in the default stats.yml file
- Fixed for potential memory leak involving random spawners used with MythicDungeons
- Fixed bugs with auras that don't have names set
- Fixed StatAura not giving stats for additional stacks
- Fixed bug in stat displays and keys
- Fixed custom MM nameplates trying to apply to MEG modeled mobs instead of vanilla mobs
- Fixed caster spawn targeter mutating location
- Fixed villager trade 2nd item using 1st count
- Fixed metadata not syncing between subhitbox and parent on MEG mobs
- Fixed projectiles not hitting MEG OBBs
- Fixed look mech pitch and yaw being swapped
- Fixed BlockLight and SkyLight properties
- Fixed event firing before bullets are set
- Fixed guardian beam issues
- Fixed @self targeter sometimes requiring targetself=true which is unintuitive
- Fixed PreventOtherDrops not affecting equipped items closes #1474
- Fixed
<<
for ranges not working with nested placeholders - Fixed
@playersNearTargetLocations
meta-targeter not working with base entity targets - Fixed NPE with incorrectly configured mob bullets closes #1481 (closed)
- Fixed attack speed stat throwing an error on mobs that don't support attack speed closes #1484 (closed)
Older Changelogs
- 5.7.X Changelogs
- 5.6.X Changelogs
- 5.5.X Changelogs
- 5.4.X Changelogs
- 5.3.X Changelogs
- 5.2.X Changelogs
- 5.1.X Changelogs
- 5.0.X Changelogs
- 4.14.X Changelogs
- 4.13.X Changelogs
- 4.12.X Changelogs
- 4.11.X Changelogs
- 4.10.X Changelogs
- 4.9.X Changelogs
- 4.8.X Changelogs
- 4.7.X Changelogs
- 4.6.X Changelogs
- 4.5.X Changelogs
- 4.4.X Changelogs
- 4.3.X Changelogs
- 4.2.X Changelogs
- 4.1.X Changelogs
- 4.0.X Changelogs
- 2.5.X Changelogs
- 2.4.X Changelogs
- 2.3.X Changelogs
- 2.2.X Changelogs
- 2.1.X Changelogs
- 2.0.X Changelogs
- Pre-2.0 Changelogs