Compatibility
Minecraft: Java Edition
1.21.8
1.21.4
1.21.1–1.21.2
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 months ago
Updated 2 weeks ago
Changelog
- New Property:
Entity.extra
Introduces a persistentextra
table on every entity for custom data, saved as NBT into the entity’s NBT storage on disk. - New Method:
Entity:putExtra(...)
Merges a table into an entity’sextra
field for persisting values. - New Events:
ChunkLoadEvent
,ChunkUnloadEvent
Fired whenever a chunk loads into or unloads from memory. - New Field:
World.spawnPos
Exposes the world’s spawn point as aVec3
. - Updated Event:
ChatMessageEvent
Now cancelable. Returnfalse
in an interceptor callback to prevent broadcasting. - Updated API Docs:
AfterPlayerRespawnEvent
Added example usage demonstrating how to queue and handle the event.
Files
Metadata
Release channel
ReleaseVersion number
2.4.0-1.21.1Loaders
Game versions
1.21.1Downloads
36Publication date
June 21, 2025 at 12:44 PMPublisher

mickkay
Member