Releases: WolfyScript/WolfyUtils-Spigot
Bug Fixes & 1.21.1 Update | v4.17-beta.7
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
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
Full Changelog: v4.17-beta.5...v4.17-beta.6
1.21 Compatibility Fixes | v4.17-beta.5
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
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
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
- This should hopefully make it more convenient for most. Let me know if you'd like to suggest a priority change.
Full Changelog: v4.17-beta.2...v4.17-beta.3
Dependency Management & Bug Fixes | v4.17-beta.2
Changelog
- #82 - Add Dependency Management for Plugin Integrations
- 54ef052 - Fix compatibility with old Particle enums
- dae5b6f - Throw error when KeyedTypeIdResolver cannot find a registered value for a given key
- d9ab4de - Move PluginIntegration implementations into the proper package
Full Changelog: v4.17-beta.1...v4.17-beta.2
Update to 1.20.6 & Improvements | v4.17-beta.1
Changelog
- #80 - Update to 1.20.6
- 1.17.0 is no longer supported!
- This plugin is still compiled on Java 17, but also works on Java 21
- Many NMSUtils were removed and/or delegated to third-party plugins like Item-NBT-API (See #80)
- #81 - Improved StackReference Serialization
- Prioritise MMOItems StackIdentifier Parser over MythicMobs Parser (WolfyScript/CustomCrafting#362)
- #78 - Migrate Publishing Repo To Artifactory
Full Changelog: v4.16.15.1...v4.17-beta.1
Bug Fixes | v4.16.15.1
Changelog
- #76 — Fix StackReference Parser Swapping
- Fixes the ItemEditor GUI in CustomCrafting unable to change the item plugin source
- #77 — Fix CustomItem Replacement & Durability Cost
Full Changelog: v4.16.15...v4.16.15.1
StackReferences, Bug Fixes & 1.20.4 Support | v4.16.15
Custom Item Stack Changes
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
- #72 — Replace NMS GUI Generation with GUIInventoryHolder
- Fixes GUIs not opening on Paper servers
- #74 - Update paper-plugin.yml & Add missing plugin dependencies
- Fixes ExecutableBlocks and ExecutableItems NoClassDefFoundError
- #68 - Support for 1.20.3
- 2110329 - Change nmsutil 1_20_R3 to use 1.20.4 mappings
This should still work with 1.20.3, because of the very minor changes, but realistically there is no reason to still use 1.20.3! - 9434dee — Only handle ArmorEquipEvent when CustomItems are involved
- 121cf29 — Add debug agent to docker container
- 771fb79 — Fix Smithing Recipes in 1.20.2
- 9af73f7 — Fix NPE in MythicMobsStackIdentifier for stacks without NBT tag
- 2fb08e7 - Remove 1_16_R3 nmsutils (1.16.5 is no longer supported!)
- aa6a119 - Bump nbtapi-api & nbtapi-data to 2.12.2
Full Changelog: v4.16.14.1...v4.16.15
Oraxen Stack Amount Fix | v4.16.15-rc.2
Changelog
- #75 — Fix Oraxen StackIdentifier Editing Original Item Amount
Full Changelog: v4.16.15-rc.1...v4.16.15-rc.2