From fbf3033e7b4cb9ab6fc2d9157fdc42f8f22c1548 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 27 Feb 2021 16:48:53 +0000 Subject: [PATCH] Set override to true by default --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index c650868..c63eefe 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -5,7 +5,7 @@ name: "Illusioner" # What should the display name of the Illusioner be? -override: false # Should the illusioner override all "vanilla" illusioners (adds support for /spawn but may cause issues with other custom mob plugins) +override: true # Should the illusioner override all "vanilla" illusioners (adds support for /spawn but may cause issues with other custom mob plugins) bossbar: color: BLUE # Choose from: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW