Skip to content

Commit 1de819b

Browse files
committed
Update error callout in placeholders documentation with version check and PlaceholderAPI link
1 parent 42e736b commit 1de819b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/serviceio/placeholders.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ current-bank: "Your current bank: %serviceio_bank%"
109109
110110
<Callout type="error" title="Placeholder Not Working?">
111111
Ensure that:
112-
1. ServiceIO v2.3.0+ is installed
113-
2. PlaceholderAPI is installed and enabled
112+
1. ServiceIO v2.3.0+ is installed (`/version ServiceIO`)
113+
2. [PlaceholderAPI](https://modrinth.com/project/lKEzGugV) is installed and enabled
114114
3. The relevant service provider (economy, permissions...) is installed and working
115-
4. ServiceIO has successfully detected and registered the service provider
116-
5. There is no typo in the placeholder and it is properly used `%serviceio_<placeholder>%`
115+
4. ServiceIO has successfully detected the service provider (`/service info`)
116+
5. There is no typo in the placeholder and it is properly used (`%serviceio_<placeholder>%`)
117117
</Callout>
118118

119119
If a placeholder shows the literal placeholder text instead of the expected value, check your ServiceIO configuration and ensure the appropriate service providers are properly installed and configured.

0 commit comments

Comments
 (0)