Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Changelog
-
New Function:
Server:getWorld(dimension)
Returns a reference to theWorld
for the given dimension name (e.g.,"the_nether"
,"overworld"
). -
New Property:
Spell.id
Read-only numeric ID of the spell. -
Updated Methods:
Spell:execute(...)
andSpell:executeSilent(...)
Both now return the command result value (typically the number of affected entities/blocks). -
Fix:
World:isLoaded(pos)
Corrected a bug where this function could incorrectly returntrue
in some cases; behavior now matches the documentation. -
Fix:
EventInterceptor:stop()
This method now actually stops the interceptor from receiving further events. -
New Events
Added hooks to observe or intercept more gameplay actions:
AfterLivingEntityDamageEvent
,BeforeLivingEntityDamageEvent
,EntityDespawnEvent
,EntitySpawnEvent
,PlayerAttackBlockEvent
,PlayerChangeWorldEvent
,PlayerDisconnectedEvent
,PlayerDropSelectedItemEvent
,PlayerUseEntityEvent
.
Files
Metadata
Release channel
ReleaseVersion number
2.9.0-1.21.2Loaders
Game versions
1.21.2Downloads
5Publication date
August 11, 2025 at 6:51 PMPublisher

mickkay
Member