Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated last week
All versions
1.0.8
Release
Yet Another TPA 1.0.8last week 16
Compatibility
Minecraft: Java Edition
26.2
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
- Added the native /yatpa gui dialog editor for Paper and Fabric.
- Added categorized settings pages, inline controls, text inputs, validation, bulk saves, permissions, and Paper inventory fallback.
- Added shared dialog encoding/decoding logic and regression tests.
- Migrated Fabric to Minecraft 26.2 APIs.
- Upgraded builds to Java 25, Fabric Loom 1.18.2, Fabric Loader/API 26.2 versions, and Gradle 9.7.
- Upgraded Paper API target to 26.2.
- Added Folia-aware scheduling and Bukkit/Spigot-compatible text/action-bar fallbacks.
- Marked the plugin Folia-compatible and documented Paper, Purpur, Spigot, Bukkit, Folia, and Fabric support.
- Updated project version to 1.0.8 and refreshed the README.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uXOzLvOp:IssHl7DC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXOzLvOp:IssHl7DC"
}

