We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88fa53 commit ac4fa70Copy full SHA for ac4fa70
1 file changed
docs/topper/faq/index.md
@@ -130,6 +130,10 @@ be
130
%parseother_unsafe_{topper_jump;top_name;1}_{luckperms_prefix}%
131
```
132
133
+> [!NOTE]
134
+> That example is there just to show how to use the ParseOther example. It is not at all an example on how to apply LuckPerms' prefix in the Holder.
135
+> `luckperms_prefix` only works with online players so you cannot parse it for players who are not in the server.
136
+
137
## Should I set `online` to `false` in PlaceholderAPI Value Provider?
138
139
In most cases, you should **NOT** set `online` to `false` to avoid many issues.
0 commit comments