From 1467ab0e2ed755d24726a35fa3138728cce17671 Mon Sep 17 00:00:00 2001 From: Brianna O'Keefe Date: Fri, 29 Mar 2024 11:49:49 -0500 Subject: [PATCH] Black listing and white listing are not compatible. --- EpicHoppers-Plugin/src/main/resources/en_US.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpicHoppers-Plugin/src/main/resources/en_US.lang b/EpicHoppers-Plugin/src/main/resources/en_US.lang index 8b5276c..2f118c0 100644 --- a/EpicHoppers-Plugin/src/main/resources/en_US.lang +++ b/EpicHoppers-Plugin/src/main/resources/en_US.lang @@ -58,7 +58,7 @@ interface: filter: infotitle: '&aFilter Guide' - infolore: '&7Items placed in the leftmost column|&7space will be whitelisted.||&7Items placed in the rightmost column|&7will be void.||&7Items placed in the middle column|&7will be blacklisted.' + infolore: '&7Items placed in the leftmost column|&7space will be whitelisted.||&7Items placed in the middle column|&7will be blacklisted.||&7Items placed in the rightmost column|&7will be void.|||&cThe whitelist and blacklist|&ccannot be used at the same time.' whitelist: '&f&lWhite List' blacklist: '&8&lBlack List' void: '&c&lVoid'