AdvancedSkills
Minecraft Hosting
  • 🏠Home
  • âš™ī¸MAIN
    • âš’ī¸Commands & Permissions
    • 🧩PlaceholderAPI Placeholders
    • â„šī¸Progression Notifications
    • 🌈Gradients, Toasts & more
  • ⭐FEATURES
    • đŸ’ĒSkills
    • ➕Creating Skills
    • 👨‍🎓Talents
    • 🎩Classes
    • ✨Mana
  • GUIDE FOR PLAYERS
    • Skills Explanation & Guide
    • Mana: How it works
    • Skill Talents Guide
    • Player Classes
  • FOR DEVELOPERS
    • API
Powered by GitBook
On this page
  1. MAIN

Progression Notifications

PreviousPlaceholderAPI PlaceholdersNextGradients, Toasts & more

Last updated 9 months ago

Every message in AdvancedSkills can be configured to show up in chat, action bar, titles or as a boss bar! By default, progress message for gained points is shown in chat and boss bar, same with leveling up.

Progress and Level Up message is located in plugins/AdvancedSkills/lang/en.yml file.

Default messages

AdvancedSkills/lang/en.yml
messages:
  skills:
    learning-new:
      - "&aYou are learning a new skill..."
    gained-points:
      - "&aYou gained &6%points% &apoints in &6%skill%&a! Next level in &6%remaining%&a points!"
      - "[BOSS_BAR:%boss-bar-progress%:GREEN:NOTCHED_20:35]&aYou gained &6%points% &apoints in &6%skill%&a! Next level in &6%remaining%&a points!"
    level-up:
      - "&aYou leveled up in &6%skill%&a! You are now level &6%level%&a!"
      - "[BOSS_BAR:1.0:GREEN:PROGRESS:35]&aYou leveled up in &6%skill%&a! You are now level &6%level%&a!"

%boss-bar-progress% is a special variable that can be used in gained-points message to showcase the progress of a skill with boss bars.

To learn about ways to send out messages, read

âš™ī¸
â„šī¸
Toast Messages -------