You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/serviceio/placeholders.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,11 +109,11 @@ current-bank: "Your current bank: %serviceio_bank%"
109
109
110
110
<Callout type="error" title="Placeholder Not Working?">
111
111
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
114
114
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>%`)
117
117
</Callout>
118
118
119
119
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