Skip to content
Success

Changes

Summary

  1. fix for ParticleEffect (commit: f5edd39) (details)
  2. Add tag <player.target> (commit: da9ac87) (details)
  3. Add sub parameter for tag <[email protected][#]> (commit: 6093329) (details)
  4. Add <[email protected]> tag (commit: 26a8bad) (details)
  5. Allow <[email protected][creeper|zombie|player].within[x]> (commit: 54a4408) (details)
  6. Document ValueOf requirement (commit: 1bb84d7) (details)
Commit f5edd399385635114f20bbdaef8f74bed0add22c by alain.blanquet
fix for ParticleEffect

Change maximum range (radius in denizen command) to 100 instead of 20
Change debug message to be clearer for an external user
(commit: f5edd39)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/ParticleEffect.java (diff)
Commit da9ac87fd9b1be401d8acc526b59e4faf72bc7fe by alain.blanquet
Add tag <player.target>

Add tag <player.target>, return the entity that the player is looking
(commit: da9ac87)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit 60933297306ecb1e86d15f24a15f7b50ce3446e4 by alain.blanquet
Add sub parameter for tag <[email protected][#]>

Now you can specify range to select entity

Added Meta tag for <[email protected]> and <[email protected][#]>
(commit: 6093329)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dInventory.java (diff)
Commit 54a4408c82e6d6475fa65695feaf645ca89e025d by morphanone
Allow <[email protected][creeper|zombie|player].within[x]>
(commit: 54a4408)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementChecker.java (diff)