From 0eaaa6eb08cb61356035aa2c04500ddee3d5649a Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Wed, 11 Dec 2024 02:52:12 +0100 Subject: [PATCH] [Wiki] Improve commands page --- docs/users/commands.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/users/commands.md b/docs/users/commands.md index fd1eb88..32431c6 100644 --- a/docs/users/commands.md +++ b/docs/users/commands.md @@ -9,10 +9,10 @@ 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 parserel `](#papi-parserel) + - [`/papi bcparse `](#papi-bcparse) + - [`/papi cmdparse `](#papi-cmdparse) + - [`/papi parse `](#papi-parse) + - [`/papi parserel `](#papi-parserel) - **[eCloud Commands](#ecloud-commands)** - [`/papi ecloud clear`](#papi-ecloud-clear) @@ -52,7 +52,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 and `--null` to force a null player (Useful for consoles)). -- `` - The text to parse. +- `` - Text with placeholders to parse. **Example**: ``` @@ -69,7 +69,7 @@ Parses placeholders of a String and executes it as a command. **Arguments**: - `` - 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. +- `` - Text with placeholders to parse and execute as command (Don't include the `/` for the command). **Example**: ``` @@ -86,7 +86,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 and `--null` to force a null player (Useful for consoles)). -- `` - The text to parse. +- `` - Text with placeholders to parse. **Example**: ``` @@ -102,9 +102,9 @@ Parses a relational placeholder. **Arguments**: -- `` - The first player. -- `` - the second player to compare with. -- `` - The actual placeholder to parse. +- `` - The first player (Use `me` for yourself). +- `` - the second player to compare with (Use `me` for yourself). +- `` - Text with placeholders to parse. **Example**: ``` @@ -116,7 +116,8 @@ Parses a relational placeholder. ### eCloud Commands -These commands all start with `/papi ecloud` and are used for things related about the [Expansion Cloud](../developers/expansion-cloud.md). +These commands all start with `/papi ecloud` and are used for things related about the [Expansion Cloud](../developers/expansion-cloud.md). +Only executing `/papi ecloud` without any arguments will list all commands available for it. #### `/papi ecloud clear` @@ -250,7 +251,7 @@ Gives you information about the specified Expansion. /// info | **Description**: Lists all active/registered expansions. -This is different to [/papi ecloud list installed](#papi-ecloud-list) in the fact, that it also includes expansions that were installed through a plugin (That aren't a separate jar-file) and it also > doesn't show which one have updates available. +This is different to [/papi ecloud list installed](#papi-ecloud-list) in the fact, that it also includes expansions that were installed through a plugin (That aren't a separate jar-file) and it also doesn't show which one have updates available. /// #### `/papi register`