Skip to content
Success

Changes

Summary

  1. update for spigot 1.19.4 changes (commit: 1f3fe06) (details)
  2. let maprenderer know if contextual to update tracking (#2459) (commit: ce1aa23) (details)
  3. Add `Entity.visual_pose` mechanism (#2460) (commit: 0399837) (details)
  4. fix obscure edge-case of EntityTag identify (commit: 1c85503) (details)
  5. EntityProperty.getReasonNotDescribed (commit: 600451e) (details)
  6. Update npc chat functionality (#2462) (commit: c251bc0) (details)
  7. sleep command: don't offset locations when not needed (commit: e1c6d67) (details)
  8. Proximity trigger: player quit event => exit (commit: a6a1564) (details)
Commit 1f3fe065af57c3439e15c240494981f7f6da5a6e by git_commits
update for spigot 1.19.4 changes
(commit: 1f3fe06)
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/ProfileEditorImpl.java
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/PacketHelperImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityDisplayEntityData.java
Commit ce1aa23937ace6596c5e1ec7d499fb2a7f5a6cf2 by noreply
let maprenderer know if contextual to update tracking (#2459)

(commit: ce1aa23)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/maps/DenizenMapManager.java
Commit 039983770e26216d8286f18e597f7a3cb838a066 by noreply
Add `Entity.visual_pose` mechanism (#2460)

(commit: 0399837)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java
Commit 1c855033596da57440709c0fac8d81a576cb9b7c by git_commits
fix obscure edge-case of EntityTag identify

mechs don't belong in the string if uuid is included
(commit: 1c85503)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java
Commit 600451e3c19602fb1c5ebc5ce4080867a76d1e3a by git_commits
EntityProperty.getReasonNotDescribed
(commit: 600451e)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProperty.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java
Commit c251bc02edc8e0b470bc198b93f9a525a5d78554 by noreply
Update npc chat functionality (#2462)

(commit: c251bc0)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ChatCommand.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/npc/TraitRegistry.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java
Commit e1c6d6748382a906aa8fb8a02866bb59d9db39ab by git_commits
sleep command: don't offset locations when not needed
(commit: e1c6d67)
The file was modified plugin/src/main/java/com/denizenscript/denizen/npc/traits/SleepingTrait.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/command/NPCCommandHandler.java
Commit a6a15645d56c80158be201f1195fadf0f8edabc6 by git_commits
Proximity trigger: player quit event => exit

also better cleanup of tracked data
(commit: a6a1564)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/triggers/core/ProximityTrigger.java