File tree Expand file tree Collapse file tree
src/topper/provider/placeholder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,9 +37,18 @@ holders:
3737 placeholder : <placeholder>
3838 # Whether the placeholder should be parsed for online players only (Those who are in the server). Default is true.
3939 # If set to false, the placeholder will be parsed for all players, even those who are offline.
40+ #
41+ # Setting "online" to true ONLY means the plugin would stop updating values for players who are not in the server.
42+ # It DOES NOT mean the plugin would remove the value if the player is offline.
43+ # It DOES NOT mean that is necessary to make it work with offline-mode / cracked servers.
4044 online : <true/false>
4145` ` `
4246
47+ > [!IMPORTANT]
48+ > Setting ` online` to `true` **ONLY** means the plugin would stop updating values for players who are not in the server.
49+ > It **DOES NOT** mean the plugin would remove the value if the player is offline.
50+ > It **DOES NOT** mean that is necessary to make it work with offline-mode / cracked servers.
51+
4352== FabricMC
4453> [!NOTE]
4554> The placeholders are provided by [Text Placeholder API](https://modrinth.com/mod/placeholder-api)
You can’t perform that action at this time.
0 commit comments