Skip to content
Success

Changes

Summary

  1. Fix incorrect debugging (commit: 02535b1) (details)
  2. Add "player changes xp" event (commit: 2586796) (details)
  3. Fix cast error (commit: ee86db7) (details)
  4. Officially add "bound: true/false" to ItemScripts (commit: 745b94d) (details)
Commit 02535b17b1fb3c6335ebe7c3332e2872c8b0682f by mcmonkey4eva
Fix incorrect debugging

DebugElement was being used improperly.
(commit: 02535b1)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/InteractScriptHelper.java (diff)
Commit 2586796ae52c19a1942b1f3e9a4cb53222e19cce by morphanone
Add "player changes xp" event
(commit: 2586796)
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/WorldScriptHelper.java (diff)
Commit 745b94d109061ab3674ee0078f3b3a5e1a2e4752 by morphanone
Officially add "bound: true/false" to ItemScripts

You can set this to true to not allow players to drop or otherwise lose
this item besides by way of script or other plugin-related means
(commit: 745b94d)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/ItemScriptHelper.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/ItemScriptContainer.java (diff)
The file was modified pom.xml (diff)