Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Angelo Achievements
PluginApache-2.0

Angelo Achievements

AngeloAchievements is a plugin that allows you to add and customize achievements on your server.

285
Downloads
4
Followers
1 years ago
Updated
📦
6
Versions
managementsocialutilitypaperpurpurspigot
Download Latestv0.6View on Modrinth

📖About Angelo Achievements

AngeloAchievements is a plugin that allows you to add and customize achievements on your server. With this addon, you can modify achievements to customize with celebratory messages and execute specific commands when players unlock achievements. Ideal for servers looking to enhance the gaming experience and motivate players with unique rewards..

The plugin supports color formatting like MiniMessage.

To reload the plugin use /achievementreload
As easy as talking to a woman!

The plugin is compatible with datapacks, you can use it for datapack achievements as well.
Just do the same as the other achievements, /pirates.

Example:

type: more_advancments:pirates_of_the_carribean

List of Achievements: https://www.digminecraft.com/lists/advancements_pc.php

Configuration file

config.yml

# AngeloAchievements is a plugin focused on customizing the default Minecraft advancements.
# I RECOMMEND using the command '/gamerule announceAdvancements false' so that the default messages
# don't bother you, and you can enjoy only the customized messages from the plugin.

# The function of 'default_message' is to provide a default message that will be shown for all advancements
# if they do not have a specific configuration under the 'achievements:' section.
# If an advancement has a specific type configured under 'achievements:', the default message will be ignored
# for that advancement, and the customized message will be shown instead.

# AngeloAchievements supports MiniMessage, allowing you to customize messages with great flexibility.

# Section to customize specific advancements:
# You can name the entries under 'achievements:' however you like; the name does not affect the plugin's functionality.
# Make sure to set the advancement type with 'type', followed by its Minecraft path (e.g., minecraft:story/mine_diamond).

# Example configuration for advancements:
# achievements:
#   Achievement1:  ⬅ This name is free; you can change it to whatever you want.
#     type: minecraft:story/mine_diamond  ⬅ The type of advancement you want to customize.
#     message:  ⬅ The messages that will be sent upon completing this advancement.
#       - "<blue>You have completed the advancement <yellow>Mine a Diamond&"
#       - "<green>Congratulations!"
#   Achievement2:
#     type: minecraft:adventure/kill_a_mob
#     message:
#       - "<gradient:#ff0000:#00ff00>You have completed the achievement First Blood!</gradient>"
#       - "<red><bold>Incredible!"
#     title: "You completed an achievement"  ⬅ Title that will appear on the player's screen.
#     subtitle: "Check the chat"  ⬅ Subtitle that will appear on the player's screen.
#     commands:  ⬅ Commands that will execute upon completing the achievement. Use '%player%' for the player's name.
#       - "give %player% diamond 1"
#       - "[BROCAST] %player% has killed their first mob!" ⬅ Broadcasts a message to all players.
#       - "[SOUND] entity_player_levelup 1.0 1.0" ⬅ Plays a sound when the achievement is completed.

# Default message that will be shown if an achievement does not have a specific configuration.
default_message: "<green>%player% has earned the achievement %achievements%!"

achievements:
  Achievement1: 
    type: minecraft:story/mine_diamond
    message:
      - "<blue>You have completed the advancement <yellow>Mine a Diamond"
      - "<green>Congratulations!"
  Achievement2:
    type: minecraft:adventure/kill_a_mob
    message:
      - "<gradient:#ff0000:#00ff00>You have completed the achievement First Blood!</gradient>"
      - "<red><bold>Incredible!"
    title: "You completed an achievement"
    subtitle: "Check the chat"
    commands:
      - "give %player% diamond 1"
      - "[BROADCAST] <gold>%player% has completed an achievement and was rewarded with 1 diamond."
      - "[SOUND] entity_player_levelup 1.0 1.0"

👥 Team & Contributors

AngelO2
AngelO2Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+4 more

🔗 Links

Modrinth Page