Recent content by Traqueur_

  1. Traqueur_

    CommandsAPI - BREAKING Version - Change system

    Changelog – Version 3.0.0 This version introduces major changes, improving the flexibility of the API while removing deprecated elements. This update is not backward compatible. Major Changes Reworked message handling: Removed the Messages enum in favor of direct handling via the message...
  2. Traqueur_

    RecipesAPI | Enhanced Recipes Creation - BREAKING Version - Change system

    ### Changelog - RecipesAPI v2.0.0 #### Bug Resolution - Disable: Remove bug spamming when plugin disable #### Improvement Scheduler Remove all code based on usage of scheduler (BREAKING version) Recipe Improve adding system of recipe to manage if recipe with same key exists YML Support Add...
  3. Traqueur_

    CommandsAPI - Rework

    Changelog for CommandsAPI Version 2.0.0 Note: This release introduces major changes that are not backward compatible with previous versions. Renamed TabConverter to TabCompleter for improved clarity and alignment with its function. Added dynamic runtime casting methods for commands. This...
  4. Traqueur_

    RecipesAPI | Enhanced Recipes Creation - Yml Support - Add Tag ingredients

    Changelog for RecipesAPI Version 1.2.1 Added: Support for using tag ingredients in YAML recipe files. This allows users to specify multiple material types using tags, making recipe creation more flexible and dynamic. Example: You can now define ingredients in your YAML files like so...
  5. Traqueur_

    RecipesAPI | Enhanced Recipes Creation - Hook System for custom items

    Changelog - Version 1.2.0 🚀 Major Changes No More registerRecipes Method: It is no longer required to call the registerRecipes method at the end of your onEnable method. Recipes are now automatically registered when the API is initialized, making the process even simpler! 🎉 ✨ New Features...
  6. Traqueur_

    CommandsAPI - Debug Improving & Plugin Context Command

    Changelog for CommandAPI Version 1.5.1 Release Date: September 17, 2024 New Features Command Completion with /plugin-name:command Format: Added support for command completion when prefixed with the plugin name (e.g., /plugin-name:command). This improves compatibility in environments where...
  7. Traqueur_

    RecipesAPI | Enhanced Recipes Creation - YML Support Optional

    Changelog - Version 1.1.1 🚀 New Features Option to Disable YML Support for Recipes: YML file support for recipes can now be disabled by using the updated constructor RecipesAPI(JavaPlugin plugin, boolean debug, boolean enableYmlSupport). This provides flexibility for developers who prefer to...
  8. Traqueur_

    RecipesAPI | Enhanced Recipes Creation - Yaml Recipes Creation

    # Changelog - Version 1.1.0 ## 🚀 New Features - YML File Support for Custom Recipes: You can now define custom recipes directly in configurable YML files. This makes it easier to manage and create recipes without needing to modify Java code. 📄 - Recipes such as shapeless crafting, shaped...
  9. Traqueur_

    RecipesAPI | Enhanced Recipes Creation v2.0.0

    RecipesAPI – Simplify Your Recipe Creation! Enhance your Spigot server with RecipesAPI, a powerful and user-friendly Java library designed to streamline the creation of custom recipes. Whether you're adding unique crafting recipes, furnace smelting, or other custom item interactions, RecipesAPI...
  10. Traqueur_

    CommandsAPI - Logging & Improve Update

    ### Changelog for CommandAPI Version 1.5.0 Release Date: August 27, 2024 #### New Features - Customizable Logging System: - Added the ability to change the logging system used by CommandAPI. Users can now customize how and where log messages are recorded, enhancing flexibility and...
  11. Traqueur_

    ResourcefulBeesLike - Update Minecraft Version

    # Resourceful Bees Plugin Changelog ## Version 1.0.2 ### Update - Minecraft Version Support: The plugin now supports the 1.21.1 version of Minecraft, ensuring better compatibility and performance with the new features and bug fixes in the game. Thank you for using Resourceful Bees !
  12. Traqueur_

    ResourcefulBeesLike - Craft Fixs

    # Resourceful Bees Plugin - Changelog for Version 1.0.1 ## [1.0.1] - 2024-08-15 ### Fixed - Crafting Recipe: Corrected the crafting recipe for converting Honeycomb Blocks into Honeycombs. Previously, the recipe was not functioning as intended. Players can now successfully craft Honeycombs from...
  13. Traqueur_

    ResourcefulBeesLike - Official Release 1.0.0

    # Changelog for version 1.0.0 We are excited to announce the official release of version 1.0.0 of our plugin, following several pre-releases. This version marks a significant milestone, incorporating all the features planned for V1. Here are the main additions and improvements: ## New Features...
  14. Traqueur_

    ResourcefulBeesLike - Pre - Release 2.1

    ## Changelog ### ResourcefulBeesLike Version 2.3.0 - August 2, 2024 #### New Features: - Support new Platform: - Add Folia Support - Support for Minecraft 1.20.5 and 1.20.6: - Added full compatibility with Minecraft versions 1.20.5 and 1.20.6, ensuring that all plugin features work...
  15. Traqueur_

    ResourcefulBeesLike - Pre - Release 2.0

    Add Spigot Compatibility
Top