Skip to content
Success

Changes

Summary

  1. Stop incorrectly throwing Yaml tag errors (commit: 91b6ab6) (details)
  2. Add Trait command with tags: <npc.has_trait[<trait>]> and (commit: 2a8cfae) (details)
  3. Add <[email protected]_spawnable_blocks> tag for getting safe spawn points (commit: 8b21b6c) (details)
Commit 91b6ab6d1a2f9fd4130100b9bdd5a8e65369f848 by morphanone
Stop incorrectly throwing Yaml tag errors
(commit: 91b6ab6)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/YamlCommand.java (diff)
Commit 2a8cfae191e2220c838a775c944b15174d08c55a by morphanone
Add Trait command with tags: <npc.has_trait[<trait>]> and <npc.list_traits>
(commit: 2a8cfae)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dNPC.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizen/scripts/commands/npc/TraitCommand.java
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit 8b21b6c1e2c9ca9b02c2334863ecadacfa7a03b9 by davidcernat
Add <[email protected]_spawnable_blocks> tag for getting safe spawn points in a dCuboid.
(commit: 8b21b6c)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/player/ShowFakeCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dCuboid.java (diff)