By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A PocketMine-MP plugin which replaces block to another block at predefined time.
blockreplacer.bypass
allows the user to bypass block replacement.---
# Do not change this (Only for internal use)!
config-version: 1.7
# The time in seconds when the block will be replaced with the previous block.
cooldown: 60
# Dropped items will be automatically added to the player's inventory.
# If the player inventory is full, the item will automatically be dropped near the player.
auto-pickup: true
# Default block to use as a replacement.
# If the block has meta, you can use the format "id:meta".
default-replace: "bedrock"
# List of blocks to be replaced.
# If the block has a meta, you can use the format "id:meta".
list-blocks:
- "cobblestone=stone" # Cobblestone will be replaced to stone.
- "dirt=grass"
- "oak_log=oak_log:1"
- "coal_ore" # It will be replaced to the default replacement block.
- "diamond_ore"
- "gold_ore"
- "iron_ore"
# Set this to true if you want to use the blacklisted-worlds settings.
# If both enable-world-blacklist and disable-world-blacklist are set to the same setting,
# block will be replaced for all worlds.
enable-world-blacklist: false
# If enable-world-blacklist is set to true, block will be replaced for all worlds,
# except the worlds mentioned here.
blacklisted-worlds:
- "blacklistedworld1"
- "blacklistedworld2"
# Set this to true if you want to use the whitelisted-worlds settings.
# If both enable-world-blacklist and disable-world-blacklist are set to the same setting,
# block will not be replaced for all worlds.
enable-world-whitelist: false
# If enable-world-whitelist is set to true, block will not be replaced for all worlds,
# except the worlds mentioned here.
whitelisted-worlds:
- "whitelistedworld1"
- "whitelistecworld2"
...
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time