SkillAgentSearch skills...

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/Apps
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated5d ago
Forks7

Languages

Kotlin

Security Score

90/100

Audited on Mar 20, 2026

No findings