Skip to content
Success

Changes

Summary

  1. add item.has_display (commit: cceb018) (details)
  2. Add (traits:<trait>|...) to Create command for NPCs. (commit: caad20e) (details)
  3. Fix issue with player flag not returning null. (commit: 34ecee0) (details)
  4. Insert some API for the possibility of denizen auto-registering custom (commit: 4385578) (details)
  5. Change dB message scope of unfilled attributes -- now debug instead of (commit: af56b48) (details)
  6. Make world events recognize notable inventories. (commit: 8560e20) (details)
  7. Add basic meta for reset command. (commit: 6296515) (details)
  8. add matches 'cuboid' to comparable (if ... matches cuboid ...) (commit: c0df55f) (details)
Commit cceb0185ede2192764cc70ad311d7ab0905903c9 by mcmonkey4eva
add item.has_display

Returns whether the item has a custom display name.
This is to prevent comparing to 'null', and to prevent 'unfilled
attributes' errors.
(commit: cceb018)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dItem.java (diff)
Commit caad20ef598a886e46017c46181cd4dc27081e23 by morphanone
Add (traits:<trait>|...) to Create command for NPCs.
(commit: caad20e)
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/CreateCommand.java (diff)
Commit 34ecee098c69bf37dbc02129cf8ef607f8d29de7 by jeremy
Fix issue with player flag not returning null.
(commit: 34ecee0)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit 4385578c0616579607272aae05a8264aac1002ab by jeremy
Insert some API for the possibility of denizen auto-registering custom commands. (Still implementing...)
(commit: 4385578)
The file was modified src/main/java/net/aufdemrand/denizen/events/EventManager.java (diff)
Commit af56b487a440511d6638efc6326d80b9bc3ca237 by jeremy
Change dB message scope of unfilled attributes -- now debug instead of error.
(commit: af56b48)
The file was modified src/main/java/net/aufdemrand/denizen/objects/Element.java (diff)
Commit 8560e203d38c6357c028ed4184aeb670124708ed by jeremy
Make world events recognize notable inventories.
(commit: 8560e20)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dInventory.java (diff)
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/objects/notable/NotableManager.java (diff)
Commit 62965156e8add26c69ec9703dc277d8058b464f3 by jeremy
Add basic meta for reset command.
(commit: 6296515)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit c0df55fc3a03e28d1642c0d0518e3f3cf433bf86 by jeremy
add matches 'cuboid' to comparable (if ... matches cuboid ...)
(commit: c0df55f)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/Comparable.java (diff)