WolfyUtils 图标

Minecraft 服务端插件

WolfyUtils

Core API & Utils for Spigot based plugins. Inventory GUI, Language, JSON (Jackson), and many more utils

库/API管理类工具类bukkitpaperpurpurspigot
版本范围
1.16.5–1.21.8
下载量
15.0 万

插件介绍

bstats_server github_commit

Core API that provides an API and Utils for plugins based on Spigot.

This is the Spigot implementation of WolfyUtils. For more info see WolfyScript/WolfyUtilities

APIs & Utils

  • API is plugin dependent, which means there is one instance of the API per plugin.
  • Utils are plugin independent. They can be used everywhere.
  • Registry is bound to the core of WolfyUtilities, but can be accessed from anywhere.

APIs

  • Inventory - Functional API to create in-game GUIs.
  • Language - Load JSON based language files and support multiple languages for GUIs, messages, etc.
  • Chat - Send translatable messages, text click event callbacks, and more.
  • Config - Simple config utilities.
  • NMS - Type specific RecipeIterator, and some Block and Inventory Utils.
  • CustomItems - Create custom items with settings like custom fuel, durability, actions, etc.

Registry

The Registry is the base of all custom content in WolfyUtilities and the plugins that build on it. It allows you to register types & objects under unique namespaced keys. That not only allows the plugin to register things like CustomItems, etc., but it can be extended by other plugins too.

Utils:

  • NamespacedKey - Unique key for all registrable content.
  • JSON - Various Jackson utils that simplify de-/serialization
    • HOCON support for a more human friendly config option.
    • Custom de-/serializer for Bukkit objects
    • Easy de-/serialization from Registry values
      • Object (See @OptionalKeyReference)
      • Type to object (See @KeyedTypeIdResolver & @KeyedTypeResolver)
  • Particles - Configure custom particle effects & animations using JSON.
  • RandomCollection - Weight based random collection.
  • Reflection - Basic Reflection Utils.
  • Player Head utils to set textures and more.
  • Basic MySQL connection to run queries and updates.
  • ItemBuilder to edit/create ItemStacks.
  • Save player specific data.

Plugins using WolfyUtilities

CustomCrafting

CustomCrafting is heavily based on these APIs and Utils.
CustomCrafting especially makes use of the InventoryAPI to create and manage the in-game RecipeCreators. The JSON utils are used to load/save recipes & items from/to JSON, and to allow for custom settings inside the json files.

版本与下载

推荐下载

wolfyutils-spigot-4.16.15.jar版本 4.16.15 · 5.6 MBSHA-1 f02d16084fe4c6515203cc0532d32a490fd799dd下载 wolfyutils-spigot-4.16.15.jar

4.19.1.2

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
wolfyutils-spigot-4.19.1.2.jar5.3 MBSHA-1 1ac3cb01fc4150a7797f0c21afb3c84457be07f2获取文件 wolfyutils-spigot-4.19.1.2.jar
展开更新日志

🐛 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)

4.19.0.0

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
wolfyutils-spigot-4.19.0.0.jar5.3 MBSHA-1 7e1699b02b6d1c26a84a9f00e2f121362141b00e获取文件 wolfyutils-spigot-4.19.0.0.jar
展开更新日志

🚧 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)

4.18.6

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.21.4
wolfyutils-spigot-4.18.6.jar5.4 MBSHA-1 90271dfa781b0a738622f8dc608310717ab0d361获取文件 wolfyutils-spigot-4.18.6.jar
展开更新日志

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

  • @petulikan1 made their first contribution in #90

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

4.17-beta.7

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21 · 1.21.1
wolfyutils-spigot-4.17-beta.7.jar5.6 MBSHA-1 2884e418ed47f29feaca4147a6ed06afdf9bf77e获取文件 wolfyutils-spigot-4.17-beta.7.jar
展开更新日志

Changelog

  • #89 - Fix Wind Charges causing destructive explosions
  • b789607c - Fix DependencyResolver trying to resolve null field values
  • a2cc2459 - Bump Item-NBT-API to 2.13.2
  • 88877df0 - 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

4.17-beta.6

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18.2 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
wolfyutils-spigot-4.17-beta.6.jar5.6 MBSHA-1 9e1b84bb75b2cf9b3bb9a317272594396ebc3840获取文件 wolfyutils-spigot-4.17-beta.6.jar
展开更新日志

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
  • f42dc1e4 - Update Item-NBT-API to 2.13.1

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

4.17-beta.5

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18.2 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
wolfyutils-spigot-4.17-beta.5.jar5.6 MBSHA-1 65348a4fc1173ed92411f08dc6dc79d38f789417获取文件 wolfyutils-spigot-4.17-beta.5.jar
展开更新日志
  • #84 - Potential NMSInventoryUtils Error Fix
  • f60ef7e9 - 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

4.17-beta.4

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18.2 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21
wolfyutils-spigot-4.17-beta.4.jar5.6 MBSHA-1 8b6a0a8070d90935b449911d8707e6d121e974ed获取文件 wolfyutils-spigot-4.17-beta.4.jar
展开更新日志

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!

  • 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

4.17-beta.3

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
wolfyutils-spigot-4.17-beta.3.jar5.6 MBSHA-1 70e7ff71234b9feb8ca1bc6d5aea506bd1715912获取文件 wolfyutils-spigot-4.17-beta.3.jar
展开更新日志
  • #83 - Paper 1.20.5+ Mojang-Mapping Support
  • 1fc7732c - Fix ExecutableItemsStackIdentifier dependency
  • 0ec49110 - Fix missing ItemFlag HIDE_POTION_EFFECTS on 1.20.5+
    • CustomCrafting will get the same fix soon
  • 02efaa36 - Ignore eco wrapped custom items
  • e8f2497a - 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

4.17-beta.2

测试版
加载器
bukkit · paper · spigot
MC 版本
1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
wolfyutils-spigot-4.17-beta.2.jar5.6 MBSHA-1 c4c1f460c105bda0d3616721ad3377bd93b5cfe7获取文件 wolfyutils-spigot-4.17-beta.2.jar
展开更新日志
  • #82 - Add Dependency Management for Plugin Integrations
    • Note: CustomCrafting needs an update for these changes to apply. It'll be available soon on the CustomCrafting beta branch.
  • 54ef052c - Fix compatibility with old Particle enums
  • dae5b6f7 - Throw error when KeyedTypeIdResolver cannot find a registered value for a given key
  • d9ab4dea - Move PluginIntegration implementations into the proper package

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

4.17-beta.1

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6
wolfyutils-spigot-4.17-beta.1.jar5.6 MBSHA-1 a6b066e62e8a1f07ae4b56983f6c9b77c00b0e48获取文件 wolfyutils-spigot-4.17-beta.1.jar
展开更新日志
  • #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

4.16.15.1

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15.1.jar5.6 MBSHA-1 b84c5e8b658bff68ef765e1357d0d61a90a302c0获取文件 wolfyutils-spigot-4.16.15.1.jar
展开更新日志
  • #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

4.16.15

正式版推荐
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15.jar5.6 MBSHA-1 f02d16084fe4c6515203cc0532d32a490fd799dd获取文件 wolfyutils-spigot-4.16.15.jar
展开更新日志

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.

Changes

  • #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
  • 2110329f - 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
  • 9af73f77 — Fix NPE in MythicMobsStackIdentifier for stacks without NBT tag
  • 2fb08e7d - Remove 1_16_R3 nmsutils (1.16.5 is no longer supported!)
  • aa6a119b - Bump nbtapi-api & nbtapi-data to 2.12.2

Full Changelog: v4.16.14.1...v4.16.15

4.16.15-rc.2

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-rc.2.jar5.6 MBSHA-1 f23efee089198029dc41c5c600f5b5b24835eae8获取文件 wolfyutils-spigot-4.16.15-rc.2.jar
展开更新日志
  • #75 — Fix Oraxen StackIdentifier Editing Original Item Amount

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

4.16.15-rc.1

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-rc.1.jar5.6 MBSHA-1 904a328d2817ba8f56e3445424f0947f28057688获取文件 wolfyutils-spigot-4.16.15-rc.1.jar
展开更新日志
  • #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

4.16.15-beta.12

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.12.jar5.6 MBSHA-1 26d0884fe8cea7eaab225455c1a86aaf73f56178获取文件 wolfyutils-spigot-4.16.15-beta.12.jar
展开更新日志
  • 4772b4a5 — Keep backwards compatibility with GuiUpdate
  • 705b1360 — Fix MythicMobs matchesIgnoreCount not working

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

4.16.15-beta.11

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.11.jar5.6 MBSHA-1 8fce887f359981589040131aa282616192ba95da获取文件 wolfyutils-spigot-4.16.15-beta.11.jar
展开更新日志
  • ca6365aa — 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

4.16.15-beta.10

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.10.jar5.6 MBSHA-1 eb6d8377cdeb10d46c6cdbe57f0b1d3966f7f10d获取文件 wolfyutils-spigot-4.16.15-beta.10.jar
展开更新日志
  • #72 — Replace NMS GUI Generation with GUIInventoryHolder
    • Fixes GUIs not opening on Paper servers
  • 80a53458 — Fix count check in StackIdentifier & Add StackIdentifier#matchesIgnoreCount
  • bf9a55d7 — Fix MythicMobsStackIdentifier overriding other stack identifiers

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

4.16.15-beta.9

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.9.jar5.6 MBSHA-1 324d09de47a53b6a5fa4d7c8f324c11672c35002获取文件 wolfyutils-spigot-4.16.15-beta.9.jar
展开更新日志

Changelog

  • dc982d43 - Fix StackReference 'weight' property deserialization.
    This fixes loading issues of older configs.

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

4.16.15-beta.8

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.8.jar5.6 MBSHA-1 523dc33105eee4a3c344bf103608626e67af06a0获取文件 wolfyutils-spigot-4.16.15-beta.8.jar
展开更新日志

Changelog

  • 91b925a8 - The ExecutableBlocksStackIdentifier should actually be registered to work...

Full Changelog: v4.16.15-beta.7...v4.16.15-beta.8

4.16.15-beta.7

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.7.jar5.6 MBSHA-1 5fdc716d2fdd591a15d65183d52b5a5e2b0a3145获取文件 wolfyutils-spigot-4.16.15-beta.7.jar
展开更新日志

Changelog

  • #70 — Fix StackReference Not Updating & Backwards Compatibility
  • #71 — Fix StackReference matches Performance Issues

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

4.16.15-beta.6

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.6.jar5.6 MBSHA-1 f0f345fe3687c01d9363bd91a85867c90b1483e2获取文件 wolfyutils-spigot-4.16.15-beta.6.jar
展开更新日志

StackReference Breaking Change

StackReferences Identifier is Nullable now when the specified parser is not available (e.g. when a third-party plugin isn't available), or the parser fails to parse the item.
To reflect those changes, the StackReference#identifier() returns an Optional instead, and you may fall back to StackReference#originalStack when it is not present.

Changelog

  • #69 — Optional StackReference Identifiers
  • 4da9339c — Fix NullPointerEexceptions in StackIdentifiers & prevent possible NPEs. This fixes & prevents NPEs in:
    • EcoStackIdentifier
    • ExecutableBlocksStackIdentifier
    • ExecutableItemsStackIdentifier
    • ItemsAdderStackIdentifier
    • MMOItemsStackIdentifier
    • MythicMobsStackIdentifier
    • FancyBagsStackIdentifier

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

4.16.15-beta.5

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
wolfyutils-spigot-4.16.15-beta.5.jar5.6 MBSHA-1 a9d65b6f160c79600a95800170c89d8f7107826a获取文件 wolfyutils-spigot-4.16.15-beta.5.jar
展开更新日志

This update includes a breaking change affecting StackReferences. You are only affected when using the Beta of CustomCrafting! Soon there will be another CustomCrafting Beta that'll be compatible again.

Changelog

  • aa6a119b - Bump nbtapi-api & nbtapi-data to 2.12.2
  • 2110329f - 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!
  • 4ff8ccef - Add itemKey getter to WolfyUtilsStackIdentifier
  • b7620c07 - Add itemKey getter to BukkitStackIdentifier
  • db035c32 - Change RegistryStackIdentifierParsers#parseFrom to return an Optional

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

4.16.15-beta.4

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3
wolfyutils-spigot-4.16.15-beta.4.jar5.6 MBSHA-1 4a7c19c645e8b856de025a2c728ccebb47a82fb3获取文件 wolfyutils-spigot-4.16.15-beta.4.jar
展开更新日志
  • #68 - Support for 1.20.3
  • 2fb08e7d - Remove 1_16_R3 nmsutils (1.16.5 is no longer supported!)
  • e69deee1 - Fix ItemStack matching in BukkitStackIdentifier
  • 15b07299 - Fix StackIdentifier#shrink not consuming stacks of count 1
  • 33bdaaa0 - Fix BukkitStackIdentifier stack amount to be always 1
  • 7e34264d - StackReference no longer fails to parse

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

4.16.15-beta.3

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
wolfyutils-spigot-4.16.15-beta.3.jar5.6 MBSHA-1 d2f1bf148942ff5473020b81911b622e6dc40db5获取文件 wolfyutils-spigot-4.16.15-beta.3.jar
展开更新日志

!! 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

4.16.15-beta.2

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
wolfyutils-spigot-4.16.15-beta.2.jar5.6 MBSHA-1 bfed60f704c5cfe082236e9b5d738e07605b2c48获取文件 wolfyutils-spigot-4.16.15-beta.2.jar
展开更新日志

!! 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

4.16.15-beta.1

测试版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
wolfyutils-spigot-4.16.15-beta.1.jar5.6 MBSHA-1 75cbc21eb1975586df8fc2d75bb4fa6a654703ba获取文件 wolfyutils-spigot-4.16.15-beta.1.jar
展开更新日志

!! 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.

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

Full Changelog: v4.16.14.1...v4.16.15-beta.1

4.16.14.1

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
wolfyutils-spigot-4.16.14.1.jar5.5 MBSHA-1 7f0eda7c1bdfc919c94bd90ef488cad48f91be1d获取文件 wolfyutils-spigot-4.16.14.1.jar
展开更新日志

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

4.16.14.0

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
wolfyutils-spigot-4.16.14.0.jar5.5 MBSHA-1 ecee1103d344d79c14438105bc1f7524a22b4a67获取文件 wolfyutils-spigot-4.16.14.0.jar
展开更新日志

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

4.16.13.0

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
wolfyutils-spigot-4.16.13.0.jar6.2 MBSHA-1 1fc168e39f96765ca9e8a11f33a27022f744c9e0获取文件 wolfyutils-spigot-4.16.13.0.jar
展开更新日志

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

4.16.12.1

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
wolfyutils-spigot-4.16.12.1.jar6.2 MBSHA-1 179b209c98899e331b08e86e20fd692e8fd64570获取文件 wolfyutils-spigot-4.16.12.1.jar
展开更新日志

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

4.16.12.0

正式版
加载器
bukkit · paper · purpur · spigot
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
wolfyutils-spigot-4.16.12.0.jar6.2 MBSHA-1 803ff072ef5f20d5db4bc820c7a1cc2b616eec91获取文件 wolfyutils-spigot-4.16.12.0.jar
展开更新日志

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

依赖关系