From 8ecd53e78a216a1b02514f78b359dc40baa1a30a Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 17 Nov 2016 20:33:12 +0100 Subject: [PATCH] Fix description of "shop-limits.default" configuration --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4424db0..13fe84a 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -142,6 +142,6 @@ shop-limits: # If set to true, admin shops won't be added to a player's shop count. exclude-admin-shops: true - # Set the amount of shops anyone who's not listed in the sections below can have. - # If you don't want the players to have a limit, set the value to -1. + # Set the amount of shops that anyone who doesn't have a specific permission may have. + # If you don't want the players to have a limit by default, set the value to -1. default: 5 \ No newline at end of file