Skip to content
Success

Changes

Summary

  1. Update Element.java (commit: e607fec) (details)
  2. Add some requirement meta (commit: dcb9b79) (details)
  3. Add more req meta (commit: f296160) (details)
  4. Formatting (commit: 3e95463) (details)
  5. More formatting (commit: 2108dd7) (details)
  6. Fix up cooldown command. (commit: 6c6133b) (details)
  7. Small fix to potential NPE in if command when using /ex. (commit: d436851) (details)
  8. Error out on queue command if queue was specified, but not found, to (commit: 893bb41) (details)
  9. Cleanup. (commit: 5eae01b) (details)
The file was modified src/main/java/net/aufdemrand/denizen/objects/Element.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.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/requirements/RequirementRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ForEachCommand.java (diff)
Commit 2108dd7d86b0e425d0441b7edbe075e9902d82c3 by mcmonkey4eva
More formatting

D: go away spacee
(commit: 2108dd7)
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/core/CooldownCommand.java (diff)
Commit d4368515bc80daac2efee60217f104442e84195f by jeremy
Small fix to potential NPE in if command when using /ex.
(commit: d436851)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/IfCommand.java (diff)
Commit 893bb413bb4388393358c17a5422fc1772e48fda by jeremy
Error out on queue command if queue was specified, but not found, to avoid altering the wrong queue.
(commit: 893bb41)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/QueueCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/player/NarrateCommand.java (diff)