From d83cee14d8052d60ccfd56d74206ae6f9cf8b7f0 Mon Sep 17 00:00:00 2001 From: Jason H <51760372+JasonHorkles@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:41:02 -0600 Subject: [PATCH] Baltop entry limit wording Ensures consistency with the rest of the config --- Essentials/src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Essentials/src/main/resources/config.yml b/Essentials/src/main/resources/config.yml index c0da17c3d61..d4838238e23 100644 --- a/Essentials/src/main/resources/config.yml +++ b/Essentials/src/main/resources/config.yml @@ -893,9 +893,9 @@ baltop-requirements: minimum-balance: 0 minimum-playtime: 0 -# Allows to limit cached balance top (/baltop) entries. This is especially recommended if -# you have a large number of players, then only a certain number of entries will be stored -# 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. baltop-entry-limit: -1 # The format of currency, excluding symbols. For symbol configuration, see 'currency-symbol-format-locale' below.