Skip to content

Releases: WolfyScript/WolfyUtils-Spigot

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

26 May 14:55
Compare
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

Dependency Management & Bug Fixes | v4.17-beta.2

24 May 11:03
Compare
Choose a tag to compare

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

02 May 18:58
Compare
Choose a tag to compare

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

05 Mar 13:43
Compare
Choose a tag to compare

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

03 Mar 13:19
Compare
Choose a tag to compare

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.

CustomItemStackReference

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.

APIReferenceStackIdentifier

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

03 Mar 12:24
Compare
Choose a tag to compare
Pre-release

Changelog

  • #75 — Fix Oraxen StackIdentifier Editing Original Item Amount

Full Changelog: v4.16.15-rc.1...v4.16.15-rc.2

Fix ExecutableBlocks Issue on Paper | v4.16.15-rc.1

02 Mar 13:55
Compare
Choose a tag to compare

Changelog

  • #74 - Update paper-plugin.yml & Add missing plugin dependencies
    • Fixes ExecutableBlocks and ExecutableItems NoClassDefFoundError

Full Changelog: v4.16.15-beta.12...v4.16.15-rc.1

Bug Fixes | v4.16.15-beta.12

28 Feb 17:22
Compare
Choose a tag to compare
Pre-release

Changelog

  • 4772b4a — Keep backwards compatibility with GuiUpdate
  • 705b136 — Fix MythicMobs matchesIgnoreCount not working

Full Changelog: v4.16.15-beta.11...v4.16.15-beta.12

Fix Bukkit Item Checks | v4.16.15-beta.11

27 Jan 19:56
Compare
Choose a tag to compare

Changelog

  • ca6365a — BukkitStackIdentifier needs to check the item type
    • Fixes various recipe issues in CustomCrafting (like invalid recipe results)

Full Changelog: v4.16.15-beta.10...v4.16.15-beta.11

More Bug Fixes & GUIInventoryHolder | v4.16.15-beta.10

24 Jan 18:37
Compare
Choose a tag to compare

Changelog

  • #72 — Replace NMS GUI Generation with GUIInventoryHolder
    • Fixes GUIs not opening on Paper servers
  • 80a5345 — Fix count check in StackIdentifier & Add StackIdentifier#matchesIgnoreCount
  • bf9a55d — Fix MythicMobsStackIdentifier overriding other stack identifiers

Full Changelog: v4.16.15-beta.9...v4.16.15-beta.10