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
VaultUnlocked placeholders provide advanced multi-currency and account management features. See the [VaultUnlocked documentation](https://github.com/TheNewEconomy/VaultUnlocked) for the complete list of available placeholders.
current-bank: "Your current bank: %serviceio_bank%"
106
106
```
107
107
108
-
### In MOTD or Other Text
109
-
```yaml
110
-
# Welcome message with player data
111
-
welcome-message: "Welcome %serviceio_displayname%! Your balance: %serviceio_balance_formatted%"
112
-
113
-
# Group-based welcome
114
-
group-welcome: "Hello %serviceio_prefix%%player_name%! You belong to: %serviceio_groups%"
115
-
```
116
-
117
108
## Troubleshooting
118
109
119
110
<Callout type="error" title="Placeholder Not Working?">
120
111
Ensure that:
121
-
1. ServiceIO v2.3.1+ is installed
112
+
1. ServiceIO v2.3.0+ is installed
122
113
2. PlaceholderAPI is installed and enabled
123
-
3. The relevant service provider (economy, permissions) is installed and working
114
+
3. The relevant service provider (economy, permissions...) is installed and working
124
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>%`
125
117
</Callout>
126
118
127
-
If a placeholder returns empty or default values, check your ServiceIO configuration and ensure the appropriate service providers are properly installed and configured.
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