Skip to content
Success

Changes

Summary

  1. Update Queue command to 0.9, should fix #350 (commit: 26ba80a) (details)
  2. Add <location.find.npcs.within[<#>]> (commit: 9daf8cc) (details)
  3. Simplify Flag command a bit (commit: 83cec35) (details)
  4. Stop spam of "Entity referenced is null" messages. Fixes #358 (commit: a2353c1) (details)
  5. Make CommandExecuter use 0.9 format. (commit: 3727477) (details)
Commit 26ba80abf07aa328e7f1a1504677546b80491389 by morphanone
Update Queue command to 0.9, should fix #350
(commit: 26ba80a)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/QueueCommand.java (diff)
Commit 9daf8ccbf0e2935f893a3b97c0e8db528252883a by morphanone
Add <location.find.npcs.within[<#>]>
(commit: 9daf8cc)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/FlagCommand.java (diff)
Commit a2353c1ca1e0e5a6db7c6f2c322211e7e73a069a by morphanone
Stop spam of "Entity referenced is null" messages. Fixes #358
(commit: a2353c1)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/FlagCommand.java (diff)
Commit 3727477fdea02e72aed23473973283afafd1160c by morphanone
Make CommandExecuter use 0.9 format.
(commit: 3727477)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/FlagCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandExecuter.java (diff)