Create Minestom GUIs using an easy to use api.
repositories {
mavenCentral()
// Minestom repos
maven { url 'https://repo.spongepowered.org/maven' }
maven { url 'https://jitpack.io' }
// Github release
ivy {
url 'https://github.com/'
patternLayout {
artifact '/[organisation]/[module]/releases/download/latest/[revision].jar'
}
metadataSources { artifact() }
}
}
dependencies {
// Minestom (new block api)
implementation 'com.github.Minestom:Minestom:872a49d'
// MineScreen
implementation 'kiipy:MineScreen:MineScreen-1.0.1-dev'
}
MineScreen is poorly documented right now, but this will be improved in the future.
You are always welcome to contribute.
- Basic gui support.
- Add more widgets.
- Hunt for bugs and fix them.
- Center the gui to the center of the screen.
- Improve performance of MapGraphics.
- Add more methods to MapGraphics.