Skip to content
Success

Changes

Summary

  1. Performance optimisations and cleanup (commit: 206fc2f) (details)
  2. Cleanup and optimise parts of dB (commit: 8eaec13) (details)
  3. Update the trigger command (commit: d658ad1) (details)
  4. Remove empty CommandExecutor error message (commit: a2f91b2) (details)
Commit 206fc2f1084cab931b4c9643055192da85d6e4d1 by fullwall
Performance optimisations and cleanup
(commit: 206fc2f)
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/events/bukkit/ReplaceableTagEvent.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.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/CommandExecuter.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ZapCommand.java (diff)
Commit 8eaec1310fe70d42899a1f245fc47ce4c08fe8f0 by fullwall
Cleanup and optimise parts of dB
(commit: 8eaec13)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)
Commit d658ad1e5cc62758d130664938000d6bb4fb14a1 by mcmonkey4eva
Update the trigger command

Simple commit, just updating the Trigger command to the 0.9 standards
This also fixes a bug in which the 'cooldown:' argument didn't work at
all. (NPE on usage, due to improper argument handling)
(commit: d658ad1)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/npc/TriggerCommand.java (diff)
Commit a2f91b227b0f2c1c1362f8cda943db07cc152593 by mcmonkey4eva
Remove empty CommandExecutor error message

in some situations, this message is empty... don't show it if so.
(EX: not enough arguments exception uses an empty message)
(commit: a2f91b2)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandExecuter.java (diff)