diff --git a/docs/users/commands.md b/docs/users/commands.md index 42c104e..fd1eb88 100644 --- a/docs/users/commands.md +++ b/docs/users/commands.md @@ -9,9 +9,9 @@ This page shows all commands, including with a detailed description of what ever ## Overview - **[Parse Commands](#parse-commands)** - - [`/papi bcparse `](#papi-bcparse) - - [`/papi cmdparse `](#papi-cmdparse) - - [`/papi parse `](#papi-parse) + - [`/papi bcparse `](#papi-bcparse) + - [`/papi cmdparse `](#papi-cmdparse) + - [`/papi parse `](#papi-parse) - [`/papi parserel `](#papi-parserel) - **[eCloud Commands](#ecloud-commands)** @@ -51,7 +51,7 @@ Parses placeholders of a String and broadcasts the result to all players. **Arguments**: -- `` - The Player to parse values of the placeholder (Use `me` for yourself). +- `` - The Player to parse values of the placeholder (Use `me` for yourself and `--null` to force a null player (Useful for consoles)). - `` - The text to parse. **Example**: @@ -68,7 +68,7 @@ Parses placeholders of a String and executes it as a command. **Arguments**: - - `` - The player to parse placeholders against. Use `me` for yourself. +- `` - The Player to parse values of the placeholder (Use `me` for yourself and `--null` to force a null player (Useful for consoles)). - `` - The Text to parse and execute as command. Please leave away the `/` of the command. **Example**: @@ -85,7 +85,7 @@ Parses the placeholders in a given text and shows the result. **Arguments**: -- `` - The Player to parse values of the placeholder (Use `me` for yourself). +- `` - The Player to parse values of the placeholder (Use `me` for yourself and `--null` to force a null player (Useful for consoles)). - `` - The text to parse. **Example**: @@ -320,4 +320,4 @@ You need to use this command after [downloading Expansions](#papi-ecloud-downloa /// info | **Description**: Shows the current version and authors of PlaceholderAPI. -/// \ No newline at end of file +///