From e0fb1507ff5aaa2e67789a4b2b264388689f118c Mon Sep 17 00:00:00 2001 From: Aria Date: Fri, 18 Oct 2019 00:04:11 +0200 Subject: [PATCH] fixed typo --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 802f405b..1aab803d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -21,7 +21,7 @@ heavy-armors: # The list of all conditions which must be met for the # BLOCK REGEN and BLOCK RESTRICTIONS to apply. -# Set to 'custom-min-conditions: []' for no condition. +# Set to 'custom-mine-conditions: []' for no condition. custom-mine-conditions: - 'world{name="world1,world2,world_nether,world_the_end"}' - 'region{name="region1,region2,__global__"}'