Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicHUD MythicHUD
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicHUDMythicHUD
  • Wiki
  • MythicHUD API

MythicHUD API · Changes

Page history
add gradle info to api authored Jun 09, 2025 by Boy0000's avatar Boy0000
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 6 deletions
+15 -6
  • MythicHUD-API.md MythicHUD-API.md +15 -6
  • No files found.
MythicHUD-API.md
View page @ 7266489a
MythicHUD features a rich API for enhanced integration and customization.
On Maven, you can pull it by adding
## GradleKts
```kt
repositories {
maven("https://mvn.lumine.io/repository/maven-releases/")
# For Snapshots
#maven("https://mvn.lumine.io/repository/maven-snapshots/")
}
dependencies {
compileOnly("io.limine.mythichud:api:$VERSION")
}
```
## Maven
```html
<dependency>
<groupId>io.lumine.mythichud</groupId>
<artifactId>api</artifactId>
<version>$VERSION</version>
<scope>provided</scope>
</dependency>
```
to your project's build script.
For release versions, the repository is `https://mvn.lumine.io/repository/maven-releases/`.\
Alternatively, for snapshots, use `https://mvn.lumine.io/repository/maven-snapshots/`.
\ No newline at end of file
```
\ No newline at end of file
Clone repository
Home

Getting Started
What's New in MythicHUD?
Commands and Permissions
Configuration Reference

Layouts
Pop-Ups
HUD Components
  • Asset Layers
  • Assets
  • Listeners
  • Conditions
    • Effect
    • Gamemode
    • Placeholder
    • Progress
    • Logical Operators
Fonts

MythicHUD API
Compatibility
  • Migrating from v1 to v2
  • Supporting Multiple Client Versions
  • Crucible
  • Nexo
  • ItemsAdder
  • Modded Clients