Skip to content
Success

Changes

Summary

  1. Invert Ender Dragon yaws in rotations, thereby making regular Ender (commit: d50fb31) (details)
  2. Start using dEntity.identifyType() in world event names. (commit: 47b283b) (details)
  3. Add Persistent argument to Spawn, to allow you to spawn monsters that (commit: 6548861) (details)
  4. Make world event names work with either full prefixes or no prefixes. (commit: 15ff094) (details)
Commit d50fb313bad8d166b702bb4e9d27c7336a8f8a94 by davidcernat
Invert Ender Dragon yaws in rotations, thereby making regular Ender Dragon entities not fly backwards anymore when the Fly command is used.
(commit: d50fb31)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/FlyCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/entity/Rotation.java (diff)
Commit 47b283b845e12d246e9f372510cec02e1c2508be by davidcernat
Start using dEntity.identifyType() in world event names.
(commit: 47b283b)
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/dEntity.java (diff)
Commit 6548861d489e3fe2fb9f47ec29a2d3f508f85636 by davidcernat
Add Persistent argument to Spawn, to allow you to spawn monsters that don't get removed completely when you move far away.

Some entities, such as animals, are persistent by default in Minecraft.
(commit: 6548861)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dEntity.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/SpawnCommand.java (diff)
Commit 15ff0948b03a329b83e1ac55dba93a533e1e0c9f by davidcernat
Make world event names work with either full prefixes or no prefixes.
(commit: 15ff094)
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/dEntity.java (diff)