Halos Development
  • 👋Welcome to Halos Development
  • Overview
    • 💡About Us
  • Halos Player Spoofer
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 📄config.yml
      • messages.yml
      • Modules
        • 🧑Fluctuation Module
        • 🍘Cracked Module
        • 🙀Command Module
        • 💸Donations Module
        • 🧑‍🤝‍🧑Location Module
        • 💯Pickup Module
        • 🏓Ping Module
        • 🥛Ranks Module
        • 🗒️Vote Module
        • 🙉Welcome Module
    • 🛠️API
  • Halos Staff
    • 👨‍💻First Install
    • 🎙️Setup Guide
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🏴󠁧󠁢󠁳󠁣󠁴󠁿messages.yml
  • Halos Bounty Hunter
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 🪁custom-items.yml
      • 👽messages.yml
      • 🎹sounds.yml
      • Guis
        • 🍍bounties-gui.yml
        • 🍍bounty-shop.yml
        • 🍍bounty-top-gui.yml
        • 🍍hunter-top-gui.yml
        • 🍍wanted-top-gui.yml
  • Halos Boosters
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • 🥇Placeholders
    • 🥾Boosters
    • Files
      • 🛑license.yml
      • 📄config.yml
      • 👽messages.yml
      • Boosters
        • 🍍example.yml
  • Halos Economy
    • 👨‍💻First Install
    • 📎Commands/Permsissions
    • 🥇Placeholders
    • Files
      • 🛑license.yml
      • 📃config.yml
      • 🤑economies.yml
      • 📄menus.yml
      • Shops
        • 🍍example.yml
  • Halos Giveaways
    • 👨‍💻First Install
    • 📎Commands/Permissions
    • Files
      • 🚨license.yml
      • 📇config.yml
      • 🎁giveaways.yml
      • 📄menus.yml
      • 👽messages.yml
Powered by GitBook
On this page
  1. Halos Boosters
  2. Files

messages.yml

Take a look at our messages config.

# {prefix} = return 'messages-prefix' value
# other placeholders: %player%, %booster%, %amount%

messages-prefix: '&6&l[Boosters]'

general:
  not-for-console:
    - '{prefix} &cThis command is exclusive for players!'
  command-usage:
    - '{prefix} &cUsage: /%usage%'
  no-permission:
    - "{prefix} &cYou don't have enough permissions."
  subcommand-does-not-exist:
    - '{prefix} &cThis subcommand does not exist!'
  player-not-found:
    - '{prefix} &cThe user %player% is not online.'
  booster-not-found:
    - "{prefix} &cThe booster '%booster%' does not exist."

commands:
  help:
    - ''
    - '&5&l Boosters Commands'
    - ''
    - '&f /boosters &8▶ &7&oOpen boosters GUI.'
    - '&f /boosters shop &8▶ &7&oOpen booster shop GUI.'
    - '&f /booster give <player> <booster> <amount> &8▶ &7&oGive a player a booster.'
    - '&f /booster remove <player> <booster> &8▶ &7&oRemove a booster from player.'
    - '&f /booster reload &8▶ &7&oReload all configurations.'
    - '&f /booster help &8▶ &7&oShow plugin commands.'
    - ''
  give:
    - '{prefix} &aYou have given %amount%x %booster% Booster to %player%.'
  remove:
    - '{prefix} &aYou have removed %amount%x %booster% Booster from %player%.'
  reload:
    - '{prefix} &aConfigurations successfully reloaded!'

boosters:
  insufficient-funds:
    - '{prefix} &cYou need $%price% money to buy this booster!'
  successfully-purchased:
    - '{prefix} &aYou bought a &6%display-name% Booster&a for $%price%!'
  insufficient-boosters:
    - '{prefix} &cYou do not have a booster to use.'
  booster-deactivated:
    - '{prefix} &cSuccessfully deactivated your &6%display-name% Booster&c.'
Previousconfig.ymlNextBoosters

Last updated 1 year ago

👽