π Requirements
Note: This plugin is built for Paper and uses Paper specific APIs. Spigot is not supported.
π¦ Installation
Download the CustomAchievements1653.jar file
Place it in your server's plugins/ folder
Restart the server (do not use /reload)
The plugin will generate:
plugins/CustomAchievements1653/config.yml
plugins/CustomAchievements1653/advancements.yml
plugins/CustomAchievements1653/lang/ (with 21 language files)
plugins/CustomAchievements1653/data/ (SQLite database)
β‘ First Steps
1. Choose your language
Open config.yml and set your preferred language:
Available languages: en_US, de_DE, nl_NL, es_ES, fr_FR, pt_BR, ar_SA, cs_CZ, tr_TR, pl_PL, ru_RU, it_IT, ko_KR, hu_HU, ja_JP, zh_CN, vi_VN, sv_SE, sk_SK, hi_IN, id_ID
Options:
LEGACY - Uses &a, &c, &6, &#RRGGBB color codes
MINI_MESSAGE - Uses <red>, <green>, <gradient:red:blue> MiniMessage tags
3. Open the GUI
In game, type /ca gui to open the advancement browser GUI.
4. Create your first advancement
Either edit advancements.yml directly, or use the admin GUI with /ca admin.
After making changes, use /ca reload to apply them without restarting.
π File Structure