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.'
Last updated