File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/mvplugins/multiverse/core/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ private <N extends Node> N node(N node) {
9494 .build ());
9595
9696 final ConfigNode <Boolean > autoImportDefaultWorlds = node (ConfigNode .builder ("world.auto-import-default-worlds" , Boolean .class )
97- .comment ("" )
9897 .comment ("When enabled, Multiverse will automatically import default worlds defined in the server.properties" )
9998 .comment ("`level-name` property when the Multiverse is enabled or reloaded. This will include the nether and " )
10099 .comment ("end if the server created them." )
@@ -111,6 +110,7 @@ private <N extends Node> N node(N node) {
111110 .build ());
112111
113112 final ConfigNode <Boolean > enforceAccess = node (ConfigNode .builder ("world.enforce-access" , Boolean .class )
113+ .comment ("" )
114114 .comment ("This setting will prevent players from entering worlds they don't have access to." )
115115 .comment ("If this is set to false, players will be able to enter any world they want." )
116116 .comment ("If this is set to true, players will only be able to enter worlds they have" )
You can’t perform that action at this time.
0 commit comments