We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7f3b5 commit 893bae0Copy full SHA for 893bae0
Essentials/src/main/resources/config.yml
@@ -893,9 +893,9 @@ baltop-requirements:
893
minimum-balance: 0
894
minimum-playtime: 0
895
896
-# Allows to limit cached balance top (/baltop) entries. This is especially recommended if
897
-# you have a large number of players, then only a certain number of entries will be stored
898
-# in the server's memory. Set to -1 to disable the limit
+# Limit the number of cached balance top entries.
+# Recommended for servers with a large number of players, as it reduces memory usage.
+# Set to -1 to disable the limit.
899
baltop-entry-limit: -1
900
901
# The format of currency, excluding symbols. For symbol configuration, see 'currency-symbol-format-locale' below.
0 commit comments