Phantom Development | Products
  • Welcome to our Docs!
  • Phantom Series
    • Phantom Masks ($10)
    • Phantom NameMC ($5)
    • Phantom Lockboxes ($10)
    • Phantom Rebirths ($10)
    • Phantom Luckyblocks ($5)
    • Phantom Outposts (TBD)
    • Phantom Robots ($15)
    • Phantom Armor ($17.99)
      • Actions System
        • Action Implementation
      • Armor Buffs System
        • Buff Implementation
      • Attributes System
      • Armor Placeholders
      • Backpack System
      • Execution Filtering
      • FAQ
        • Items-Adder Integration
        • Creating Sets & more
        • Message Options & More
        • Full-Set Bonuses
      • Files
        • armor
          • example_set.yml
          • enchanted_set.yml
        • menus
          • attribute-menu.yml
          • sets-menu.yml
          • settings-menu.yml
          • shard-select-menu.yml
          • attribute-list-menu.yml
          • armor-preview-menu.yml
        • attributes.yml
        • commands.yml
        • items.yml
        • messages.yml
        • settings.yml
        • shards.yml
        • backpack.yml
        • events.yml
      • Changelogs
        • v1.2.0
          • messages.yml
          • sets.yml
          • backpack.yml
        • v1.2.3
          • sets.yml
        • 1.2.4
          • sets.yml
    • Phantom Autominer (TBD)
    • Phantom Voting (Open-Source)
      • Message Hyperlinking
      • Vote Placeholders
      • Configuration Options
      • Files
        • menus
          • leaderboard.yml
          • milestones.yml
          • streaks.yml
        • modules
          • vote_reminder.yml
          • bossbar.yml
        • config.yml
        • messages.yml
        • modules.yml
        • voteparty.yml
        • storage.yml
    • Phantom Prison Core ($$$)
  • EdPrison Addon Series
    • Phantom RPGs ($10)
    • Phantom Momentum ($7)
      • Momentum Buffs System
      • Momentum Placeholders
    • Enchant Packages
      • Phantom Enchant Package #1
      • Phantom Enchant Package #2
      • Phantom Enchant Package #3
    • Phantom Bombs ($15)
      • files
        • bombs
          • acidic-bomb.yml
          • cluster-bomb.yml
          • default-bomb.yml
          • glacial-bomb.yml
          • hive-bomb.yml
          • nuclear-bomb.yml
          • swarm-bomb.yml
          • transmuter-bomb.yml
        • messages.yml
        • settings.yml
  • Fade Series
    • Fade Cubes ($15)
    • Fade Gifts ($7.50)
      • files
        • menus
          • gift_menu.yml
          • gift_top_menu.yml
        • settings.yml
        • messages.yml
    • Fade Abilities (TBD)
    • Fade Milestones (TBD)
    • Fade Bosses (TBD)
Powered by GitBook
On this page
  • Plug & Un-plug
  • Titles & Subtitles
  • Action-Bar
  1. Phantom Series
  2. Phantom Armor ($17.99)
  3. FAQ

Message Options & More

Phantom Armor offers alot of customization when it comes to displaying messages and sounds, as it has a plug and un-plug concept design which many of you may not know. So here's a quick and thorough rundown of what types of messaging you can do to the player.

Plug & Un-plug

If you wish to add or remove messages, sounds, action-bars and titles, all you need to do is delete the section or disable/enable it. Everything in messages is completely optional, if it's not there it won't send anything or do anything, if you just want a sound for example, just have the SOUND section, which will only play a sound. This goes for the other message/sound types aswell.

Titles & Subtitles

The messaging section allows you to send titles alongside messages, sounds and whatever else. All you need to add is the Title section to the message type, an example of this is below.

  NOT_ENOUGH_SHARDS_BACKPACK:
    # Titles will also have all the placeholders parsed into them that are available 
    # for this message type.
    Title:
      Enable: true
      Title: '&4&l[&c&l!&4&l] &4Not Enough Shards!'
      Subtitle: '&cYou do not have enough shards to withdraw with this action.'

Action-Bar

On top of sending additional titles, it also offers sending action-bars to players as a message, all you need to do is add the Action-Bar section to the message type, an example of thsi is below.

  SHARDS_WITHDRAWN_BACKPACK:
    Sound:
      Enable: true
      Value: ENTITY_ITEM_PICKUP;1.0;1.0
    Action-Bar:
      Enable: true
      Value: '&6&l[&e&l!&6&l] &eYou have withdrawn &6%amount%x &e%shard%&e from your backpack.'

PreviousCreating Sets & moreNextFull-Set Bonuses

Last updated 3 months ago