Updated config with new messaging defaults and information.

This commit is contained in:
Aust1n46 2021-02-07 21:40:32 -06:00
parent a943df7f3d
commit e6a0f928bc
2 changed files with 20 additions and 16 deletions

View File

@ -101,14 +101,16 @@ bungeecordmessaging: false
# This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
vanishsupport: true vanishsupport: true
# {playerto} : player receivings name # Use PlaceholderAPI placeholders
# {playerfrom} : player sendings name # Start the placeholder with 'sender_' for the sending players placeholder
tellformatto: 'You message {playerto}:&7' # Start the placeholder with 'receiver_' for the receiving players placeholder
tellformatfrom: '{playerfrom} messages you:&7' # The defaults shown below provide an example of each
tellformatspy: '{playerfrom} messages {playerto}:&7' tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatto: 'You reply to {playerto}:&7' tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:'
replyformatfrom: '{playerfrom} replies to you:&7' tellformatspy: '{sender_player_name} messages {receiver_player_name}:&7'
replyformatspy: '{playerfrom} replied to {playerto}:&7' replyformatto: '&7You reply to {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7replies to you:'
replyformatspy: '{sender_player_name} replies to {receiver_player_name}:&7'
# {host} : party hosts name # {host} : party hosts name
# {player} : player name # {player} : player name

View File

@ -101,14 +101,16 @@ bungeecordmessaging: false
# This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online # This will allow vanished players to be exempt from being sent private messages, and will act as if they aren't online
vanishsupport: true vanishsupport: true
# {playerto} : player receivings name # Use PlaceholderAPI placeholders
# {playerfrom} : player sendings name # Start the placeholder with 'sender_' for the sending players placeholder
tellformatto: 'You message {playerto}:&7' # Start the placeholder with 'receiver_' for the receiving players placeholder
tellformatfrom: '{playerfrom} messages you:&7' # The defaults shown below provide an example of each
tellformatspy: '{playerfrom} messages {playerto}:&7' tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatto: 'You reply to {playerto}:&7' tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:'
replyformatfrom: '{playerfrom} replies to you:&7' tellformatspy: '{sender_player_name} messages {receiver_player_name}:&7'
replyformatspy: '{playerfrom} replied to {playerto}:&7' replyformatto: '&7You reply to {receiver_vault_prefix}{receiver_player_displayname}&7:'
replyformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7replies to you:'
replyformatspy: '{sender_player_name} replies to {receiver_player_name}:&7'
# {host} : party hosts name # {host} : party hosts name
# {player} : player name # {player} : player name