#--------------------------------------#
# Blocks limiting configuration #
#--------------------------------------#
BlockLimit:
# Enable this feature
# @value: boolean - true/false
Enable: true
# List of blocks should be litmited
# @value: string - format 'block:amount'
# =block: block type should be check (Case-sensitive)
# =amount: the max amount can be placed in a chunk
# can be placed in a chunk
# List > http://bit.ly/iBlocksList
List:
- 'FURNACE:10'
- 'BED:10'
- 'SIGN:10'
- 'BANNER:10'
- 'CAULDRON:3'
- 'JUKEBOX:3'
- 'NOTEBLOCK:3'
- 'ENDER_CHEST:1'
- 'DROPPER:5'
- 'HOPPER:10'
- 'BEACON:1'
- 'HOPPER:5'
- 'CHEST:20'
- 'DISPENSER:5'
- 'REDSTONE_BLOCK:1'
# Warning message when player placed a block
# @value: string - message
WarnMess: "&cError! Cant place more block here!"