HeadDatabase-API
HeadDatabase-API copied to clipboard
API for the famous HeadDatabase plugin
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Arcaniax-Development/HeadDatabase-API). ## Awaiting Schedule The following updates are...
**HeadDatabase-API Feature Suggestion:** A function to search for heads like the `/hdb search ` command. **How should it be implemented?** Something like `public List searchHeads(String query)` where the returning list...
# Bug Report Template: ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information ### HeadDatabase version: ``` 4.12.6 ``` ### Server build...
**HeadDatabase-API Feature Suggestion:** Since the latest versions of Minecraft 1.20.5-1.21, Mojang has added new features and now tags are replaced by components. A new component has been added to items...
The head item is in the event but not used or accessible.
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.vanniktech.maven.publish](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin) | `0.33.0` -> `0.35.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
# Bug Report Template: ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information ### HeadDatabase version: ``` HeadDatabase version 4.21.2 Author: Arcaniax...
I would **REALLY** appreciate, if we had some kind of _CompletableFuture_ implementation. Maybe something like this: ```kotlin HeadDatabaseAPI#use((CompletableFuture) -> Unit) ``` -> So basicly this instead of the original constructor...