Skip to content
Success

Changes

Summary

  1. Add <player.ip> tag, return player ip in format #.#.#.# (commit: fd2b2be) (details)
  2. Update Hurt command to 0.9 syntax (commit: 5c4afb6) (details)
  3. Add Utilities.isBlock() to check block locations against Locations (commit: 74e779c) (details)
  4. Fix all known bugs with Viewer command. Should be safe to use now (commit: 0b4aca3) (details)
Commit fd2b2be9c3b9543eba8a4da87238dd8ff5acf0b7 by alain.blanquet
Add <player.ip> tag, return player ip in format #.#.#.#
(commit: fd2b2be)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit 5c4afb6df117ccd5e6358bb50ca06ff2bd825dd3 by morphanone
Update Hurt command to 0.9 syntax
(commit: 5c4afb6)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/HurtCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/HealCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/ViewerCommand.java (diff)
Commit 74e779cf7e900f2d21df8a278b72de5470185c39 by morphanone
Add Utilities.isBlock() to check block locations against Locations
(commit: 74e779c)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/Utilities.java (diff)
Commit 0b4aca392f54fe165142143a71be67fc333f33ab by morphanone
Fix all known bugs with Viewer command. Should be safe to use now
(commit: 0b4aca3)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/ViewerCommand.java (diff)