Apps
A Java Minecraft plugin that provides a framework for developers to create in game front ends much like a webpage or application.
Install / Use
/learn @TheDude86/AppsREADME
Apps: A Frontend for Plugins
Getting started
Gradle Dependency:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.TheDude86.Apps:block:1.0.7"
}
Maven Dependency:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.TheDude86.Apps</groupId>
<artifactId>block</artifactId>
<version>1.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
TODO: Add a tutorial for working with the Apps API
Related Skills
node-connect
335.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.7kCommit, push, and open a PR
