Skip to content
Success

Changes

Summary

  1. Add some high-power debugging to chat triggers (commit: dc6302e) (details)
  2. Minor code cleaning, deprecation (commit: 5f12ccf) (details)
  3. De-stupid how flag setting works (commit: 4c9be9a) (details)
  4. Catch invalid location.distance tags (commit: d249422) (details)
  5. Don't duplicate in context.cuboids (commit: 7caf70d) (details)
  6. Shut up null errors in entity teleports (commit: dee4948) (details)
  7. Add chunk.spawn_slimes (commit: 8e00c3b) (details)
  8. Fix typo (commit: 0e7039a) (details)
Commit dc6302ea3e14bfcde9070d4c4bcb9792ba7e125e by mcmonkey4eva
Add some high-power debugging to chat triggers

Just placeholders for when we need to investigate chat trigger trouble
(commit: dc6302e)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/triggers/core/ChatTrigger.java (diff)
Commit 5f12ccf3d5c1e5d48beefb7646b58e77f449f8ff by mcmonkey4eva
Minor code cleaning, deprecation

no need to check dCuboid.matches, we already know we're trying for a
cuboid. Also, deprecate old doEvents methods with the intent of
switching to new List-based events.
(commit: 5f12ccf)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/CuboidTags.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/events/EventManager.java (diff)
Commit 4c9be9a9cac7f3785a3fb6b54c95ac044c8ae881 by mcmonkey4eva
De-stupid how flag setting works

If no index is given, we obviously want to set the whole flag, not part
of it.
(commit: 4c9be9a)
The file was modified src/main/java/net/aufdemrand/denizen/flags/FlagManager.java (diff)
Commit d249422d6b2cd5a45ba1147d215eb467495ed5d7 by mcmonkey4eva
Catch invalid location.distance tags

and fail cleanly
(commit: d249422)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
Commit 7caf70d2c6bb44a3374521d3fc39642888a779c5 by mcmonkey4eva
Don't duplicate in context.cuboids

I declare a formal "woops" on behalf of whoever wrote that bit of code.
(commit: 7caf70d)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit dee49485f84f111c083f033f3d1f4da70ce597f1 by mcmonkey4eva
Shut up null errors in entity teleports

also patch meta
(commit: dee4948)
The file was modified src/main/java/net/aufdemrand/denizen/objects/properties/entity/EntityColor.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/TeleportCommand.java (diff)
Commit 8e00c3b06b8c23682a1af6437456485588d1de49 by mcmonkey4eva
Add chunk.spawn_slimes

I have no easy way to test this SO ENJOY
(commit: 8e00c3b)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dChunk.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dChunk.java (diff)