Skip to content

Releases: bed-dev/stomnpcs

v0.1.3

28 Mar 23:25
5a6376e

Choose a tag to compare

[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#setLookAtNearestPlayer and the NpcBuilder DSL/API.
  • NpcBuilder now 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

28 Mar 22:40
a83f136

Choose a tag to compare

[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

v0.1.1

25 Mar 01:34
9f506d1

Choose a tag to compare

add tree dialogue system, extend NpcBuilder with configuration functi…