From f9e627e34fd11d692ca8d0133d136cf43e5aba65 Mon Sep 17 00:00:00 2001 From: Prestley Date: Thu, 23 May 2024 15:49:36 -0500 Subject: [PATCH] Removed colors in example to reduce confusion --- docs/developers/using-placeholderapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/using-placeholderapi.md b/docs/developers/using-placeholderapi.md index 314f3ec..2fe7c75 100644 --- a/docs/developers/using-placeholderapi.md +++ b/docs/developers/using-placeholderapi.md @@ -173,7 +173,7 @@ public class JoinExample extends JavaPlugin implements Listener { @EventHandler(priority = EventPriority.HIGHEST) public void onJoin(PlayerJoinEvent event) { - String joinText = "%player_name% &ajoined the server! They are rank &f%vault_rank%"; + String joinText = "%player_name% joined the server! They are rank %vault_rank%"; /* * We parse the placeholders using "setPlaceholders" @@ -187,4 +187,4 @@ public class JoinExample extends JavaPlugin implements Listener { } } ``` -/// \ No newline at end of file +///