From ca5e0f96c2c7989bd688b2debb9b87f2da7d9563 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Sun, 2 Jun 2024 19:58:31 -0500 Subject: [PATCH] clean: change require-empty in default config to false --- common/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/config.yml b/common/src/main/resources/config.yml index bba8a182..c7d2923c 100644 --- a/common/src/main/resources/config.yml +++ b/common/src/main/resources/config.yml @@ -57,7 +57,7 @@ cosmetic-settings: # If the plugin should keep enchants on helmets. This is useful as some enchantments are client side only. add-enchantments: false # Should the player slot be empty for the cosmetic to be applied? A cosmetic will be "hidden" if a player has an item equipped in the slot - require-empty: true + require-empty: false chestplate: add-enchantments: false require-empty: false