-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
46 lines (32 loc) · 2.03 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Which worlds should this plugin be enabled in? Worlds not in this list will not be affected
enabled_worlds:
- example_world
- example_world_nether
# Globally stop buckets from transporting water source blocks
block_water_bucket: false
# Biome bypass for water buckets, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
bucket_allowed_biomes: []
# Globally stop dispensers from transporting water source blocks
block_water_dispenser: false
# Biome bypass for dispensers, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
dispenser_allowed_biomes: []
# Globally stop ice melt from becoming source blocks
block_ice_melt: false
# Biome bypass for ice melt, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
ice_melt_allowed_biomes: []
# Globally stop breaking ice from becoming source blocks
block_ice_break: false
# Biome bypass for ice breaking, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
ice_break_allowed_biomes: []
# Globally stop buckets from transporting lava source blocks
block_lava_bucket: false
# Biome bypass for lava buckets, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
lava_bucket_allowed_biomes: []
# Globally stop dispensers from transporting lava source blocks
block_lava_dispenser: false
# Biome bypass for lava dispensers, list type: [beach, ocean] (anything from this list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
lava_dispenser_allowed_biomes: []
# Optionally block creative users from placing source water/lava with buckets. Does not effect spawned in water/lava blocks.
block_creative_source: false
# Run a debug log to view additional plugin data for troubleshooting and configuration, turn off in production!
debug_log: false