Skip to content
Success

Changes

Summary

  1. Add "on entity shoots arrow" event for bows. Try "-determine (commit: e7af77e) (details)
  2. Fix - determine projectile: (commit: 3961db3) (details)
  3. Make power: optional in the Cast command (commit: 02c0833) (details)
  4. Add some more item world events. Make "on entity targets entity" use (commit: 708cd0d) (details)
  5. <location.find.entities.within[X]> (commit: 54f4e60) (details)
  6. Simplify <location.find.X.within> tags (commit: a841dba) (details)
Commit e7af77e63d3f798784b18af98964b9620e3ff058 by morphanone
Add "on entity shoots arrow" event for bows. Try "-determine projectile:pig"
(commit: e7af77e)
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/commands/entity/CastCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit 02c0833f42b6927c3695d28e15a9a0ee8b710acc by morphanone
Make power: optional in the Cast command
(commit: 02c0833)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/CastCommand.java (diff)
Commit 708cd0d58281785970411e45d72ef874a2502e11 by davidcernat
Add some more item world events. Make "on entity targets entity" use delayed targeting task instead of event's target method.
(commit: 708cd0d)
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/dItem.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/aH.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dList.java (diff)
Commit 54f4e603cf9fbc6884336432a1bcaff26e911e72 by Geekey265
<location.find.entities.within[X]>

Attempt 6
(commit: 54f4e60)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
Commit a841dbabadd26a4f3fb891a933352e03ff04faf2 by morphanone
Simplify <location.find.X.within> tags
(commit: a841dba)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)