Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Effortlessly create and manage custom recipes for Spigot servers with an intuitive API.
Changelog - Version 1.2.0
🚀 Major Changes
- No More
registerRecipes
Method: It is no longer required to call theregisterRecipes
method at the end of youronEnable
method. Recipes are now automatically registered when the API is initialized, making the process even simpler! 🎉
✨ New Features
- Custom Item Plugin Hooks: You can now create hooks for custom item plugins, allowing better integration and flexibility for your recipes.
- Built-in Support for ItemsAdder and Oraxen: ItemsAdder and Oraxen are now natively supported within the API. You can use custom items from these plugins directly in your recipes, whether as ingredients or results. 🛠️
- To use custom items in YML recipes, simply prefix the item ID with the plugin name like so:
item: "<plugin_name>:<item_id>"
. This format works for both recipe results and ingredients.
- To use custom items in YML recipes, simply prefix the item ID with the plugin name like so:
Information
Published on | September 20, 2024 |
---|---|
Downloads | 0 |
Platforms
Paper (1.21-1.21.1)