mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-12-31 17:57:33 +01:00
Updated config.yml
This commit is contained in:
parent
72d5f337eb
commit
75830b68eb
@ -1,4 +1,4 @@
|
|||||||
# BSkyBlock Configuration FC-1
|
# BSkyBlock Configuration 0.4.0-SNAPSHOT
|
||||||
# This config file is dynamic and saved when the server is shutdown.
|
# This config file is dynamic and saved when the server is shutdown.
|
||||||
# You cannot edit it while the server is running because changes will
|
# You cannot edit it while the server is running because changes will
|
||||||
# be lost! Use in-game settings GUI or edit when server is offline.
|
# be lost! Use in-game settings GUI or edit when server is offline.
|
||||||
@ -76,10 +76,10 @@ world:
|
|||||||
dragon-spawn: false
|
dragon-spawn: false
|
||||||
# Mob white list - these mobs will NOT be removed when logging in or doing /island
|
# Mob white list - these mobs will NOT be removed when logging in or doing /island
|
||||||
remove-mobs-whitelist:
|
remove-mobs-whitelist:
|
||||||
- PIG_ZOMBIE
|
|
||||||
- ENDERMAN
|
- ENDERMAN
|
||||||
- WITHER
|
|
||||||
- ZOMBIE_VILLAGER
|
- ZOMBIE_VILLAGER
|
||||||
|
- WITHER
|
||||||
|
- PIG_ZOMBIE
|
||||||
# World flags. These are boolean settings for various flags for this world
|
# World flags. These are boolean settings for various flags for this world
|
||||||
flags:
|
flags:
|
||||||
CREEPER_DAMAGE: true
|
CREEPER_DAMAGE: true
|
||||||
@ -97,15 +97,15 @@ world:
|
|||||||
ITEM_FRAME_DAMAGE: false
|
ITEM_FRAME_DAMAGE: false
|
||||||
# These are the default protection settings for new islands.
|
# These are the default protection settings for new islands.
|
||||||
# The value is the minimum island rank required allowed to do the action
|
# The value is the minimum island rank required allowed to do the action
|
||||||
# Ranks are: Visitor = 0, Member = 500, Owner = 1000
|
# Ranks are: Visitor = 0, Member = 900, Owner = 1000
|
||||||
default-island-flags:
|
default-island-flags:
|
||||||
HURT_ANIMALS: 500
|
HURT_ANIMALS: 500
|
||||||
COLLECT_WATER: 500
|
COLLECT_WATER: 500
|
||||||
REDSTONE: 500
|
REDSTONE: 500
|
||||||
BUTTON: 500
|
|
||||||
BUCKET: 500
|
BUCKET: 500
|
||||||
LOCK: 0
|
BUTTON: 500
|
||||||
FIRE_EXTINGUISH: 500
|
FIRE_EXTINGUISH: 500
|
||||||
|
LOCK: 0
|
||||||
ENDER_PEARL: 500
|
ENDER_PEARL: 500
|
||||||
DOOR: 500
|
DOOR: 500
|
||||||
BEACON: 500
|
BEACON: 500
|
||||||
@ -118,11 +118,11 @@ world:
|
|||||||
CRAFTING: 0
|
CRAFTING: 0
|
||||||
BREEDING: 500
|
BREEDING: 500
|
||||||
TNT: 500
|
TNT: 500
|
||||||
|
HURT_VILLAGERS: 500
|
||||||
ENCHANTING: 0
|
ENCHANTING: 0
|
||||||
SHEARING: 500
|
SHEARING: 500
|
||||||
HURT_VILLAGERS: 500
|
|
||||||
BED: 500
|
|
||||||
SPAWN_EGGS: 500
|
SPAWN_EGGS: 500
|
||||||
|
BED: 500
|
||||||
COLLECT_LAVA: 500
|
COLLECT_LAVA: 500
|
||||||
MILKING: 0
|
MILKING: 0
|
||||||
LEVER: 500
|
LEVER: 500
|
||||||
@ -140,15 +140,15 @@ world:
|
|||||||
BREAK_BLOCKS: 500
|
BREAK_BLOCKS: 500
|
||||||
MOUNT_INVENTORY: 500
|
MOUNT_INVENTORY: 500
|
||||||
CHORUS_FRUIT: 500
|
CHORUS_FRUIT: 500
|
||||||
CROP_TRAMPLE: 500
|
|
||||||
JUKEBOX: 500
|
JUKEBOX: 500
|
||||||
ITEM_PICKUP: 0
|
ITEM_PICKUP: 0
|
||||||
|
CROP_TRAMPLE: 500
|
||||||
BREWING: 500
|
BREWING: 500
|
||||||
# These are the default settings for new islands
|
# These are the default settings for new islands
|
||||||
default-island-settings:
|
default-island-settings:
|
||||||
PVP_END: false
|
PVP_END: false
|
||||||
ANIMAL_SPAWN: true
|
|
||||||
PVP_NETHER: false
|
PVP_NETHER: false
|
||||||
|
ANIMAL_SPAWN: true
|
||||||
MONSTER_SPAWN: true
|
MONSTER_SPAWN: true
|
||||||
FIRE_SPREAD: true
|
FIRE_SPREAD: true
|
||||||
PVP_OVERWORLD: false
|
PVP_OVERWORLD: false
|
||||||
@ -210,7 +210,16 @@ island:
|
|||||||
reset: true
|
reset: true
|
||||||
# Have player's respawn on their island if they die
|
# Have player's respawn on their island if they die
|
||||||
respawn-on-island: false
|
respawn-on-island: false
|
||||||
|
sethome:
|
||||||
|
nether:
|
||||||
|
allow: true
|
||||||
|
require-confirmation: true
|
||||||
|
the-end:
|
||||||
|
allow: true
|
||||||
|
require-confirmation: true
|
||||||
deaths:
|
deaths:
|
||||||
|
# Whether deaths are counted or not.
|
||||||
|
counted: true
|
||||||
# Maximum number of deaths to count. The death count can be used by add-ons.
|
# Maximum number of deaths to count. The death count can be used by add-ons.
|
||||||
max: 10
|
max: 10
|
||||||
sum-team: false
|
sum-team: false
|
||||||
|
Loading…
Reference in New Issue
Block a user