@@ -54,7 +54,7 @@ Using `<player>` in a parameter will be replaced with the name of the player who
5454To add a greeting action to a character named "Steve", use the following command:
5555
5656```
57- /character action add Steve greet any_click send-message Hello, <player>!
57+ /character action add <aqua> Steve</aqua> <yellow> greet</yellow> any_click send-message <green> Hello, <player>!</green>
5858```
5959
6060This action will be triggered on any click and sends ` Hello, NonSwag! ` if the player's name is NonSwag.
@@ -81,7 +81,7 @@ To set a cooldown for an action, use the command:
8181#### Example [ !toc] [ #cooldown-set-example]
8282
8383```
84- /character action cooldown Steve greet 10s
84+ /character action cooldown <aqua> Steve</aqua> <yellow> greet</yellow> <green> 10s</green>
8585```
8686
8787This sets a cooldown of ** 10 seconds** for the ** greet** action of the character ** Steve** .
@@ -94,7 +94,7 @@ To view the current cooldown for an action, use the command
9494#### Example [ !toc] [ #cooldown-view-example]
9595
9696```
97- /character action cooldown Steve greet
97+ /character action cooldown <aqua> Steve</aqua> <yellow> greet</yellow>
9898```
9999
100100---
@@ -112,7 +112,7 @@ To define a permission for an action, use the command
112112#### Example [ !toc] [ #permission-set-example]
113113
114114```
115- /character action permission Steve greet set warm.welcome.permission
115+ /character action permission <aqua> Steve</aqua> <yellow> greet</yellow> set <green> warm.welcome.permission</green>
116116```
117117
118118### Remove a Permission
@@ -123,7 +123,7 @@ To remove a permission for an action, use the command
123123#### Example [ !toc] [ #permission-remove-example]
124124
125125```
126- /character action permission Steve greet remove
126+ /character action permission <aqua> Steve</aqua> <yellow> greet</yellow> remove
127127```
128128
129129### View Current Permission
@@ -134,7 +134,7 @@ To view the current permission for an action, use the command
134134#### Example [ !toc] [ #permission-view-example]
135135
136136```
137- /character action permission Steve greet
137+ /character action permission <aqua> Steve</aqua> <yellow> greet</yellow>
138138```
139139
140140---
@@ -147,7 +147,7 @@ To remove a specific action from a character, use the command
147147### Example [ !toc] [ #remove-example]
148148
149149```
150- /character action remove Steve greet
150+ /character action remove <aqua> Steve</aqua> <yellow> greet</yellow>
151151```
152152
153153---
@@ -159,6 +159,6 @@ List all actions configured for a character using `/character action list <chara
159159### Example [ !toc] [ #list-example]
160160
161161```
162- /character action list Steve
162+ /character action list <aqua> Steve</aqua>
163163
164164```
0 commit comments