Skip to content
Success

Changes

Summary

  1. Add command block properties to locations (commit: dabb6f7) (details)
  2. Add entity.interact_with mech (commit: 315c23d) (details)
  3. Add lang meta (commit: 6f2e4f1) (details)
  4. Fix the proximity trigger (commit: b2a8354) (details)
  5. Fix some meta (commit: 192ab36) (details)
  6. Lay down the code for an updated playeffect (commit: 15079ea) (details)
  7. Make most particle effects functional (commit: 4b88ea0) (details)
  8. Fix the while command (commit: cfb7d1b) (details)
  9. Fix somebody changing functionality (commit: 02aa70c) (details)
  10. Fix player.time meta (commit: 3f9068f) (details)
  11. Fix material.full (commit: c98484a) (details)
Commit dabb6f709ab3b72e885cbcb56107eff1fd12924e by mcmonkey4eva
Add command block properties to locations

command blocks are important things to deal with, even if true scriptors
don't bother using them themselves.
(commit: dabb6f7)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
Commit 315c23db7ae917b9f0a8029961de044012f0fdce by mcmonkey4eva
Add entity.interact_with mech

A useful mech, similar to switch but more controlled
(commit: 315c23d)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dEntity.java (diff)
Commit 6f2e4f18ed1b8c720a05dfe28a79d7be4be77f63 by craigslistamc
Add lang meta

Should the related world events be referenced as well?
(commit: 6f2e4f1)
The file was modified src/main/java/net/aufdemrand/denizen/npc/traits/HealthTrait.java (diff)
Commit b2a835466d4c335c3858aa3a6e6895d35437ff8e by mcmonkey4eva
Fix the proximity trigger

Who wrote this memleaking nightmare bit of code!?
This needs far more work than this little bandaid, but this is all I
have time for.
(commit: b2a8354)
The file was modified src/main/java/net/aufdemrand/denizen/npc/traits/HealthTrait.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/triggers/core/ProximityTrigger.java (diff)
Commit 192ab36db1ef79be3bbccbfd713177ea8236ad8a by mcmonkey4eva
Fix some meta

Add, not sub. Identify what move is for.
(commit: 192ab36)
The file was modified src/main/java/net/aufdemrand/denizen/events/core/ItemMoveSmartEvent.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/Duration.java (diff)
Commit 15079eacb1e4ae6cc2d690a3f63c7ab1007a4b3c by mcmonkey4eva
Lay down the code for an updated playeffect

Using our own enum instead of Mojang's
(commit: 15079ea)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java (diff)
Commit 4b88ea0a117b0dab9618f2bd765d5aca9a375bb8 by mcmonkey4eva
Make most particle effects functional

A few I can't find an easy match for in the Mojang enum
(commit: 4b88ea0)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java (diff)
Commit cfb7d1b6f9e5fea87004db3efc7fd1820dd6a65c by mcmonkey4eva
Fix the while command

How did this even...
(commit: cfb7d1b)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/WhileCommand.java (diff)
Commit 02aa70ce75abb5ce25de696c866473dced356c61 by mcmonkey4eva
Fix somebody changing functionality

This originally returned whether the player was valid at all, now it
seems to return what the name actually implies it is?
(commit: 02aa70c)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit 3f9068f0988c6779fbd72c4a6bcc94ff7dc45926 by mcmonkey4eva
Fix player.time meta

The meta lied :o !
(commit: 3f9068f)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit c98484a93403d52c752cce3ea5b52d431de8d32b by mcmonkey4eva
Fix material.full

Let's not overcompensate.
(commit: c98484a)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dMaterial.java (diff)