Releases: bed-dev/stomnpcs
Releases · bed-dev/stomnpcs
v0.1.3
[0.1.3] - 2026-03-28
Added
- Look At Nearest Player: NPCs can now be configured to automatically look at the closest player within a configurable distance. This is available via
EntityNpc#setLookAtNearestPlayerand theNpcBuilderDSL/API. NpcBuildernow supports.lookAtNearestPlayer(...)and.setLookAtNearestPlayer(...)for both Kotlin and Java usage.
Fixed
- Ensured builder and dialogue APIs are consistent and up-to-date with the latest features.
v0.1.2
[0.1.2] - 2026-03-28
Added
- Support for Adventure Component-based text in dialogues and tree dialogues (not just strings).
- Improved NPC builder for better Java compatibility and usability.
- Dialogue and tree dialogue builders now accept both String and Component messages/options.
Fixed
- NPCs showing up in the report player menu