Skip to content

Commit 0513f71

Browse files
committed
Update config.yml
1 parent 30534ec commit 0513f71

File tree

1 file changed

+90
-164
lines changed

1 file changed

+90
-164
lines changed

src/main/resources/config.yml

+90-164
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CaveBlock Configuration 1.15.0-SNAPSHOT-LOCAL
1+
# CaveBlock Configuration ${version}
22
caveblock:
33
command:
44
# Cave Command. What command users will run to access their cave.
@@ -72,6 +72,11 @@ world:
7272
# Maximum number of caves in the world. Set to -1 or 0 for unlimited.
7373
# If the number of caves is greater than this number, it will stop players from creating caves.
7474
max-caves: 0
75+
# The number of concurrent caves a player can have
76+
# A value of 0 will use the BentoBox config.yml default
77+
concurrent-caves: 0
78+
# Disallow team members from having their own caves.
79+
disallow-team-member-caves: true
7580
# The default game mode for this world. Players will be set to this mode when they create
7681
# a new cave for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
7782
default-game-mode: SURVIVAL
@@ -81,7 +86,7 @@ world:
8186
# The permission caveblock.ban.maxlimit.X where X is a number can also be used per player
8287
# -1 = unlimited
8388
ban-limit: -1
84-
#
89+
#
8590
# This is cave.. no height... only depth. If depth is set smaller than maximal world height, then area above will be empty.
8691
# Should not be less than cave height.
8792
# /!\ 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.
@@ -95,26 +100,26 @@ world:
95100
# /!\ 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.
96101
use-new-material-generator: false
97102
normal:
98-
#
103+
#
99104
# Make over world roof of bedrock, if false, it will be made from stone.
100105
# /!\ 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.
101106
roof: true
102-
#
107+
#
103108
# Option allows to toggle if world generator should generate natural(-ish) looking surface with dirt and grass blocks.
104109
# Enabling this option will ignore roof setting.
105110
# Default value is false.
106111
# /!\ This feature is experimental and might not work as expected or might not work at all.
107112
# /!\ 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.
108113
natural-surface: false
109-
#
114+
#
110115
# Option allows to toggle if world generator should generate natural looking caves.
111116
# Default value is false.
112117
# /!\ 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.
113118
natural-caves: false
114119
# Make over world floor of bedrock, if false, it will be made from stone.
115120
# /!\ 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.
116121
floor: true
117-
#
122+
#
118123
# Option allows to toggle if world generator should generate natural looking bedrock block patterns.
119124
# Enabling this option will ignore floor setting.
120125
# Default value is false.
@@ -134,24 +139,24 @@ world:
134139
# where max amount in pack are 5 per each subchunk!
135140
# /!\ 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.
136141
blocks:
137-
- MATERIAL:DIAMOND_ORE:1:5
138-
- MATERIAL:GOLD_ORE:1:4
139-
- MATERIAL:IRON_ORE:5:4
140-
- MATERIAL:COAL_ORE:10:6
141-
- MATERIAL:EMERALD_ORE:1:1
142-
- MATERIAL:CLAY:10:6
143-
- MATERIAL:DIRT:20:10
144-
- MATERIAL:GRAVEL:40:6
145-
- MATERIAL:GRANITE:40:10
146-
- MATERIAL:ANDESITE:20:10
147-
- MATERIAL:DIORITE:30:8
148-
- ENTITY:ZOMBIE:10:1
149-
- ENTITY:ENDERMAN:10:1
150-
- ENTITY:SKELETON:10:1
151-
- ENTITY:CREEPER:1:1
152-
- ENTITY:DOLPHIN:1:1
153-
- ENTITY:BAT:10:1
154-
- ENTITY:CAVE_SPIDER:10:1
142+
- MATERIAL:DIAMOND_ORE:1:5
143+
- MATERIAL:GOLD_ORE:1:4
144+
- MATERIAL:IRON_ORE:5:4
145+
- MATERIAL:COAL_ORE:10:6
146+
- MATERIAL:EMERALD_ORE:1:1
147+
- MATERIAL:CLAY:10:6
148+
- MATERIAL:DIRT:20:10
149+
- MATERIAL:GRAVEL:40:6
150+
- MATERIAL:GRANITE:40:10
151+
- MATERIAL:ANDESITE:20:10
152+
- MATERIAL:DIORITE:30:8
153+
- ENTITY:ZOMBIE:10:1
154+
- ENTITY:ENDERMAN:10:1
155+
- ENTITY:SKELETON:10:1
156+
- ENTITY:CREEPER:1:1
157+
- ENTITY:DOLPHIN:1:1
158+
- ENTITY:BAT:10:1
159+
- ENTITY:CAVE_SPIDER:10:1
155160
nether:
156161
# Generate Nether - if this is false, the nether world will not be made and access to
157162
# the nether will not occur. Other plugins may still enable portal usage.
@@ -190,16 +195,16 @@ world:
190195
# where max amount in pack are 5 per each subchunk!
191196
# /!\ 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.
192197
blocks:
193-
- MATERIAL:NETHER_QUARTZ_ORE:30:5
194-
- MATERIAL:SOUL_SAND:40:10
195-
- MATERIAL:MAGMA_BLOCK:10:3
196-
- MATERIAL:GLOWSTONE:20:8
197-
- MATERIAL:NETHER_BRICKS:10:5
198-
- MATERIAL:LAVA:10:1
199-
- ENTITY:MAGMA_CUBE:0.5:1
200-
- ENTITY:GHAST:0.1:1
201-
- ENTITY:WITHER_SKELETON:0.1:1
202-
- MATERIAL:FIRE:10:1
198+
- MATERIAL:NETHER_QUARTZ_ORE:30:5
199+
- MATERIAL:SOUL_SAND:40:10
200+
- MATERIAL:MAGMA_BLOCK:10:3
201+
- MATERIAL:GLOWSTONE:20:8
202+
- MATERIAL:NETHER_BRICKS:10:5
203+
- MATERIAL:LAVA:10:1
204+
- ENTITY:MAGMA_CUBE:0.5:1
205+
- ENTITY:GHAST:0.1:1
206+
- ENTITY:WITHER_SKELETON:0.1:1
207+
- MATERIAL:FIRE:10:1
203208
# This option indicates if nether portals should be linked via dimensions.
204209
# Option will simulate vanilla portal mechanics that links portals together
205210
# or creates a new portal, if there is not a portal in that dimension.
@@ -233,17 +238,17 @@ world:
233238
# where max amount in pack are 5 per each subchunk!
234239
# /!\ 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.
235240
blocks:
236-
- ENTITY:SHULKER:0.2:1
237-
- MATERIAL:OBSIDIAN:1:1
238-
- MATERIAL:CHORUS_PLANT:1:3
241+
- ENTITY:SHULKER:0.2:1
242+
- MATERIAL:OBSIDIAN:1:1
243+
- MATERIAL:CHORUS_PLANT:1:3
239244
# This option indicates if obsidian platform in the end should be generated
240245
# when player enters the end world.
241246
create-obsidian-platform: false
242247
# Mob white list - these mobs will NOT be removed when logging in or doing /cave
243248
remove-mobs-whitelist:
244-
- ZOMBIE_VILLAGER
245-
- WITHER
246-
- ENDERMAN
249+
- WITHER
250+
- ENDERMAN
251+
- ZOMBIE_VILLAGER
247252
# World flags. These are boolean settings for various flags for this world
248253
flags:
249254
CREEPER_DAMAGE: true
@@ -278,112 +283,33 @@ world:
278283
# MEMBER = 500
279284
# SUB-OWNER = 900
280285
# OWNER = 1000
281-
default-cave-flags:
282-
HURT_ANIMALS: 500
283-
DRAGON_EGG: 500
284-
REDSTONE: 500
285-
BUCKET: 500
286-
LOCK: 0
287-
ENDER_PEARL: 500
288-
DOOR: 500
289-
BREAK_HOPPERS: 500
290-
FURNACE: 500
291-
ANVIL: 500
292-
MINECART: 500
293-
FISH_SCOOPING: 500
294-
END_PORTAL: 500
295-
BREEDING: 500
296-
HURT_VILLAGERS: 500
297-
FROST_WALKER: 500
298-
TURTLE_EGGS: 500
299-
COLLECT_LAVA: 500
300-
BREAK_SPAWNERS: 500
301-
LEVER: 500
302-
ELYTRA: 0
303-
CAKE: 500
304-
RIDING: 500
305-
HURT_MONSTERS: 0
306-
NAME_TAG: 500
307-
ARMOR_STAND: 500
308-
TRADING: 0
309-
EGGS: 500
310-
ITEM_DROP: 0
311-
NOTE_BLOCK: 0
312-
FLINT_AND_STEEL: 500
313-
NETHER_PORTAL: 500
314-
LECTERN: 500
315-
CROP_TRAMPLE: 500
316-
ITEM_PICKUP: 0
317-
BREWING: 500
318-
DROPPER: 500
319-
TNT_PRIMING: 500
320-
COLLECT_WATER: 500
321-
BUTTON: 500
322-
FIRE_EXTINGUISH: 500
323-
COMMAND_RANKS: 500
324-
BEACON: 500
325-
TRAPDOOR: 500
326-
PRESSURE_PLATE: 0
327-
EXPERIENCE_BOTTLE_THROWING: 500
328-
DYE: 500
329-
ITEM_FRAME: 500
330-
PLACE_BLOCKS: 500
331-
CRAFTING: 0
332-
SHEARING: 500
333-
ENCHANTING: 0
334-
BOAT: 500
335-
SPAWN_EGGS: 500
336-
BED: 500
337-
MILKING: 0
338-
DISPENSER: 500
339-
GATE: 0
340-
EXPERIENCE_PICKUP: 500
341-
HOPPER: 500
342-
LEASH: 500
343-
MOUNT_INVENTORY: 500
344-
BREAK_BLOCKS: 500
345-
CHORUS_FRUIT: 500
346-
CONTAINER: 500
347-
JUKEBOX: 500
348-
POTION_THROWING: 500
286+
default-cave-flags: {}
349287
# These are the default settings for new caves
350-
default-cave-settings:
351-
PVP_END: false
352-
PVP_NETHER: false
353-
LEAF_DECAY: true
354-
MONSTER_SPAWNERS_SPAWN: true
355-
TNT_DAMAGE: true
356-
ANIMAL_NATURAL_SPAWN: true
357-
MONSTER_NATURAL_SPAWN: true
358-
FIRE_IGNITE: true
359-
FIRE_SPREAD: true
360-
FIRE_BURNING: true
361-
ANIMAL_SPAWNERS_SPAWN: true
362-
PVP_OVERWORLD: false
288+
default-cave-settings: {}
363289
# These settings/flags are hidden from users
364290
# Ops can toggle hiding in-game using SHIFT-LEFT-CLICK on flags in settings
365291
hidden-flags: []
366292
# Visitor banned commands - Visitors to caves cannot use these commands in this world
367293
visitor-banned-commands:
368-
- spawner
369-
- spawnmob
294+
- spawner
295+
- spawnmob
370296
# Falling banned commands - players cannot use these commands when falling
371297
# if the PREVENT_TELEPORT_WHEN_FALLING world setting flag is active
372298
falling-banned-commands:
373-
- warp
374-
- spawn
299+
- warp
300+
- spawn
375301
cave:
376302
# Default max team size
377-
# Permission size cannot be less than the default below.
303+
# Permission size cannot be less than the default below.
378304
max-team-size: 4
379305
# Default maximum number of coop rank members per cave
380306
# Players can have the caveblock.coop.maxsize.<number> permission to be bigger but
381-
# permission size cannot be less than the default below.
307+
# permission size cannot be less than the default below.
382308
# Added since 1.13.0.
383309
max-coop-size: 4
384310
# Default maximum number of trusted rank members per cave
385311
# Players can have the caveblock.trust.maxsize.<number> permission to be bigger but
386-
# permission size cannot be less than the default below.
312+
# permission size cannot be less than the default below.
387313
# Added since 1.13.0.
388314
max-trusted-size: 4
389315
# Default maximum number of homes a player can have. Min = 1
@@ -485,42 +411,42 @@ cave:
485411
# List of commands to run when a player joins an cave or creates one.
486412
# These commands are run by the console, unless otherwise stated using the [SUDO] prefix,
487413
# in which case they are executed by the player.
488-
#
414+
#
489415
# Available placeholders for the commands are the following:
490416
# * [name]: name of the player
491-
#
417+
#
492418
# Here are some examples of valid commands to execute:
493419
# * '[SUDO] bbox version'
494420
# * 'bsbadmin deaths set [player] 0'
495-
#
421+
#
496422
# Note that player-executed commands might not work, as these commands can be run with said player being offline.
497423
# Added since 1.8.0.
498424
on-join: []
499425
# List of commands to run when a player leaves a cave, resets his cave or gets kicked from it.
500426
# These commands are run by the console, unless otherwise stated using the [SUDO] prefix,
501427
# in which case they are executed by the player.
502-
#
428+
#
503429
# Available placeholders for the commands are the following:
504430
# * [name]: name of the player
505-
#
431+
#
506432
# Here are some examples of valid commands to execute:
507433
# * '[SUDO] bbox version'
508434
# * 'bsbadmin deaths set [player] 0'
509-
#
435+
#
510436
# Note that player-executed commands might not work, as these commands can be run with said player being offline.
511437
# Added since 1.8.0.
512438
on-leave: []
513439
# List of commands that should be executed when the player respawns after death if Flags.ISLAND_RESPAWN is true.
514440
# These commands are run by the console, unless otherwise stated using the [SUDO] prefix,
515441
# in which case they are executed by the player.
516-
#
442+
#
517443
# Available placeholders for the commands are the following:
518444
# * [name]: name of the player
519-
#
445+
#
520446
# Here are some examples of valid commands to execute:
521447
# * '[SUDO] bbox version'
522448
# * 'bsbadmin deaths set [player] 0'
523-
#
449+
#
524450
# Note that player-executed commands might not work, as these commands can be run with said player being offline.
525451
# Added since 1.14.0.
526452
on-respawn: []
@@ -546,40 +472,40 @@ protection:
546472
# Geo restrict mobs.
547473
# Mobs that exit the cave space where they were spawned will be removed.
548474
geo-limit-settings:
549-
- GHAST
550-
- BAT
551-
- BLAZE
475+
- GHAST
476+
- BAT
477+
- BLAZE
552478
# CaveBlock blocked mobs.
553479
# List of mobs that should not spawn in the CaveBlock.
554480
# Added since 1.13.0.
555481
block-mobs: []
556482
# Invincible visitors. List of damages that will not affect visitors.
557483
# Make list blank if visitors should receive all damages
558484
invincible-visitors:
559-
- BLOCK_EXPLOSION
560-
- CONTACT
561-
- CUSTOM
562-
- DROWNING
563-
- ENTITY_ATTACK
564-
- ENTITY_EXPLOSION
565-
- FALL
566-
- FALLING_BLOCK
567-
- FIRE
568-
- FIRE_TICK
569-
- LAVA
570-
- LIGHTNING
571-
- MAGIC
572-
- POISON
573-
- PROJECTILE
574-
- STARVATION
575-
- SUFFOCATION
576-
- THORNS
577-
- WITHER
578-
- DRAGON_BREATH
579-
- FLY_INTO_WALL
580-
- HOT_FLOOR
581-
- CRAMMING
582-
- VOID
485+
- BLOCK_EXPLOSION
486+
- CONTACT
487+
- CUSTOM
488+
- DROWNING
489+
- ENTITY_ATTACK
490+
- ENTITY_EXPLOSION
491+
- FALL
492+
- FALLING_BLOCK
493+
- FIRE
494+
- FIRE_TICK
495+
- LAVA
496+
- LIGHTNING
497+
- MAGIC
498+
- POISON
499+
- PROJECTILE
500+
- STARVATION
501+
- SUFFOCATION
502+
- THORNS
503+
- WITHER
504+
- DRAGON_BREATH
505+
- FLY_INTO_WALL
506+
- HOT_FLOOR
507+
- CRAMMING
508+
- VOID
583509
do-not-edit-these-settings:
584510
# These settings should not be edited
585511
reset-epoch: 0

0 commit comments

Comments
 (0)