Skip to content
Success

Changes

Summary

  1. Fix SpeechController 'Chat' VocalChord when talkign with multiple (commit: 2aff2b8) (details)
  2. Allow anchors for locations in worlds which are currently not loaded. (commit: 5fb0d74) (details)
  3. Formatting to Pose toString(), add 1 block in the y-axis to '/npc anchor (commit: ce7b7a7) (details)
Commit 2aff2b82ca4af972c5acfcaff3714aea20314bab by jeremy
Fix SpeechController 'Chat' VocalChord when talkign with multiple entities.
(commit: 2aff2b8)
The file was modified src/main/java/net/citizensnpcs/npc/ai/speech/Chat.java (diff)
Commit 5fb0d74d18de174fe4974c7432aea1a59d16e207 by jeremy
Allow anchors for locations in worlds which are currently not loaded.
(commit: 5fb0d74)
The file was modified src/main/java/net/citizensnpcs/trait/Anchors.java (diff)
The file was modified src/main/java/net/citizensnpcs/util/Anchor.java (diff)
Commit ce7b7a77e42a522240a14bdc3825d01c9c3f7857 by jeremy
Formatting to Pose toString(), add 1 block in the y-axis to '/npc anchor --add name -c' to avoid NPCs having anchors waste-deep. Have /npc anchor show anchors which are 'currently unloaded'.
(commit: ce7b7a7)
The file was modified src/main/java/net/citizensnpcs/util/Pose.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)