From f94f6a7ba15be1cbdb7c4ea9bbfa802ce5a33e9d Mon Sep 17 00:00:00 2001 From: Gabriel Dumitru Date: Thu, 23 Feb 2023 13:23:13 +0200 Subject: [PATCH 1/2] update vault placeholders --- Placeholders.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/Placeholders.md b/Placeholders.md index bf45d71..20d3755 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -6156,32 +6156,20 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa %vault_eco_balance_fixed% %vault_eco_balance_formatted% %vault_eco_balance_commas% - %vault_eco_commas% - %vault_eco_fixed% - %vault_eco_formatted% - + # Permission/Group placeholders %vault_group% %vault_group_capital% - %vault_groupprefix% - %vault_groupprefix_% %vault_groups% + %vault_groups_capital% + %vault_prefix% + %vault_suffix% + %vault_groupprefix% + %vault_groupprefix_#% %vault_groupsuffix% - %vault_groupsuffix_% + %vault_groupsuffix_#% %vault_hasgroup_% %vault_inprimarygroup_% - %vault_prefix% - %vault_prefix_color% - %vault_rank% - %vault_rank_capital% - %vault_rankprefix% - %vault_rankprefix_% - %vault_ranks% - %vault_ranksuffix_% - %vault_suffix% - %vault_suffix_color% - %vault_user_prefix_color% - %vault_user_suffix_color% ``` ---- From 2b9947f7c9dbbb057352d9fbf8e160d19e342fb0 Mon Sep 17 00:00:00 2001 From: Gabriel Dumitru Date: Thu, 23 Feb 2023 13:25:41 +0200 Subject: [PATCH 2/2] use "" instead of "#" --- Placeholders.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Placeholders.md b/Placeholders.md index 20d3755..50f3bd7 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -6165,9 +6165,9 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa %vault_prefix% %vault_suffix% %vault_groupprefix% - %vault_groupprefix_#% + %vault_groupprefix_% %vault_groupsuffix% - %vault_groupsuffix_#% + %vault_groupsuffix_% %vault_hasgroup_% %vault_inprimarygroup_% ```