Skip to content
Success

Changes

Summary

  1. Add a theoretically more trustworthy port getter via NMS for server.port (commit: 7cee530) (details)
  2. (Experimental) random command improvement (commit: 7a3eb84) (details)
  3. Theoretical fix for 1.11 entity type -> biome spawnable entities (commit: 3a86272) (details)
  4. Fix pdzol dMat (commit: 34aba5e) (details)
  5. Get rid of attack speed for now, for #1528 (commit: 749d455) (details)
  6. add meta, catch a null risk (commit: c7e0871) (details)
  7. Fix typo (commit: 6a27b9f) (details)
  8. Fix noobs that don't have Citizens installed using FEED command (commit: 2b5b8a8) (details)
  9. fix feed command meta (commit: b9e06cc) (details)
  10. remove invalid usage too (commit: 5530df1) (details)
  11. Allow offline players to be made op (commit: e9cbda8) (details)
  12. add some null checks where they BELONG! (commit: 49bf469) (details)
  13. Filling in documentation (#79) (commit: 93bedf8) (details)
  14. add procedural items documentation (commit: 8cdeb5a) (details)
  15. Add context.xp (commit: cab3a3e) (details)
  16. fix the readme (commit: 3eb39a7) (details)
  17. Potential fix for #1533 (commit: b17f8a7) (details)
  18. Fix iconcrack for #1533 (commit: 3e103d9) (details)
Commit 7cee530faa15ca1bff0ecf35d2f3ab7e0ce1443a by mcmonkey4eva
Add a theoretically more trustworthy port getter via NMS for server.port
tag
(commit: 7cee530)
The file was modified v1_11_R1/src/main/java/net/aufdemrand/denizen/nms/Handler_v1_11_R1.java (diff)
The file was modified v1_8_R3/src/main/java/net/aufdemrand/denizen/nms/Handler_v1_8_R3.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/tags/core/ServerTags.java (diff)
The file was modified nmshandler/src/main/java/net/aufdemrand/denizen/nms/NMSHandler.java (diff)
The file was modified v1_9_R2/src/main/java/net/aufdemrand/denizen/nms/Handler_v1_9_R2.java (diff)
The file was modified v1_10_R1/src/main/java/net/aufdemrand/denizen/nms/Handler_v1_10_R1.java (diff)
Commit 7a3eb84e90a9272ab16cc041d5e2d2b9d6f85484 by mcmonkey4eva
(Experimental) random command improvement
(commit: 7a3eb84)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/core/RandomCommand.java (diff)
Commit 3a86272cd33dc306cd138e148ad17caebc250616 by mcmonkey4eva
Theoretical fix for 1.11 entity type -> biome spawnable entities
(commit: 3a86272)
The file was modified v1_11_R1/src/main/java/net/aufdemrand/denizen/nms/impl/BiomeNMS_v1_11_R1.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/objects/dMaterial.java (diff)
Commit 749d455d77bd8dd1e05f6daa078927922a9e7c14 by mcmonkey4eva
Get rid of attack speed for now, for #1528
(commit: 749d455)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/Denizen.java (diff)
The file was removedplugin/src/main/java/net/aufdemrand/denizen/objects/properties/item/ItemAttackSpeed.java
The file was modified plugin/src/main/java/net/aufdemrand/denizen/objects/properties/item/ItemAttributeNBT.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/utilities/nbt/CustomNBT.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/events/entity/ItemDespawnsScriptEvent.java (diff)
Commit 2b5b8a88039b367de8abb6a8fba8aa3df3863dc5 by mcmonkey4eva
Fix noobs that don't have Citizens installed using FEED command
(commit: 2b5b8a8)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/entity/FeedCommand.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java (diff)
Commit e9cbda853549a2541db72bece473555493c3c14b by morphan1
Allow offline players to be made op
(commit: e9cbda8)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/objects/dPlayer.java (diff)
Commit 49bf4691c30266279ee1bf086f3b00b0d2e31907 by mcmonkey4eva
add some null checks where they BELONG!
*inchorent mumbling about smurfs*
(commit: 49bf469)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/entity/WalkCommand.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/entity/WalkCommandCitizensEvents.java (diff)
Commit 93bedf89955fdb71ad5a4c082f36110280c1be4c by mcmonkey
Filling in documentation (#79)
* Add more description to flag command
note that the description is still not fully described.

* Added more usage for modifyblock command

* Added description and usage for take command

* better english sentences

* changed links to use correct link format

* Added further description and usage for give cmd
Please note that the description is not fully complete.
words about "Engrave" which I currently have no idea what

* forgot this here... in give cmd

* added usage for playeffect command

* changed typo
from exact to exactly.

* Changed to fit effect name correctly
(commit: 93bedf8)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java (diff)
Commit 8cdeb5ac439ccae048eecf2ba0ce5bd6b96aca0c by sander.goor
add procedural items documentation
(commit: 8cdeb5a)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/containers/core/InventoryScriptContainer.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/events/entity/EntityDeathScriptEvent.java (diff)
The file was modified README.md (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java (diff)
The file was modified plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java (diff)