@@ -132,10 +132,13 @@ world:
132
132
# Sea height (don't changes this mid-game unless you delete the world)
133
133
# Minimum is 0, which means you are playing Skyblock!
134
134
sea-height : 54
135
- # Water block this should usually stay as WATER, but may be LAVA for fun
136
- # Changing mid-game will cause problems!
135
+ # Water block. This should usually stay as WATER, but may be LAVA for fun
137
136
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
138
137
water-block : WATER
138
+ # Ocean Floor
139
+ # This creates an ocean floor environment, with vanilla elements.
140
+ # /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
141
+ ocean-floor : false
139
142
# Maximum number of islands in the world. Set to -1 or 0 for unlimited.
140
143
# If the number of islands is greater than this number, no new island will be created.
141
144
max-islands : 0
@@ -166,8 +169,7 @@ world:
166
169
# Changing mid-game will cause problems!
167
170
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
168
171
sea-height : 54
169
- # Water block this should usually stay as WATER, but may be LAVA for fun
170
- # Changing mid-game will cause problems!
172
+ # Water block. This should usually stay as WATER, but may be LAVA for fun
171
173
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
172
174
water-block : WATER
173
175
# Make the nether roof, if false, there is nothing up there
@@ -180,8 +182,9 @@ world:
180
182
# Only applies to vanilla nether
181
183
spawn-radius : 25
182
184
# This option indicates if nether portals should be linked via dimensions.
183
- # Option will simulate vanilla portal mechanics that links portals together or creates a new portal, if there is not a portal in other dimension.
184
- # Added since 1.14.6
185
+ # Option will simulate vanilla portal mechanics that links portals together
186
+ # or creates a new portal, if there is not a portal in that dimension.
187
+ # Added since 1.14.6.
185
188
create-and-link-portals : false
186
189
end :
187
190
# End Nether - if this is false, the end world will not be made and access to
@@ -194,12 +197,12 @@ world:
194
197
# Changing mid-game will cause problems!
195
198
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
196
199
sea-height : 54
197
- # Water block this should usually stay as WATER, but may be LAVA for fun
198
- # Changing mid-game will cause problems!
200
+ # Water block. This should usually stay as WATER, but may be LAVA for fun
199
201
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
200
202
water-block : WATER
201
- # This option indicates if obsidian platform in the end should be generated when player enters the end world.
202
- # Added since 1.14.6
203
+ # This option indicates if obsidian platform in the end should be generated
204
+ # when player enters the end world.
205
+ # Added since 1.14.6.
203
206
create-obsidian-platform : false
204
207
# /!\ This feature is experimental and might not work as expected or might not work at all.
205
208
dragon-spawn : false
@@ -209,9 +212,9 @@ world:
209
212
# Mob white list - these mobs will NOT be removed when logging in or doing /island
210
213
remove-mobs-whitelist :
211
214
- ZOMBIE_VILLAGER
212
- - WITHER
213
215
- ENDERMAN
214
216
- ZOMBIFIED_PIGLIN
217
+ - WITHER
215
218
# World flags. These are boolean settings for various flags for this world
216
219
flags :
217
220
CREEPER_DAMAGE : true
@@ -227,6 +230,7 @@ world:
227
230
ENTER_EXIT_MESSAGES : true
228
231
ENDERMAN_DEATH_DROP : true
229
232
OFFLINE_REDSTONE : true
233
+ REMOVE_END_EXIT_ISLAND : true
230
234
OFFLINE_GROWTH : true
231
235
REMOVE_MOBS : true
232
236
ENDER_CHEST : false
@@ -248,6 +252,7 @@ world:
248
252
ANVIL : 500
249
253
MINECART : 500
250
254
FISH_SCOOPING : 500
255
+ TRAPPED_CHEST : 500
251
256
END_PORTAL : 500
252
257
BREEDING : 500
253
258
HURT_VILLAGERS : 500
@@ -262,37 +267,47 @@ world:
262
267
RIDING : 500
263
268
NAME_TAG : 500
264
269
ARMOR_STAND : 500
270
+ CHANGE_SETTINGS : 1000
265
271
TRADING : 0
266
272
EGGS : 500
267
273
ITEM_DROP : 0
274
+ CHEST : 500
268
275
NOTE_BLOCK : 0
269
276
FLINT_AND_STEEL : 500
270
277
NETHER_PORTAL : 500
278
+ SCULK_SENSOR : 500
271
279
LECTERN : 500
280
+ SHULKER_BOX : 500
272
281
ITEM_PICKUP : 0
273
282
CROP_TRAMPLE : 500
274
283
DROPPER : 500
275
284
BREWING : 500
276
285
TNT_PRIMING : 500
277
286
COLLECT_WATER : 500
287
+ AXOLOTL_SCOOPING : 500
278
288
BUTTON : 500
289
+ COMPOSTER : 500
279
290
FIRE_EXTINGUISH : 500
280
291
COMMAND_RANKS : 500
281
292
BEACON : 500
293
+ ALLAY : 500
282
294
TRAPDOOR : 500
283
295
PRESSURE_PLATE : 0
284
296
EXPERIENCE_BOTTLE_THROWING : 500
285
297
DYE : 500
298
+ HIVE : 500
286
299
ITEM_FRAME : 500
287
300
PLACE_BLOCKS : 500
288
301
CRAFTING : 0
289
302
SHEARING : 500
290
303
ENCHANTING : 0
304
+ FLOWER_POT : 500
291
305
BOAT : 500
292
306
BED : 500
293
307
SPAWN_EGGS : 500
294
308
MILKING : 0
295
309
DISPENSER : 500
310
+ SCULK_SHRIEKER : 500
296
311
GATE : 0
297
312
EXPERIENCE_PICKUP : 500
298
313
HOPPER : 500
@@ -303,20 +318,23 @@ world:
303
318
CONTAINER : 500
304
319
JUKEBOX : 500
305
320
POTION_THROWING : 500
321
+ BARREL : 500
322
+ COLLECT_POWDERED_SNOW : 500
306
323
# These are the default settings for new islands
307
324
default-island-settings :
308
325
PVP_END : false
309
326
PVP_NETHER : false
310
327
LEAF_DECAY : true
311
- MONSTER_SPAWNERS_SPAWN : true
312
- TNT_DAMAGE : true
313
328
ANIMAL_NATURAL_SPAWN : true
314
329
MONSTER_NATURAL_SPAWN : true
315
- FIRE_IGNITE : true
316
330
FIRE_SPREAD : true
317
331
FIRE_BURNING : true
318
- ANIMAL_SPAWNERS_SPAWN : true
319
332
PVP_OVERWORLD : false
333
+ MONSTER_SPAWNERS_SPAWN : true
334
+ TNT_DAMAGE : true
335
+ FIRE_IGNITE : true
336
+ ANIMAL_SPAWNERS_SPAWN : true
337
+ BLOCK_EXPLODE_DAMAGE : true
320
338
# These settings/flags are hidden from users
321
339
# Ops can toggle hiding in-game using SHIFT-LEFT-CLICK on flags in settings
322
340
hidden-flags : []
@@ -464,17 +482,17 @@ island:
464
482
#
465
483
# Note that player-executed commands might not work, as these commands can be run with said player being offline.
466
484
on-leave : []
467
- # Returns a list of commands that should be executed when the player respawns after death if Flags.ISLAND_RESPAWN is true.
485
+ # List of commands that should be executed when the player respawns after death if Flags.ISLAND_RESPAWN is true.
468
486
# These commands are run by the console, unless otherwise stated using the [SUDO] prefix,
469
487
# in which case they are executed by the player.
470
- #
488
+ #
471
489
# Available placeholders for the commands are the following:
472
490
# * [name]: name of the player
473
- #
491
+ #
474
492
# Here are some examples of valid commands to execute:
475
493
# * '[SUDO] bbox version'
476
494
# * 'bsbadmin deaths set [player] 0'
477
- #
495
+ #
478
496
# Note that player-executed commands might not work, as these commands can be run with said player being offline.
479
497
# Added since 1.14.0.
480
498
on-respawn : []
@@ -533,3 +551,4 @@ protection:
533
551
do-not-edit-these-settings :
534
552
# These settings should not be edited
535
553
reset-epoch : 0
554
+
0 commit comments