From 62081eae97e5025ec0e716ca8cee502e671f7062 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 25 Dec 2023 23:31:37 -0700 Subject: [PATCH] Push config update --- .../java/dev/zontreck/essentials/configs/AEServerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/zontreck/essentials/configs/AEServerConfig.java b/src/main/java/dev/zontreck/essentials/configs/AEServerConfig.java index 3337849..89eb943 100644 --- a/src/main/java/dev/zontreck/essentials/configs/AEServerConfig.java +++ b/src/main/java/dev/zontreck/essentials/configs/AEServerConfig.java @@ -50,7 +50,7 @@ public class AEServerConfig { BUILDER.push("teleport"); BUILDER.push("blacklist"); - DIMENSION_BLACKLIST = BUILDER.comment("Blacklist the use of teleportation commands from any of the listed dimensions.").define("blacklist", Lists.of("dimdoors:dungeon_pockets", "dimdoors:limbo", "dimdoors:personal_pockets", "dimdoors:public_pockets")); + DIMENSION_BLACKLIST = BUILDER.comment("Blacklist the use of teleportation commands from any of the listed dimensions.").define("blacklist", Lists.of("dimdoors:dungeon_pockets", "dimdoors:limbo", "dimdoors:personal_pockets", "dimdoors:public_pockets", "witherstormmod:bowels")); BLACKLISTED_DIMENSION_ERROR = BUILDER.comment("The error to say if the user tries to teleport out of a blacklisted dimension").define("error", "!Dark_Red!You appear to be in a place where we cannot find you.");