Skip to content
Success

Changes

Summary

  1. Adjust rotation (commit: 58f7ef3) (details)
  2. Update playsound (commit: b79e531) (details)
  3. Less stacktraces (commit: 0e29da0) (details)
  4. Minor meta adjustment (commit: b5d8aec) (details)
  5. Autoformatting (commit: dcd4cb2) (details)
  6. Revert "Add speed: argument to - shoot" (commit: e1fdaad) (details)
  7. Correct ProjectileHitEvent NPE risks (commit: c49e55a) (details)
  8. Improve Player: and NPC: debug output (commit: 22a940e) (details)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/entity/Rotation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlaySoundCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/npc/TraitCommand.java (diff)
Commit b5d8aec6381c1dfb107ebe5fff945c846be79ffc by mcmonkey4eva
Minor meta adjustment

... These things *SHOULD*  be doable by the trait command but are not
because all the traits are set up weird. It's apparently possible (and
default!) to have these traits but not have any of their effects until a
plugin command forces the effects to start.
Ack.
(commit: b5d8aec)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/listeners/core/BlockListenerInstance.java (diff)
Commit e1fdaad3ca42c1d5db57fc5d139e9f81debbf4b4 by davidcernat
Revert "Add speed: argument to - shoot"

This reverts commit d8e084c5f5f958cca3d6ccefb3e8c0de08e4e252.
(commit: e1fdaad)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/ShootCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit c49e55a7c6f8a50a98d9a71c984cc5f5a49aa41c by mcmonkey4eva
Correct ProjectileHitEvent NPE risks
(commit: c49e55a)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit 22a940e54df25783a35c0688b55e0dcfecec3289 by mcmonkey4eva
Improve Player: and NPC: debug output
(commit: 22a940e)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandExecuter.java (diff)