From e6a0f928bc5b3370a0fa13881408700dccbe8163 Mon Sep 17 00:00:00 2001 From: Aust1n46 Date: Sun, 7 Feb 2021 21:40:32 -0600 Subject: [PATCH] Updated config with new messaging defaults and information. --- src/config.yml | 18 ++++++++++-------- src/defaultconfig.yml | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/config.yml b/src/config.yml index dbe055b..db406de 100644 --- a/src/config.yml +++ b/src/config.yml @@ -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 vanishsupport: true -# {playerto} : player receivings name -# {playerfrom} : player sendings name -tellformatto: 'You message {playerto}:&7' -tellformatfrom: '{playerfrom} messages you:&7' -tellformatspy: '{playerfrom} messages {playerto}:&7' -replyformatto: 'You reply to {playerto}:&7' -replyformatfrom: '{playerfrom} replies to you:&7' -replyformatspy: '{playerfrom} replied to {playerto}:&7' +# Use PlaceholderAPI placeholders +# Start the placeholder with 'sender_' for the sending players placeholder +# Start the placeholder with 'receiver_' for the receiving players placeholder +# The defaults shown below provide an example of each +tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:' +tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:' +tellformatspy: '{sender_player_name} messages {receiver_player_name}:&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 # {player} : player name diff --git a/src/defaultconfig.yml b/src/defaultconfig.yml index dbe055b..db406de 100644 --- a/src/defaultconfig.yml +++ b/src/defaultconfig.yml @@ -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 vanishsupport: true -# {playerto} : player receivings name -# {playerfrom} : player sendings name -tellformatto: 'You message {playerto}:&7' -tellformatfrom: '{playerfrom} messages you:&7' -tellformatspy: '{playerfrom} messages {playerto}:&7' -replyformatto: 'You reply to {playerto}:&7' -replyformatfrom: '{playerfrom} replies to you:&7' -replyformatspy: '{playerfrom} replied to {playerto}:&7' +# Use PlaceholderAPI placeholders +# Start the placeholder with 'sender_' for the sending players placeholder +# Start the placeholder with 'receiver_' for the receiving players placeholder +# The defaults shown below provide an example of each +tellformatto: '&7You message {receiver_vault_prefix}{receiver_player_displayname}&7:' +tellformatfrom: '{sender_vault_prefix}{sender_player_displayname} &7messages you:' +tellformatspy: '{sender_player_name} messages {receiver_player_name}:&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 # {player} : player name