Skip to content
Success

Changes

Summary

  1. Fix possible PlayerDropItem exception (commit: 67269e2) (details)
  2. Add procedure context, new tag: <proc[whatever]> (commit: a7ade57) (details)
  3. Adjust proc example (commit: 955fa43) (details)
Commit 67269e2914e753f9a1f9282e1f44f3d5a8f3852a by morphanone
Fix possible PlayerDropItem exception
(commit: 67269e2)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/ItemScriptHelper.java (diff)
Commit a7ade57134b879e3dc6f082fa6cf60b44e0be2a6 by mcmonkey4eva
Add procedure context, new tag: <proc[whatever]>

(Using the Run command's def: system mainly)
(commit: a7ade57)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/ProcedureScriptTag.java (diff)
Commit 955fa4369560da5b584a5b1181062d9a032aa9e7 by mcmonkey4eva
Adjust proc example

Apparently $ is illegal. (Regex.Matcher error in command executor 0.o)
(commit: 955fa43)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/ProcedureScriptTag.java (diff)