Skip to content
Success

Changes

Summary

  1. Change Heal command into 0.9 syntax (commit: af8d788) (details)
  2. Make Viewers unbreakable (Use "- viewer remove <id>" to remove) (commit: f0083a6) (details)
  3. Catch up. (commit: 466d63d) (details)
  4. Add new settings 'Console Width' for adjusting the width of console (commit: 5d0da9c) (details)
  5. Fix error matching multiple values on Argument.matches(String values).. (commit: 86e572c) (details)
  6. Queues now identify their type in debugger. (commit: cad13ed) (details)
  7. Remove outdates features in ScriptEntry (Command Execution timing has (commit: d984d96) (details)
  8. Let delayed queues override 'isInstant()' allowing WAIT to be used in if (commit: 3c95f28) (details)
  9. Fix some documentation in dPlayer attributes. (commit: 25a9431) (details)
Commit af8d7885dea0db3b5bbbc1286a69463228ea40d9 by morphanone
Change Heal command into 0.9 syntax
(commit: af8d788)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/HealCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit f0083a6f161d256ca0f0a8d50f39f67c588746e8 by morphanone
Make Viewers unbreakable (Use "- viewer remove <id>" to remove)
(commit: f0083a6)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/ViewerCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/queues/ScriptQueue.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/NoteCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/AbstractCommand.java (diff)
Commit 5d0da9c31cbb75beeb906eb372785ab38d291ddb by jeremy
Add new settings 'Console Width' for adjusting the width of console output. Default: 60 (works well with Windows) but can be increased or decreased depending on capabilities of your console.
(commit: 5d0da9c)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/Settings.java (diff)
The file was modified src/main/resources/config.yml (diff)
Commit 86e572ccc521a9cb4ff220453983f0f9586c9e67 by jeremy
Fix error matching multiple values on Argument.matches(String values).. this fixes instant queues on 'run' command.
(commit: 86e572c)
The file was modified src/main/java/net/aufdemrand/denizen/objects/aH.java (diff)
Commit cad13ede54f02f40ccfbd0ae635afbfbcb2c0759 by jeremy
Queues now identify their type in debugger.
(commit: cad13ed)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/queues/core/TimedQueue.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/queues/core/Delayable.java (diff)
Commit d984d9659b2d7d68fdff093fc57dfffa79c7c1d6 by jeremy
Remove outdates features in ScriptEntry (Command Execution timing has now been moved to ScriptQueues)
(commit: d984d96)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/ScriptEntry.java (diff)
Commit 3c95f28c0b00645cffbb10b081aac284a77ae048 by jeremy
Let delayed queues override 'isInstant()' allowing WAIT to be used in if commands (unless it's an instant queue!).
(commit: 3c95f28)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/ScriptEngine.java (diff)
Commit 25a9431a5fb2a0fd9cd211a9186f93b0321802d3 by jeremy
Fix some documentation in dPlayer attributes.
(commit: 25a9431)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/RunCommand.java (diff)