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 Bounty Hunter
  2. Files
  3. Guis

bounty-shop.yml

title: "&6&lBounty Shop"
size: 27
fill_item:
  display_name: ""
  # Whether it should only fill the borders of the menu with this item.
  # If false it will fill all the menu with it.
  fill_borders_only: true
  material: GRAY_STAINED_GLASS_PANE
back_item:
  display_name: "&cGo back"
  material: BARRIER
  slot: 22
bounty_compass:
  slot: 10
  display_name: "&bBounty Compass"
  material: Compass
  lore:
    - ""
    - "&bTrack down your targets"
    - "&bwith cool particle effects!"
    - ""
    - "&9Price: &e$100 per item"
    - "&9&lRIGHT CLICK &9to buy"
  price: 100
# here you can add custom items (from custom-items.yml)
# Every item inside this section must have a 'id' field that points to section id in custom-items.yml.

custom_items:
  my_shop_item:
    # If true it will use display name,lore,material set in custom-items.yml
    # and what you set here is ignored.
    # NOTE: you must set slot and price and id regardless.
    use_give_item: true
    slot: 11
    id: 'my_custom_item'
    price: 120
# You can set non-sellable items.
others:



Previousbounties-gui.ymlNextbounty-top-gui.yml

Last updated 1 year ago

🍍