Skip to content
Success

Changes

Summary

  1. Add %parent_queue% context to foreach (commit: 594835c) (details)
  2. Add same to repeat (commit: 365f9cb) (details)
  3. Add "- determine cancelled" to "on server start" (commit: 22a5a15) (details)
Commit 594835c431538d40f151f6f68eb3fca45736c6d4 by mcmonkey4eva
Add %parent_queue% context to foreach

- queue %parent_queue% clear
to clear the actual queue and end the foreach
(follow with plain '- queue clear' to end the current instance of
foreach looping.)
(commit: 594835c)
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/queues/ScriptQueue.java (diff)
Commit 365f9cbaa7c7a1e1d5c015e058653af1575f11d6 by mcmonkey4eva
Add same to repeat

(Meant to put in this in the same commit, but I accidentally unchecked
it on the github client. Woops!)
(commit: 365f9cb)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/RepeatCommand.java (diff)
Commit 22a5a15d1604ef7b603b3179767480c9a553d35e by morphanone
Add "- determine cancelled" to "on server start"
(commit: 22a5a15)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)