Skip to content
Success

Changes

Summary

  1. Remove Explosion from Shoot command. As a replacement, Shoot sends final (commit: 43d50db) (details)
  2. Streamline LeatherColorer using aH.matchesColor() and aH.getColorFrom(). (commit: ebd01dc) (details)
  3. Possible fix to Chat Trigger not getting cancelled. (commit: 389fdb0) (details)
Commit 43d50dbc4f9ae2e714cba6ff53c4c9d3a1861e3b by davidcernat
Remove Explosion from Shoot command. As a replacement, Shoot sends final location as context to task script, so you can use Explode there.
(commit: 43d50db)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/ShootCommand.java (diff)
Commit ebd01dc3fc5cec35026fd8a8d2826d93f8bb3fd9 by davidcernat
Streamline LeatherColorer using aH.matchesColor() and aH.getColorFrom(). Make Head command not require both player and NPC contexts.
(commit: ebd01dc)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/HeadCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/nbt/LeatherColorer.java (diff)
Commit 389fdb061157e0114a2044f5cb92414cfae1c584 by davidcernat
Possible fix to Chat Trigger not getting cancelled.
(commit: 389fdb0)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/triggers/core/ChatTrigger.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/arguments/aH.java (diff)