Code (Text):
# Set to true to enable block protection by default.
# If you set to false, when a player joins the server, they will have
# to type: /bp to start having their blocks protected. "true" is recommended.
# Default: true
enable-by-default: true
# ==================================================================================
# Players with the bp.admin permission will bypass block protection
# automatically when they join the server. Set to false to make them type /bpadmin
# when they need to remove a players block.
# Default: false
enable-bypass-by-default: true
# ==================================================================================
# when the player put a block, will create a radius of protected blocks, this will
# prevent others to put block near. I recommend 2 as minimum, because of the fire
# spread.
# This will work for new placed blocks.
radius-of-the-placed-block: 2
# This will disable block protection by default in these worlds
disabled-worlds:
- world_nether
- world_the_end
# ==================================================================================
# Tool to use to view a block's owner or to add blocks manually to the database.
# Left-click with the "utility-tool" to manually add a block
# Right-click with the "utility-tool" to view a block's owner.
# Default utility tool is: WOODEN_SHOVEL
# You must use the item's ID NAME.
utility-tool: WOODEN_SHOVEL
# =================================================================================
# If setted to true, the lava will burn the protected area from others, if false will
# stop after reach ( based on the radius protection area ), and is the same for water.
allow-lava-flow: false
allow-water-flow: false
# =================================================================================
# if true, the stick piston will get the block of and push back. If false, will block.
allow-sticky-piston-push-back: false
# =================================================================================
# if true, the tnt will destroy other blocks except the owned blocks.
protect-owned-from-tnt: true
disable-save-database-broadcast: false
# ==================================================================================
# Show itens name id on click for use on whitelist or blacklist
log-itens: false
#change this to use blacklist or whitelist
use-whitelist-or-blacklist: blacklist
# ==================================================================================
# The items listed below will not be protected.
# You MUST use item ids name, you can get here: https://minecraftitemids.org.
# You can also leave empty.
blacklist:
- SAPLING
- LEAVES
- TALLGRASS
- DEADBUSH
# ==================================================================================
# Only the items listed below will be protected.
# You MUST use item ids name, you can get here: https://mcreator.net/wiki/minecraft-block-and-item-list-registry-and-code-names.
# You can also leave empty.
whitelist:
- ACACIA_DOOR
- BIRCH_DOOR
- TRAP_DOOR
- JUNGLE_DOOR
- WOODEN_DOOR
- CHEST
- TRAPPED_CHEST
- ENDER_CHEST
- ENDER_CHEST
# ===================================================================================
# if true, only owner and your friends list can open the door, trapdor, etc
#
# IF YOU CHANGE THE MODE FOR WHITELIST, REMMEMBER TO ADD DOOR, CHESTER, TRAPDOR AND
# GATE THERE
#
# the protection not work for this
# - SPRUCE_TRAP_DOOR
# - JUNGLE_TRAP_DOOR
# - DARK_OAK_TRAP_DOOR
# - ACACIA_TRAP_DOOR
#
#
block-door-from-others: true
block-trapdoor-from-others: true
block-gate-from-others: true
block-chest-from-others: true
#=====================================================================================
# The door will close automatically by default after 2 seconds, if you want to disable, set to -1
# MUST be in SECONDS, integer only
close-door-after: 2
close-trapdoor-after: 2
close-gate-after: 2
# ==================================================================================
# Time in MINUTES between each database save.
# Players on the server will be informed when the database is saving.
# Default: 60 *Time must be a number*
save-interval: 60
# ==================================================================================
# Advanced logging. Shows when your admins/mods are bypassing block protection, and
# also shows if players without the correct permissions are trying to use the admin
# commands. Set to true to display in console/save to log. Default: true
advlog: true