From 04d34c8360e57e8a26120f4273c09d8dc217a1df Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sat, 28 Oct 2023 17:32:36 +0200 Subject: [PATCH] [Wiki] slightly improve FAQ.md --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ebf2db9..4c143be 100644 --- a/FAQ.md +++ b/FAQ.md @@ -36,7 +36,8 @@ When a plugin or `/papi parse me %placeholder%` only returns the placeholder its Make sure, that the connection to the cloud (https://api.extendedclip.com) isn't blocked by a firewall or similar. Next step would be to check if the expansion actually exists on the cloud. Not all plugins provide their placeholders through a separate jar on the cloud. Some have them build in and register them on startup. -If both checks failed, go to the cloud-page and download the jar manually. Put it then in the `expansions` folder of PlaceholderAPI (`/plugins/PlaceholderAPI/expansions`) +If both checks failed, go to the cloud-page and download the jar manually. Put it then in the `expansions` folder of PlaceholderAPI (`/plugins/PlaceholderAPI/expansions`). +Finally execute `/papi reload` to load the expansion. ## How can other plugins use my placeholders with PlaceholderAPI? A tutorial can be found [[here|Hook into PlaceholderAPI]]!