diff --git a/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java b/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java index 5f37ce7d..adcf3088 100644 --- a/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java +++ b/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java @@ -94,7 +94,8 @@ class MVCoreConfigNodes { final ConfigNode TELEPORT_INTERCEPT = node(ConfigNode.builder("world.teleport-intercept", Boolean.class) .comment("") .comment("If this is set to true, Multiverse will enforce access permissions for all teleportation,") - .comment("including teleportation from other plugins.") + .comment("including teleportation from other plugins. You should not disable this unless you are facing") + .comment("conflict with another plugin handling teleportation.") .defaultValue(true) .name("teleport-intercept") .build());