Skip to content
Success

Changes

Summary

  1. Fix silly typo in dLocation's horizontal distance attribute. (commit: ce04385) (details)
  2. Make "on player clicks" world event use dMaterials. (commit: c08e7d7) (details)
  3. Update CommandRegistry.java (commit: 04442a6) (details)
  4. Fix zap meta (commit: 6a25d8c) (details)
  5. Fix NPC data type, fixes #458 (commit: c277a6c) (details)
  6. SEMI-BREAKING: Change permissions to denizen.* (commit: be892b7) (details)
  7. Allow messing with mob heads, fix permissions (commit: 8fe2e7b) (details)
Commit ce04385d7edc4c0bdab194baf4a10a44790b1c4c by davidcernat
Fix silly typo in dLocation's horizontal distance attribute.
(commit: ce04385)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
Commit c08e7d7963cdabcef0e83194bc4e704a77318866 by davidcernat
Make "on player clicks" world event use dMaterials.
(commit: c08e7d7)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit 04442a695df8fee08dca7913b1c8f5a5dad9c2ce by jeremy
Update CommandRegistry.java
(commit: 04442a6)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit 6a25d8cd291f5146f2bce718165feefcaf0dcc23 by mcmonkey4eva
Fix zap meta

(Not sure what's up with the other three lines being changed)

(And the zap meta change was made after discussing this with auf)
(commit: 6a25d8c)
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/objects/dEntity.java (diff)
Commit be892b778b0092820b3840ed8c8bd2dbb911ce3a by mcmonkey4eva
SEMI-BREAKING: Change permissions to denizen.*

Also, updated the plugin.yml for a bit of compatibility with people who
don't know how permissions plugins work
(commit: be892b7)
The file was modified src/main/java/net/aufdemrand/denizen/CommandHandler.java (diff)
The file was modified src/main/resources/plugin.yml (diff)
Commit 8fe2e7b940be754513503fdff71a8651ef5b57fd by mcmonkey4eva
Allow messing with mob heads, fix permissions
(commit: 8fe2e7b)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/HeadCommand.java (diff)
The file was modified src/main/resources/plugin.yml (diff)