Skip to content
Success

Changes

Summary

  1. ItemTag.Inventory_Contents: bundle support (commit: f206be9) (details)
  2. ItemTag.meta_type (commit: 213111f) (details)
  3. implement and use more advanced object conversion, internal bukkit event fields (commit: 9f61846) (details)
  4. schematic.cuboid - compensate for cuboid weirdmath (commit: 567d4de) (details)
  5. context.direction for piston extends/retracts (commit: 7020037) (details)
  6. fix item.inventory_contents mech bug with bundles (commit: 9eb79fd) (details)
  7. materialtag.unstable (commit: 166df92) (details)
  8. block physics event: track the real changed material via reflection (commit: f8f8c22) (details)
  9. materialtag.produced_instrument (commit: 9de6b7e) (details)
  10. animation: horse_start_standing and stop (commit: ac0a885) (details)
  11. raider properties (commit: c36332a) (details)
  12. add an extra null check to entitytag.owner (commit: 5e42b3e) (details)
  13. fix switching trapdoors (commit: 0961207) (details)
  14. enchantment scripts: don't allow vanilla level generation usage (commit: 61c70b8) (details)
  15. modernize EntityTag.saddle and related tags (commit: db0f056) (details)
  16. interact scripts: (experimental) use key order (commit: b4c15a7) (details)
  17. announce to_permission (commit: ae004b6) (details)
  18. scoreboard command cleanup (commit: 2a33586) (details)
  19. bossbar viewer tags (commit: 7876724) (details)
  20. server.generate_loot_table (commit: bc8bdaf) (details)
  21. fix build (commit: 7810aa9) (details)
  22. "potion splash" event: accept plaintext "potion" as valid for all potions (commit: 06acd7a) (details)
  23. schematic command: mask should be a matcher (commit: 2c6e173) (details)
  24. add back-compat with ListTag of materials to be safe (commit: ef1d202) (details)
  25. displayitem duration:infinite (commit: c30dcb9) (details)
  26. correct paper entity properties thanks to new core warning message (commit: c403142) (details)
  27. use new core method for entity/item attributes (commit: 8bb9a77) (details)
Commit f206be9f39d6cb80f5159192c32c702d52c2dfe5 by agoodwin
ItemTag.Inventory_Contents: bundle support
(commit: f206be9)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/packets/DenizenPacketHandler.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemInventory.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemRawNBT.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java (diff)
Commit 9f618460e2b67c0434985b21ae2987b4c8d66449 by agoodwin
implement and use more advanced object conversion, internal bukkit event fields
(commit: 9f61846)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/CommonRegistries.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/server/InternalEventScriptEvent.java (diff)
Commit 567d4def3fc0c3ffea92c0196863d436ba1d211a by agoodwin
schematic.cuboid - compensate for cuboid weirdmath
(commit: 567d4de)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/blocks/CuboidBlockSet.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java (diff)
Commit 702003752e7d9412277706528975b8463dd8a8d9 by agoodwin
context.direction for piston extends/retracts
(commit: 7020037)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/PistonExtendsScriptEvent.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/PistonRetractsScriptEvent.java (diff)
Commit 9eb79fdc5b93d84157ff11aac108835e9bc58cca by agoodwin
fix item.inventory_contents mech bug with bundles
(commit: 9eb79fd)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemInventory.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialUnstable.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
Commit f8f8c224f538774362e052a2cc5dd402770aa638 by agoodwin
block physics event: track the real changed material via reflection
(commit: f8f8c22)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/block/BlockPhysicsScriptEvent.java (diff)
Commit 9de6b7e35e6882919f3d603e0aff406832bf36ea by agoodwin
materialtag.produced_instrument
(commit: 9de6b7e)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/BlockHelper.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialInstrument.java (diff)
The file was modified v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/BlockHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java (diff)
Commit ac0a8854fa66e39bb31642dfc5cf00bed8c91533 by agoodwin
animation: horse_start_standing and stop
(commit: ac0a885)
The file was modified v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/AnimationHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/AnimateCommand.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPatrolLeader.java
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPatrolTarget.java
The file was addedplugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityCanJoinRaid.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/PropertyRegistry.java (diff)
Commit 5e42b3e9e5c729a400936dea23ad599084961c21 by agoodwin
add an extra null check to entitytag.owner
(commit: 5e42b3e)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityTame.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SwitchCommand.java (diff)
Commit 61c70b8f36d37e6dbc938e1855fb92a8012a82f4 by agoodwin
enchantment scripts: don't allow vanilla level generation usage
(commit: 61c70b8)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/AnnounceCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/EnchantmentScriptContainer.java (diff)
Commit db0f0563d538298226fcd8eb626e38bc1078a06c by agoodwin
modernize EntityTag.saddle and related tags
(commit: db0f056)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java (diff)
Commit b4c15a7009e14d93caf2d59173f8b04569489945 by agoodwin
interact scripts: (experimental) use key order
(commit: b4c15a7)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/VulnerableCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/triggers/core/ChatTrigger.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/InteractScriptContainer.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/AnnounceCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/ScoreboardCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/BukkitWorldScriptHelper.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/ScoreboardHelper.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/server/BossBarCommand.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java (diff)
Commit 06acd7a2393c22e46f980a646ece67f579c91235 by agoodwin
"potion splash" event: accept plaintext "potion" as valid for all potions
(commit: 06acd7a)
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/world/PotionSplashScriptEvent.java (diff)
Commit 2c6e1731df660cbe3748165ba6190b03bc6a8130 by agoodwin
schematic command: mask should be a matcher
(commit: 2c6e173)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java (diff)
Commit ef1d20215b212dfff0fd0981cb149742068fead8 by agoodwin
add back-compat with ListTag of materials to be safe
(commit: ef1d202)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java (diff)
Commit c30dcb99628cbd77d4230d0e77f5e0de5316d8ed by agoodwin
displayitem duration:infinite
(commit: c30dcb9)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/DisplayItemCommand.java (diff)
Commit c403142ad4fa94761c964e2f6e3173f095187b1e by agoodwin
correct paper entity properties thanks to new core warning message
(commit: c403142)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityExperienceOrb.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/properties/EntitySpawnLocation.java (diff)
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityFromSpawner.java (diff)
Commit 8bb9a77093ef85d75cda266bf8be57ce60a86765 by agoodwin
use new core method for entity/item attributes
(commit: 8bb9a77)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAttributeModifiers.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java (diff)