Skip to content

Commit 351c856

Browse files
committed
add a note for those who are stupid enough to not differentiate between offline and cracked players
1 parent c945d28 commit 351c856

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/topper/provider/placeholder/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)