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 +///