Skip to content

Releases: WolfyScript/WolfyUtils-Spigot

4.19.1.2

21 Sep 17:06

Choose a tag to compare

🐛 Fixes

  • fix: missing itemMeta null check (details)

⚙️ CI/CD

  • ci: fix commit details link pointing to wrong repo (details)
  • ci: force gradle 8.13 (details)
  • ci: fix missing dependencies (details)

Update to 1.21.5 & Code Cleanup | 4.19.0.0

15 Apr 17:38

Choose a tag to compare

🚧 Breaking Changes

  • feat!: deprecated CustomItem equipment settings (details)
  • feat!: remove deprecated validators (details)
  • feat!: remove deprecated functional recipe generator (details)
  • feat!: remove old reflection and nms utils (details)
  • refactor!: remove mc version checks and backwards compatibility (details)
  • refactor!: remove more old deprecated code (details)
  • refactor!: remove functional recipe generator (details)
  • refactor!: remove broken custom ArmorEquipEvent (details)

🧪 Tests

⚙️ CI/CD

  • ci: remove misc from changelog (details)
  • ci: create release as draft (details)

1.21.4 Support & Removal of NMS | v4.18.6

26 Mar 13:23

Choose a tag to compare

Changes since 4.17

  • Merge PR by @petulikan1 with Bug Fixes, 1.21.4 Support, and more in #90
  • Add first GitHub workflows to start automating the release to Modrinth
  • Remove unused NMS utils, reducing the jar size
  • Update to latest Oraxen API, PAPI, WorldEdit, WorldGuard, etc.
  • Fix build issues preventing project from building in GitHub workflows

Warning! Versions Before 1.21.4 - Not Supported Anymore!

From this update onward, WolfyUtils and CustomCrafting will only support the latest Minecraft version, including drops (minor versions)!
This will allow me to keep up with the new Minecraft update schedule, and concentrate on new features/bug fixes instead of compatibility.
LTS versions, with backported bug fixes, for the previous Minecraft version will be available to Premium. More info about it soon.

New Contributors

Full Changelog: v4.17-beta.7...v4.18.5

Build Fix & Removal of NMS | v4.18.5

25 Mar 21:36

Choose a tag to compare

Changes in 4.18

  • Merge PR by @petulikan1 that fixes various issues & updates the plugin for 1.21.4 in #90
  • Add first GitHub workflows to start automating the release to Modrinth
  • Fix build issues preventing project from building in GitHub workflows (hopefully)
  • Remove unused NMS utils, reducing the jar size

New Contributors

Full Changelog: v4.17-beta.7...v4.18.5

Update 1.24.4 | v4.18.4

25 Mar 20:14

Choose a tag to compare

Changelog

  • Merge PR by @petulikan1 that fixes various issues & updates the plugin for 1.21.4 in #90
  • Add first GitHub workflows to start automating the release to Modrinth

New Contributors

Full Changelog: v4.16.15.1...v4.18.4

Bug Fixes & 1.21.1 Update | v4.17-beta.7

12 Aug 14:22

Choose a tag to compare

Changelog

  • #89 - Fix Wind Charges causing destructive explosions
  • b789607 - Fix DependencyResolver trying to resolve null field values
  • a2cc245 - Bump Item-NBT-API to 2.13.2
  • 88877df - Add missing Bukkit NamespacedKey deserializer
  • No longer print NMS warning on 1.21+
    • NMS implementations are no longer available on 1.21+

Full Changelog: v4.17-beta.6...v4.17-beta.7

Paper Plugin Removal & Item-NBT-API Update | v4.17-beta.6

20 Jul 00:26

Choose a tag to compare

Paper Plugin Removal

Due to the removal of the Paper Plugin (and no reintroduction in the near future), this may cause load issues on Paper servers... again!

If you encounter any issue enable the "legacy" plugin loading!

I won't fix the loading issues caused by the new Paper loading system! If the Paper Plugins are experimental, then so is their loading system!

Changelog

  • #87 - Paper Plugin Removal
  • f42dc1e - Update Item-NBT-API to 2.13.1

Full Changelog: v4.17-beta.5...v4.17-beta.6

1.21 Compatibility Fixes | v4.17-beta.5

15 Jul 18:25

Choose a tag to compare

Pre-release

Changelog

  • #84 - Potential NMSInventoryUtils Error Fix
  • f60ef7e - Fix RecipeIterator error when not available for the MC version
  • #85 - Configurable Stack Identifier Priorities

Full Changelog: v4.17-beta.4...v4.17-beta.5

1.21 Support & Various Bug Fixes | 4.17-beta.4

13 Jun 22:58

Choose a tag to compare

Warning

This is a Beta pre-release. Issues may occur!
It is recommended to wait for a more stable version, or to try it out on a separate test server!

1.21 support was just added so issues are very likely!

Changelog

  • Removed more NMS Utils and deprecated more of them for future removal
    • The goal is to go NMS-Less in the near future, and rely on NMS via third-parties like Item-NBT-API only!
    • CustomCrafting will need a few more updates to remove its reliance on NMS
  • Improved the NMS Fallback to further support versions without NMS implementations
    • I tested 1.21 a bit and so far no issues.
    • 1.21 still uses the fallback with reflections
  • Fix Player Head Textures in latest mc versions
  • Fix MMOItemsStackIdentifier type serialization
  • Don't upgrade Particle Enum on pre-1.20.5
  • Fix invalid NMS package for pre-1.20
  • Fix Persistent Storage Error on chunk unloading

Full Changelog: v4.17-beta.3...v4.17-beta.4

Paper Mojang Mappings Support | v4.17-beta.3

26 May 14:55

Choose a tag to compare

Changelog

  • #83 - Paper 1.20.5+ Mojang-Mapping Support
  • 1fc7732 - Fix ExecutableItemsStackIdentifier dependency
  • 0ec4911 - Fix missing ItemFlag HIDE_POTION_EFFECTS on 1.20.5+
    • CustomCrafting will get the same fix soon
  • 02efaa3 - Ignore eco wrapped custom items
  • e8f2497 - Change StackIdentifier parser priorities
    • This should hopefully make it more convenient for most. Let me know if you'd like to suggest a priority change.
      An option to make these configurable via config is planned for future betas.
      • 2000 - MMOItems
      • 1900 - Oraxen
      • 1800 - ExecutableItems
      • 1700 - ExecutableBlocks
      • 1600 - MythicMobs
      • 1500 - ItemsAdder
      • 600 - Magic
      • 100 - eco
      • 0 - Denizen

Full Changelog: v4.17-beta.2...v4.17-beta.3