Skip to content
Success

Changes

Summary

  1. Scrap "block moves" (commit: 8623ed8) (details)
  2. Watch for braced errors, fixes #431 (commit: 57fb297) (details)
Commit 8623ed8d6b62f161e1035627134337ce9619408d by mcmonkey4eva
Scrap "block moves"

@davidcernat - a single daylight detector on my server, with 5 redstone
wires on it, triggers this event roughly 200 times per second. Not quite
sure why... but it's much too spammy to be monitoring this event. Maybe
it could be readded as an event that uh... involves blocks actually
moving, just not a physics recalc.

(Linking you, David, because I assume you added this and will want to be
involved)
(commit: 8623ed8)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit 57fb2970653b254af588b633e559224a72b52cc4 by mcmonkey4eva
Watch for braced errors, fixes #431
(commit: 57fb297)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ForEachCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/RepeatCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/BracedCommand.java (diff)