Skip to content

Commit 1e67777

Browse files
committed
Update metrics info comment in SimpleMetrics.java
1 parent 1d73f85 commit 1e67777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/src/main/java/dev/faststats/core/SimpleMetrics.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ private static void create(Path file, UUID serverId) throws IOException {
285285
properties.setProperty("debug", Boolean.toString(false));
286286

287287
var comment = """
288-
FastStats (https://faststats.dev) collects some basic information for plugin authors, like
289-
# how many people use their plugin and their total player count. It's recommended to keep
290-
# metrics enabled, but if you're not comfortable with this, you can turn this setting off.
291-
# There is no performance penalty associated with having metrics enabled, and data sent to
292-
# FastStats is fully anonymous.
288+
FastStats (https://faststats.dev) gathers basic information for plugin developers,
289+
# such as the number of users and total player count.
290+
# Keeping metrics enabled is recommended, but you can disable them if you prefer.
291+
# Enabling metrics does not affect performance,
292+
# and all data sent to FastStats is completely anonymous.
293293
294294
# If you suspect a plugin is collecting personal data or bypassing the "enabled" option,
295295
# please report it to the FastStats team (https://faststats.dev/abuse).

0 commit comments

Comments
 (0)