From 67e53639a4c241668f0a67ac723444b0ca6af503 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 30 May 2018 15:23:37 +0200 Subject: [PATCH] Fix syntax error (number format) Using commas in numbers are not supported and cause an error on plot purchase. --- Towny/settings/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Towny/settings/config.yml b/Towny/settings/config.yml index 4f09325..9b34cea 100755 --- a/Towny/settings/config.yml +++ b/Towny/settings/config.yml @@ -243,7 +243,7 @@ town: # Do not forget to set the default_tax to more than 0 or new towns will still begin with a tax of zero. minimumtax: '0.0' # Limits the maximum amount of bonus blocks a town can buy. - max_purchased_blocks: '2,147,483,647' + max_purchased_blocks: '2147483647' # maximum number of plots any single resident can own max_plots_per_resident: '400' # maximum number used in /town claim/unclaim # commands.