Skip to content
Success

Changes

Summary

  1. Shut up if the inventory doesn't have enough items (commit: f62939f) (details)
  2. Add an experimental dEllipsoid (commit: 3eb7cee) (details)
  3. Recode inventory.contains from scratch (commit: 8d5810d) (details)
  4. Fix @Morphan1's breaking of inventory.contains (commit: 3e47b8c) (details)
Commit f62939f0fa834e89d5f77eed06a5fe2e97b74578 by mcmonkey4eva
Shut up if the inventory doesn't have enough items

Take command: That's not necessarily an error.
(commit: f62939f)
The file was modified src/main/java/net/aufdemrand/denizen/events/core/ChunkUnloadSmartEvent.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/item/TakeCommand.java (diff)
Commit 3eb7cee90501cc2b52739ac85403a4f074676317 by mcmonkey4eva
Add an experimental dEllipsoid

It's dGreatest! /suicide
(commit: 3eb7cee)
The file was modified src/main/java/net/aufdemrand/denizen/objects/ObjectFetcher.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
The file was addedsrc/main/java/net/aufdemrand/denizen/objects/dEllipsoid.java
Commit 8d5810d111ba6652a7d26f5811999516a4fdb969 by mcmonkey4eva
Recode inventory.contains from scratch

A manually coded method rather than trusting Bukkit.
(commit: 8d5810d)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dLocation.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dInventory.java (diff)
Commit 3e47b8c3e69dbc69f7e0ad4b161040420c59cbf0 by mcmonkey4eva
Fix @Morphan1's breaking of inventory.contains

Also make list.matches always return true to avoid similar mistakes in
the future.
(commit: 3e47b8c)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dList.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dInventory.java (diff)