diff --git a/documentation/docs/docs/06-troubleshooting/index.mdx b/documentation/docs/docs/06-troubleshooting/index.mdx index 4920c533bb..0e2c3767a9 100644 --- a/documentation/docs/docs/06-troubleshooting/index.mdx +++ b/documentation/docs/docs/06-troubleshooting/index.mdx @@ -42,7 +42,7 @@ This typically indicates that the extension is not placed in the correct folder. If placeholders from PlaceholderAPI, such as `%player_name%`, aren't being parsed correctly in Typewriter, follow these troubleshooting steps: 1. Identify the required PlaceholderAPI placeholder extension. A list of extensions can be found [here](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders). -2. Install the necessary extension using `/papi ecloud install [extension_name]`. For `%player_name%`, use `/papi ecloud download player`. +2. Install the necessary extension using `/papi ecloud download [extension_name]`. For `%player_name%`, use `/papi ecloud download player`. 3. Check if the placeholder is parsed correctly in normal usage by running `/papi parse me `. For `%player_name%`, use `/papi parse me %player_name%`. 4. If the placeholder works in normal usage but still not in Typewriter, try restarting your server.