mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-22 15:31:39 +01:00
Improve teleport intercept config comment
This commit is contained in:
parent
d8b56b9feb
commit
018e15483d
@ -94,7 +94,8 @@ class MVCoreConfigNodes {
|
|||||||
final ConfigNode<Boolean> TELEPORT_INTERCEPT = node(ConfigNode.builder("world.teleport-intercept", Boolean.class)
|
final ConfigNode<Boolean> TELEPORT_INTERCEPT = node(ConfigNode.builder("world.teleport-intercept", Boolean.class)
|
||||||
.comment("")
|
.comment("")
|
||||||
.comment("If this is set to true, Multiverse will enforce access permissions for all teleportation,")
|
.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)
|
.defaultValue(true)
|
||||||
.name("teleport-intercept")
|
.name("teleport-intercept")
|
||||||
.build());
|
.build());
|
||||||
|
Loading…
Reference in New Issue
Block a user