UltimateAdvancementAPI
🟡 Updated this year🖼️ Gallery (4 images)
🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #385 of 1560 bukkit mods in this game by downloads
📋 About This Mod
!(https://i.imgur.com/vzZX3GF.png) <center><div align="center"> (https://github.com/frengor/UltimateAdvancementAPI/wiki) • (https://github.com/frengor/UltimateAdvancementAPI/issues) • (https://frengor.com/javadocs/UltimateAdvancementAPI/latest/) • (https://github.com/frengor/UltimateAdvancementAPI) • (https://discord.com/invite/KRS7dSU6tR) • (https://generator.devheim.space/) • (https://github.com/frengor/UltimateAdvancementAPI/wiki/FAQ) !(https://github.com/frengor/UltimateAdvancementAPI/wiki/images/spigot-photo.png) *Bugs should be reported on Discord or opening an issue on GitHub.* **If a Minecraft version just come out and you are waiting for the update, please (https://github.com/frengor/UltimateAdvancementAPI/wiki/FAQ#a-new-minecraft-version-just-come-out-when-will-ultimateadvancementapi-be-ready-for-the-new-version).** </div></center> ### **3.0.0 Beta** > **3.0.0 Beta** is available on the (https://github.com/frengor/UltimateAdvancementAPI/tree/main-3.0.0). Download it if you want to try it out. > The Javadoc for the beta is published (https://frengor.com/javadocs/UltimateAdvancementAPI/3.0.0-beta-3/). <br> !(https://i.imgur.com/WDXwIOB.png) **Simple** - Create advancements for your server with ease **Async** - Every operation is packet based. This means no lag for the server! **Advancement Visibility** - Easy visibility system to customize advancement visibilities **Advancements for teams** - The player progression is synchronized between members of the same team **Offline Player Support** - Extensive and complete API to modify offline players progressions **Toasts** - Send custom toast notifications **Database system** - Fast and reliable savings wherever you want (SQLite, MySQL, In-Memory) **Disable vanilla advancements** - Completely disable vanilla advancements without touching the server jar <br> !(https://i.imgur.com/VzMOSKE.png) This is a plugin for developers. If a plugin you use needs it, just download the correct version for you server and drop it into your plugins folder. <br> !(https://i.imgur.com/T8LnmOX.png) Add the dependency with maven to your project and start coding. (https://github.com/frengor/UltimateAdvancementAPI/wiki) to learn how to use the API. <details> <summary>Maven</summary> ```xml <repositories> <repository> <id>fren_gor</id> <url>https://nexus.frengor.com/repository/public/</url> </repository> </repositories> <dependency> <groupId>com.frengor</groupId> <artifactId>ultimateadvancementapi</artifactId> <version>2.8.1</version> <scope>provided</scope> </dependency> ``` </details> There is also a shadeable version, see the (https://github.com/frengor/UltimateAdvancementAPI/wiki/Shadeable-Version) to know more about it. <br> !(https://i.imgur.com/T30sPx1.png) Fully customizable - Make your own advancements Easy to use - Complete and well-documented API Support teams of players - Let more players collaborate together thanks to native support for teams Maven and shadeable version - API is distributed with maven and it can be shaded into your plugins Great support - Ask your questions on our (https://discord.gg/KRS7dSU6tR) Online generator - The API comes with (https://generator.devheim.space/), the official tool that helps you designing your advancements graphically <br> !(https://raw.githubusercontent.com/wiki/frengor/UltimateAdvancementAPI/images/generator.png) The official online tool to design your advancement graphically. The Java classes for your plugin are then generated by the tool automatically. <center><div align="center"> **Try it now** (https://generator.devheim.space/) (https://escanortargaryen.dev/UltimateAdvancementGenerator/) **Video tutorial (Old Generator)** <iframe width="500" height="281" src="https://www.youtube.com/embed/3rfnp1FcVlI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <br><br> **Video tutorial (New Generator)** _**WIP**_ <br><br> ❗WARNING❗: The tool is still in **BETA**, please report bugs on (https://github.com/frengor/UltimateAdvancementAPI/issues). </div></center> <br> !(https://i.imgur.com/6rx1ijT.png) <details> <summary>Commands and Permissions</summary> /ultimateadvancementapi <progression|grant|revoke> ... <small>**Permission:** ultimateadvancementapi.command</small> /ultimateadvancementapi grant <all|tab|one> ... <small>**Permission:** ultimateadvancementapi.grant</small> /
!(https://i.imgur.com/vzZX3GF.png)
(https://github.com/frengor/UltimateAdvancementAPI/wiki) • (https://github.com/frengor/UltimateAdvancementAPI/issues) • (https://frengor.com/javadocs/UltimateAdvancementAPI/latest/) • (https://github.com/frengor/UltimateAdvancementAPI) • (https://discord.com/invite/KRS7dSU6tR) • (https://generator.devheim.space/) • (https://github.com/frengor/UltimateAdvancementAPI/wiki/FAQ)
!(https://github.com/frengor/UltimateAdvancementAPI/wiki/images/spigot-photo.png)
Bugs should be reported on Discord or opening an issue on GitHub.
If a Minecraft version just come out and you are waiting for the update, please (https://github.com/frengor/UltimateAdvancementAPI/wiki/FAQ#a-new-minecraft-version-just-come-out-when-will-ultimateadvancementapi-be-ready-for-the-new-version).**
### 3. 0. 0 Beta > 3. 0. 0 Beta is available on the [`main-3. 0. 0` branch](https://github.com/frengor/UltimateAdvancementAPI/tree/main-3. 0. 0). Download it if you want to try it out. > The Javadoc for the beta is published (https://frengor.com/javadocs/UltimateAdvancementAPI/3. 0. 0-beta-3/).
!(https://i.imgur.com/WDXwIOB.png)
Simple - Create advancements for your server with ease Async - Every operation is packet based. This means no lag for the server! Advancement Visibility - Easy visibility system to customize advancement visibilities Advancements for teams - The player progression is synchronized between members of the same team Offline Player Support - Extensive and complete API to modify offline players progressions Toasts - Send custom toast notifications Database system - Fast and reliable savings wherever you want (SQLite, MySQL, In-Memory) Disable vanilla advancements - Completely disable vanilla advancements without touching the server jar
!(https://i.imgur.com/VzMOSKE.png)
This is a plugin for developers. If a plugin you use needs it, just download the correct version for you server and drop it into your plugins folder.
!(https://i.imgur.com/T8LnmOX.png)
Add the dependency with maven to your project and start coding. (https://github.com/frengor/UltimateAdvancementAPI/wiki) to learn how to use the API.
Maven
```xml
There is also a shadeable version, see the (https://github.com/frengor/UltimateAdvancementAPI/wiki/Shadeable-Version) to know more about it.
!(https://i.imgur.com/T30sPx1.png)
Fully customizable - Make your own advancements Easy to use - Complete and well-documented API Support teams of players - Let more players collaborate together thanks to native support for teams Maven and shadeable version - API is distributed with maven and it can be shaded into your plugins Great support - Ask your questions on our (https://discord.gg/KRS7dSU6tR) Online generator - The API comes with (https://generator.devheim.space/), the official tool that helps you designing your advancements graphically
!(https://raw.githubusercontent.com/wiki/frengor/UltimateAdvancementAPI/images/generator.png)
The official online tool to design your advancement graphically. The Java classes for your plugin are then generated by the tool automatically.
Try it now [UltimateAdvancementGenerator (NEW)](https://generator.devheim.space/)
[UltimateAdvancementGenerator (OLD)](https://escanortargaryen.dev/UltimateAdvancementGenerator/)
Video tutorial (Old Generator)
Video tutorial (New Generator)
_WIP_
!(https://i.imgur.com/6rx1ijT.png)
Commands and Permissions
/ultimateadvancementapi
/ultimateadvancementapi grant
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- frengor
- Version
- 3.0.0-beta-3
- Downloads
- 8,390
- Endorsements
- 40
- Category
- bukkit
- Created
- 7/26/2023
- Updated
- 7/28/2026
- Game Versions
- 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1
- Tags
- library, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does UltimateAdvancementAPI support?
The author lists 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2. Other versions may work but are untested by the author.
What is the latest version of UltimateAdvancementAPI?
Version 3.0.0-beta-3, published 2026-07-28 with 8,390 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await



