Skip to content

Commit 0847609

Browse files
committed
Updated Luckperms expansion wiki
1 parent deac402 commit 0847609

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

docs/user-guide/Placeholders.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,27 @@ MiniPlaceholders v3 was recently released, and many of the expansions shown here
345345

346346
[Expansion Download](https://github.com/MiniPlaceholders/LuckPerms-Expansion/releases)
347347

348-
[Wiki](https://github.com/MiniPlaceholders/LuckPerms-Expansion)
349-
350348
```
351-
<luckperms_check_permission>
352-
<luckperms_has_permission:permission>
353-
<luckperms_in_group>
354-
<luckperms_inherited_groups>
355-
<luckperms_inherits_group>
356-
<luckperms_prefix>
357-
<luckperms_primary_group_name>
358-
<luckperms_suffix>
349+
350+
`<luckperms_prefix>`*
351+
352+
`<luckperms_suffix>`*
353+
354+
`<luckperms_has_permission:permission>` (true/false)
355+
356+
`<luckperms_check_permission:permission>` (true/false/undefined)
357+
358+
`<luckperms_primary_group_name>`*
359+
360+
`<luckperms_inherits_group:group>` (true/false)
361+
362+
`<luckperms_meta:meta-key>`*
363+
359364
```
360365

366+
*By default these resolve to an isolated component that doesn't leak its styles to the rest of the string.
367+
If you want them inserted as strings prior to parsing so they affect the output add the `s` or `string` option to the end. Like this: `<luckperms_prefix:s>`
368+
361369
## [Maintenance](https://hangar.papermc.io/kennytv/MaintenanceAddon)
362370

363371
```

0 commit comments

Comments
 (0)