Skip to content
Success

Changes

Summary

  1. Update to CraftBukkit 1.7.2-R0.2-SNAPSHOT (MC 1.7.4) (commit: cd53f58) (details)
  2. Rename dPlayer mechanism "texture_pack" to "resource_pack"; Use new (commit: 70f1b72) (details)
  3. Allow dLocation .within[<#>] tags to use <#.#> (commit: ef88099) (details)
  4. [EXPERIMENTAL] Add "on player equips armor" event (commit: 35365f8) (details)
Commit cd53f58b502ddd535026d4e8e41814345039ba0d by morphanone
Update to CraftBukkit 1.7.2-R0.2-SNAPSHOT (MC 1.7.4)
(commit: cd53f58)
The file was modified pom.xml (diff)
Commit 70f1b72dd7b14ee68553bc99413d8389fc135a65 by morphanone
Rename dPlayer mechanism "texture_pack" to "resource_pack"; Use new setResourcePack() method
(commit: 70f1b72)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit ef8809925ec65026c238116cc0a77f394c2a3bb9 by morphanone
Allow dLocation .within[<#>] tags to use <#.#>
(commit: ef88099)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/Utilities.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/tags/Attribute.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
Commit 35365f8b447aa4f68012423aeb5f22cc282f1900 by morphanone
[EXPERIMENTAL] Add "on player equips armor" event

Note that this can't fully be implemented correctly ("unequips" can't be
added at all as far as I can see) without having Notable player
inventories, or some other place to save them to reference to.
(commit: 35365f8)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dItem.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)