Skip to content
Success

Changes

Summary

  1. Fix brewing material choice block handling (#2592) (commit: d35dfdc) (details)
  2. add strong deprecation on fake_player (commit: 0d41e76) (details)
  3. fix hurt command errors on new spigot build (commit: 557d3fc) (details)
  4. `MaterialTag.food_points` (#2599) (commit: 1a2fae2) (details)
  5. schematic command file handling correction (commit: a9b998a) (details)
Commit d35dfdc8ebb7d73bf43f0f6e7c78af0b98e6f189 by noreply
Fix brewing material choice block handling (#2592)

* Fix brewing block material choice handler

* Remove `PaperAPITools#isDenizenMix`

* Minor formatting fix

* Minor naming cleanups
(commit: d35dfdc)
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/ItemHelperImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/PaperAPITools.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/ItemScriptHelper.java
The file was modified paper/src/main/java/com/denizenscript/denizen/paper/utilities/PaperAPIToolsImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java
Commit 0d41e76c5f54ee9da641e57fb88b9be973674282 by git_commits
add strong deprecation on fake_player
(commit: 0d41e76)
The file was modified plugin/src/main/java/com/denizenscript/denizen/utilities/BukkitImplDeprecations.java
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/CustomEntityHelperImpl.java
Commit 557d3fcc4e5e18ca091375cb8e6f92987ff58467 by git_commits
fix hurt command errors on new spigot build
(commit: 557d3fc)
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/EntityHelperImpl.java
Commit 1a2fae2aa431c22d159cb8ac41414bee1ed88cb3 by noreply
`MaterialTag.food_points` (#2599)

(commit: 1a2fae2)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/ItemHelper.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/ItemHelperImpl.java
Commit a9b998a7187a6fcb066d7baa0f7f2ddf90622bbe by git_commits
schematic command file handling correction

also imports cleanup
(commit: a9b998a)
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/helpers/PlayerHelperImpl.java
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/impl/network/handlers/packet/FakePlayerPacketHandlers.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/InventoryCommand.java
The file was modified v1_20/src/main/java/com/denizenscript/denizen/nms/v1_20/impl/BiomeNMSImpl.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/npc/NPCStuckScriptEvent.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SchematicCommand.java
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/TickCommand.java