Skip to content

Commit 4a80611

Browse files
committed
Document new parse commands
1 parent 0847609 commit 4a80611

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/user-guide/Commands.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,25 @@ Displays plugin information, such as the version, contributors, and links of int
1919

2020
- `/miniplaceholders parse me [message]`
2121
- `/miniplaceholders parse [some player] [message]`
22+
- `/miniplaceholders parse --null [message]`
2223

2324
Allows you to preview how text would be displayed to the player by applying global and audience placeholders, providing the specific audience. If the “me” argument is used, the audience provided will be the executor of the command, whether it is an OP player or the console, and if the name of a connected player is used, that player will be used in the context.
2425

26+
:::info
27+
28+
If the `--null` argument is used, no audience placeholders will be parsed, only global placeholders.
29+
30+
:::
31+
32+
### Parserel SubCommand
33+
34+
- `/miniplaceholders parserel me [some player] [message]`
35+
- `/miniplaceholders parse [some player] me [message]`
36+
- `/miniplaceholders parse [some player] [some player] [message]`
37+
38+
Like the parse argument, this command allows you to parse a string, but based on a relationship between two players using the relational placeholders available in MiniPlaceholders.
39+
Note that it will also parse audience placeholders based on the player provided in the first argument.
40+
2541
### Expansions SubCommand
2642

2743
- `/miniplaceholders expansions`
@@ -30,6 +46,6 @@ Allows you to review currently installed expansions and their information.
3046

3147
### Help SubCommand
3248

33-
- `/miniplaceholders expansions`
49+
- `/miniplaceholders help`
3450

3551
It shows you all the available subcommands and how to use them.

0 commit comments

Comments
 (0)