Skip to content
Success

Changes

Summary

  1. Prevent double usage of Reflection.getCallerClass in dB (commit: 3281494) (details)
  2. Add <&bs> - backslash tag (commit: 54064e4) (details)
  3. More debug information in dB submit (commit: c9b25a2) (details)
  4. Fix location definition in scripts ran by 'Push' (commit: e8d9282) (details)
Commit 3281494a8394259e3be5b6e47dc2452096340275 by fullwall
Prevent double usage of Reflection.getCallerClass in dB

When the cache returns null, the caller class should be reused.
(commit: 3281494)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)
Commit 54064e40e81337e19f689c052758de37c11c0af0 by mcmonkey4eva
Add <&bs> - backslash tag

I had to rewrite a bitttt of the character escaping to allow this to
work, but it seems to all be fine. Also fixed a tiny mislabeled tag
meta.
(commit: 54064e4)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/TextTags.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/tags/TagManager.java (diff)
Commit c9b25a2edaec636665a19c5e6baf67d603672d75 by mcmonkey4eva
More debug information in dB submit

Debug submit information will now begin with:
CraftBukkit Version, all plugins with versions, all loaded worlds and
all online players.
(commit: c9b25a2)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/DebugSubmit.java (diff)
Commit e8d9282643df8ff5c178f94a7e530f0fd143a684 by mcmonkey4eva
Fix location definition in scripts ran by 'Push'

If you PUSH an arrow into a mob, the arrow disappears before the script
is ran, so the location isn't recorded. This will record the last-known
location before collision.
(commit: e8d9282)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/PushCommand.java (diff)