File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
java/world/bentobox/bskyblock Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ public class Settings implements WorldSettings {
191
191
@ ConfigComment ("This option indicates if nether portals should be linked via dimensions." )
192
192
@ ConfigComment ("Option will simulate vanilla portal mechanics that links portals together" )
193
193
@ ConfigComment ("or creates a new portal, if there is not a portal in that dimension." )
194
+ @ ConfigComment ("This option requires `allow-nether=true` in server.properties." )
194
195
@ ConfigEntry (path = "world.nether.create-and-link-portals" , since = "1.14.4" )
195
196
private boolean makeNetherPortals = false ;
196
197
@@ -206,6 +207,7 @@ public class Settings implements WorldSettings {
206
207
207
208
@ ConfigComment ("This option indicates if obsidian platform in the end should be generated" )
208
209
@ ConfigComment ("when player enters the end world." )
210
+ @ ConfigComment ("This option requires `allow-end=true` in bukkit.yml." )
209
211
@ ConfigEntry (path = "world.end.create-obsidian-platform" , since = "1.14.4" )
210
212
private boolean makeEndPortals = false ;
211
213
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ world:
119
119
# This option indicates if nether portals should be linked via dimensions.
120
120
# Option will simulate vanilla portal mechanics that links portals together
121
121
# or creates a new portal, if there is not a portal in that dimension.
122
+ # This option requires `allow-nether=true` in server.properties.
122
123
# Added since 1.14.4.
123
124
create-and-link-portals : false
124
125
end :
@@ -130,6 +131,7 @@ world:
130
131
islands : true
131
132
# This option indicates if obsidian platform in the end should be generated
132
133
# when player enters the end world.
134
+ # This option requires `allow-end=true` in bukkit.yml.
133
135
# Added since 1.14.4.
134
136
create-obsidian-platform : false
135
137
# /!\ This feature is experimental and might not work as expected or might not work at all.
You can’t perform that action at this time.
0 commit comments