We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d783b + eb8ef32 commit e89b4f1Copy full SHA for e89b4f1
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java
@@ -518,6 +518,7 @@ private <N extends Node> N node(N node) {
518
.build());
519
520
final ConfigNode<Boolean> debugPermissions = node(ConfigNode.builder("misc.debug-permissions", Boolean.class)
521
+ .comment("")
522
.comment("Sets whether console will log every permission check done by all multiverse plugins.")
523
.comment("This will only work if the above 'global-debug' is set to 1 or more.")
524
.defaultValue(false)
0 commit comments