https://github.com/raphael-goetz/astralis
A lightweight and minimal Kotlin framework for developing Minecraft building-plugins.
https://github.com/raphael-goetz/astralis
building framework kotlin minecraft paper plugin tools
Last synced: about 1 month ago
JSON representation
A lightweight and minimal Kotlin framework for developing Minecraft building-plugins.
- Host: GitHub
- URL: https://github.com/raphael-goetz/astralis
- Owner: raphael-goetz
- License: apache-2.0
- Created: 2024-04-16T16:35:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-12T07:52:11.000Z (about 2 months ago)
- Last Synced: 2025-08-12T09:29:36.950Z (about 2 months ago)
- Topics: building, framework, kotlin, minecraft, paper, plugin, tools
- Language: Kotlin
- Homepage:
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Whats Astralis?
Astralis is a Minecraft-Kotlin framework designed for writing ux-ui enriched building-tools.
## Features
- Auto-Styling and sounds for messages/titles/clicks
- Translations for items/text/inventories
- Events & Commands can be registered in one line
- Sync/Async-Task/Timer-System
- Geometry (Shapes)
- World (World-Folder) Management## Usage
> 📝 Documentation incoming!