!! Beta Update !!
This is a beta update! It is highly advised to not use it in production or on public servers! It is mostly untested and still very much in development, so breaking changes may occur. Additionally, it may cause game breaking issues (disappearing items, item duplication, config corruption).
There are only a few recommended scenarios where you may use it:
- Your server is private, and you do not mind game breaking issues (like loosing items, item duplication, config corruption)
- You want to try the latest version on a test server, help test it and report issue before release.
Either way, you should make a backup of your server/data before installing this beta.
Make sure to update to the latest WolfyUtils Beta version! Download here!
Known Issues
- The ItemCreator in CustomCrafting is broken and does not apply changes made to an item stack
Changelog
- #67 — Fix amount handling in StackIdentifiers & References
- 9434dee — Only handle ArmorEquipEvent when CustomItems are involved
- 121cf29 — Add debug agent to docker container
- 771fb79 — Fix Smithing Recipes in 1.20.2
- 9af73f77 — Fix NPE in MythicMobsStackIdentifier for stacks without NBT tag
- cdf73be1 — Add missing DenizenStackIdentifier
Full Changelog: v4.16.15-beta.2...v4.16.15-beta.3
!! Beta Update !!
This is a beta update! It is highly advised to not use it in production or on public servers! It is mostly untested and still very much in development, so breaking changes may occur. Additionally, it may cause game breaking issues (disappearing items, item duplication, config corruption).
There are only a few recommended scenarios where you may use it:
- Your server is private, and you do not mind game breaking issues (like loosing items, item duplication, config corruption)
- You want to try the latest version on a test server, help test it and report issue before release.
Either way, you should make a backup of your server/data before installing this beta.
Changelog
- Fix StackReference#swapParser not applying new identifier
Full Changelog: v4.16.15-beta.1...v4.16.15-beta.2
!! Beta Update !!
This is a beta update! It is highly advised to not use it in production or on public servers! It is mostly untested and still very much in development, so breaking changes may occur. Additionally, it may cause game breaking issues (disappearing items, item duplication, config corruption).
There are only a few recommended scenarios where you may use it:
- Your server is private, and you do not mind game breaking issues (like loosing items, item duplication, config corruption)
- You want to try the latest version on a test server, help test it and report issue before release.
Either way, you should make a backup of your server/data before installing this beta.
This update introduces the new StackReference
and StackIdentifier
classes, that provide a lot of features to reference external Items (from like Oraxen, MMOItems, etc.) and replace the old very limited APIReference
.
CustomItem
⇾ StackReference
From this update onward CustomItems
are no longer used to reference external Items, instead that is the task of the StackReference
.
The only purpose of the CustomItem
is to represent the well... CustomItem
created via WolfyUtils. They do use a StackReference
to wrap external stacks, but are no longer used as a plain reference.
APIReference
⇾ StackIdentifier
APIReferences
are now replaced by StackIdentifiers
, and no longer keep track of the amount
and weight
, because those properties are now part of the StackReference
.
StackIdentifiers
only contain the info required to identify the external item stack, like an ID or name.
So in return, plugins requiring references to external stacks no longer have to use CustomItems everywhere and no longer need to accept the overhead that comes with it. Instead, it only requires the StackReference, which contains a lot less data, and has a lot less overhead.
Changelog
- #66 - New StackReference System to replace old APIReferences
Full Changelog: v4.16.14.1...v4.16.15-beta.1
A quick fix for Recipes causing errors due to an invalid method mapping in 1.20.2.
Changelog
- #65 - Fix error when crafting in 1.20.2
Full Changelog: v4.16.14.0...v4.16.14.1
Changelog
- Add 1.20.2 nms module
- Update Item-NBT-API to 2.12.0
- #64 - Migration to the Gradle build system
Full Changelog: v4.16.13.0...v4.16.14.0
This update adds a few new features that will be required by the upcoming CustomCrafting 4.16.9-beta update, to support multithreaded data loading and improved data validation.
Changelog
- Fix CustomItem#create to work in multithreaded scenarios
- #62 - Improved Plugin Integrations
- #63 - Add Object Validator
Full Changelog: v4.16.12.1...v4.16.13.0
Update to latest SCore API & Fix Crash on 1.17, and prior
Changelog
- #59 - Update to latest SCore API (ExecutableBlocks & ExecutableItems)
- #60 - Include Fastutil library in plugin.yml
Full Changelog: v4.16.12.0...v4.16.12.1
This is the first release on Modrinth. Below you'll find the changelog of the most recent update. For previous changelogs, please visit GitHub
Changelog
- Added NMS support for 1.20.1
- Removed FunctionalRecipe support for 1.20+
- Replaced NMS Inventory Title Update util with Spigots new
InventoryView#setTitle
in 1.20+ - Added RecipeUtil#setCurrentRecipe NMS util used to apply recipes internally for crafting, smithing and cooking recipes.
- Removed NMS support for versions prior to 1.16.5
- Always unmark blocks with block storage to drop items properly
Full Changelog: v4.16.11.0...v4.16.12.0