Skip to content
Success

Changes

Summary

  1. Remove unneeded debug output (commit: 80cd5d2) (details)
  2. Clearer error message for constants, fixes #576 (commit: 152a105) (details)
  3. Add player breaks item event (commit: 33800e5) (details)
  4. add result output for the Adjust command (commit: e3f397a) (details)
Commit 80cd5d2c06bb70dd58b836263a9410db70f5a38a by mcmonkey4eva
Remove unneeded debug output

@Morphan1 forgot to remove this, it seems
(commit: 80cd5d2)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/npc/PoseCommand.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/scripts/containers/core/ItemScriptHelper.java (diff)
Commit 152a10541494d30a84528416b6617d723598ae04 by mcmonkey4eva
Clearer error message for constants, fixes #576

if constants are defined like 'default constants: x' or 'default
constants' followed by 'x:y' without a space or something like that, it
would show a big NPE stacktrace... now it has a nice clean error
message.
(commit: 152a105)
The file was modified src/main/java/net/aufdemrand/denizen/npc/traits/ConstantsTrait.java (diff)
Commit 33800e5636390fd548a52e469ff7e5389d482e07 by mcmonkey4eva
Add player breaks item event

EG when you use up a tool
(commit: 33800e5)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit e3f397abf584c1ec218753608f30063c8643c539 by mcmonkey4eva
add result output for the Adjust command

Also meta explaining how to access it... sorta. We could use some full
clear tutorial / langs explaining the save system
(commit: e3f397a)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/AdjustCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)